anykey-firmware/memory.x

7 lines
167 B
Plaintext
Raw Normal View History

2020-10-30 21:05:41 +01:00
/* STM32F072CxT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K /* change length to 128K for STM32F072CBT6 */
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}