Searched refs:ROM_SIZE (Results 1 – 6 of 6) sorted by relevance
31 #define ROM_SIZE (128) macro32 #define ROM_END ((uint32_t)(ROM_START + ROM_SIZE * 1024))71 #define STM32_FLASH_SIZE ROM_SIZE
34 #define ROM_SIZE (128) macro35 #define ROM_END ((uint32_t)(ROM_START + ROM_SIZE * 1024))74 #define STM32_FLASH_SIZE ROM_SIZE
40 #define ROM_SIZE (131072) macro41 #define ROM_END ((uint32_t)(ROM_START + ROM_SIZE * 1024))77 #define STM32_FLASH_SIZE ROM_SIZE
33 #define ROM_SIZE (16384) macro34 #define ROM_END ((uint32_t)(ROM_START + ROM_SIZE * 1024))70 #define STM32_FLASH_SIZE ROM_SIZE
47 #define ROM_SIZE (0x00002000) macro
Completed in 10 milliseconds