Bit Banding issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-22 11:56 AM
I have an issue with using bit banding on stm32U575ZI-Q board
when I want to write on it Hard fault is appear what is the problem and How to overcome this issue?
Labels:
- Labels:
-
STM32U5 series
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-22 3:04 PM
Bit-banding is only in Cortex-M3 and Cortex-M4, so no bit-banding in STM32LU5xx which is based on Cortex-M33.
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-22 3:12 PM
Show the actual code (disassembly) and registers where it's actually failing, might shed some light on why..
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-29 6:10 AM
oh ok thanks for this information
