dmxcontroller/firmware/faderboard/memory.x

7 lines
169 B
Plaintext

/* STM32F072CxT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* STM32F072C8T6 = 64K, STM32F072CBT6 = 128K */
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}