How do I define a region of a memory?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-11-17 2:08 AM
Posted on November 17, 2017 at 11:08
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 #keil
Labels:
- Labels:
-
Keil
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-11-17 4:53 AM
Posted on November 17, 2017 at 13:53
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.
