stm32h7: Add ethernet example

This commit is contained in:
Thales Fragoso
2021-06-15 18:52:43 -03:00
committed by Dario Nieuwenhuis
parent 77546825a1
commit 098ce6e740
6 changed files with 216 additions and 3 deletions

View File

@ -1,5 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
RAM : ORIGIN = 0x20000000, LENGTH = 128K
RAM : ORIGIN = 0x24000000, LENGTH = 384K
}