This website requires JavaScript.
Explore
Help
Sign in
NaxdyOrg
/
embassy
Watch
1
Star
0
Fork
You've already forked embassy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
bdc3ada4b2
embassy
/
embassy-stm32-examples
/
memory.x
6 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
stm32f4/examples: add config and linker script so they're runnable.
2021-01-21 18:00:43 +00:00
MEMORY
{
Add RTC timer for stm32f4
2021-02-16 00:38:36 +00:00
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
stm32f4/examples: add config and linker script so they're runnable.
2021-01-21 18:00:43 +00:00
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}
Reference in a new issue
Copy permalink