You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567 |
-
- /* Linker script for building examples for the STM32F429ZI */
- MEMORY
- {
- FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
- RAM : ORIGIN = 0x20000000, LENGTH = 192K
- }
|