Proper place in CubeIDE generated code to put init code for Cortex CCR register
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-16 2: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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-16 5:14 PM
startup.s or SystemInit() ?
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
‎2019-06-16 5:14 PM
startup.s or SystemInit() ?
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
‎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
