2017-01-23 02:54 PM
I have been trying to use Sector 0 on the STM32F415 chip to allow me to only consume 16K of the memory as I don't even need to persist half of that.
Unfortunately, even after setting Vector offset (and testing if FLASH offset helped), I can only run my program in DEBUG mode. For some reason, debug works as expected, but the second I try to run it on its own (just flashing to the board) it gets hung up somewhere and ST-LINK Utility says that it is halted and cannot be ran.
I can solve my issue by using Sector-11, but that consumes a whopping 128K whereas 16K is already way more than I need, and I cannot use the EEPROM due to being given a board that cannot have hardware modifications.
Any help would be appreciated!
#flash #vector-offsetSolved! Go to Solution.
2017-01-27 02:52 PM
On the forum here somewhere.. I'd have to mine through the old/ported content.. Search on 'CAN Filter/Filtering'
2017-01-27 03:00 PM
https://community.st.com/0D50X00009XkfSlSAJ
This is a concise one, but there are others predating that
2017-01-27 03:21 PM
https://community.st.com/0D50X00009Xkb6ySAB