Hi,
I want to load my value into the SRAM by using the command STR , So I declared a READ-WRITE section in file2 but it always gives me a build error, I'm using the stm32f1 series.I believe this has something to do with the scatter file .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-02 4:02 AM
Ive also tried reading the linker documentation but didnt understand much.
Solved! Go to Solution.
- Labels:
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-02 5:04 AM
can't edit screenshots
​
AREA needs a space in front, where as BLOCK does not, assembler sensitive to line position of labels vs keywords.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-02 4:38 AM
explain what is the application need instead of one way of implementation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-02 5:04 AM
can't edit screenshots
​
AREA needs a space in front, where as BLOCK does not, assembler sensitive to line position of labels vs keywords.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-04 5:41 AM
Yes Thankyou @Community member​ I forgot about line position.The code runs now
