MEM_MODE resets to 0x00 e v e r y t i m e (stm32f072)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-23 2:01 AM
I want to move the isr vector table to SRAM
Related to this question
- I moved my isr vector table to SRAM (linker script)
- Now i want to aliase the memory addr of 0x0000 0000 to be found in SRAM.
- In order to do that i believe i need to change the bits from SYSCFG->CFGR1=0x03, and they need to stay that way for the next tme the system reboots to look for the isr vector table in SRAM.
My problem is , SYSCFG->CFGR1==0 every new reboot, even if i changed to 0x03
Where can i find info about how to set SYSCFG->CFGR1 MEM_MODE bits ?
I found this so far:
Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
Solved! Go to Solution.
Labels:
- Labels:
-
STM32F0 Series
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-23 2:04 AM
I completely missed the info in the ref manual.
Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-23 2:04 AM
I completely missed the info in the ref manual.
Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
