2019-06-16 02:48 PM
I need to disable Cortex CCR.UNALIGN_TRP bit, but I can't find the proper place in the CubeIDE generated code where this kind of init code should be inserted.
Does anyone out there have a clue?
Solved! Go to Solution.
2019-06-16 05:14 PM
startup.s or SystemInit() ?
2019-06-16 05:14 PM
startup.s or SystemInit() ?
2019-06-18 12:01 PM
Thanks! SystemInit() was the place even thou there are no guards there to protect my code from being overwritten if I update system sources using CubeIDE