Skip to content

STM32-F429: Ethernet driver possibly wasting RAM #11506

@Arjun765

Description

@Arjun765

Description

When i ran nm on my elf, i saw 2 variables Rx_buff and Tx_buff (from stm32xx_emac.cpp) which was using up 6096 bytes each, even though I'm not using ethernet at all. I could not find any way to disable them, best i could do is override stm32-emac.eth-txbufnb parameter from 4 to 1 bringing down memory to 1524 bytes.

Issue request type

[ ] Question
[x] Enhancement
[ ] Bug

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions