anykey-firmware/memory.x

7 lines
168 B
Plaintext
Raw Normal View History

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