2017-11-17 02:08 AM
I want to define a region of a memory with read/write permission. I searched the web and came across the command 'MAP'.
'
The
MAPcommand allows specifying memory areas that are not detected automatically by �Vision'Syntax => MAP 0xF800, 0xF8FF READ WRITE
But when I use MAP command in my program I get syntax error. I am using STM32F103RB Micro-Controller.
Please Help.
#stm32f103rb #memory-map #keil2017-11-17 04:53 AM
It's toolchain dependent. Usually in the project linker settings there is a filename which is text and define all the memory map of the microcontroller. That's the start digging point.