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?
2023-03-22 03: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
2023-03-22 03:12 PM
Show the actual code (disassembly) and registers where it's actually failing, might shed some light on why..
2023-03-29 06:10 AM
oh ok thanks for this information