Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.
This commit is contained in:
5
examples/stm32h7/memory.x
Normal file
5
examples/stm32h7/memory.x
Normal file
@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
|
||||
RAM : ORIGIN = 0x24000000, LENGTH = 128K
|
||||
}
|
Reference in New Issue
Block a user