cancel
Showing results for 
Search instead for 
Did you mean: 

Bit Banding issue

rsoli.1
Associate II

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?

3 REPLIES 3

Bit-banding is only in Cortex-M3 and Cortex-M4, so no bit-banding in STM32LU5xx which is based on Cortex-M33.

JW

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..

oh ok thanks for this information