dmxcontroller/firmware/faderboard/memory.x

7 lines
169 B
Plaintext
Raw Normal View History

2024-07-15 01:26:23 +02:00
/* STM32F072CxT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* STM32F072C8T6 = 64K, STM32F072CBT6 = 128K */
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}