Question
STM32F103RCT6 - BusFault on address 0x20010000
- October 4, 2023
- 4 replies
- 4590 views
Hi all,
I'm trying to debug a bus fault that happen on a region on ram that is not supposed to exists. MCU has 48kb of RAM, so start from 0x20000000 to 0x2000C000, but i'm able to write 0xFF from 0x2000C000 to 0x20010000.. why??

I can see also some data on 0x20010000, it seems random and i can't change it.
So, why BFAR reports 0x20010000?
The function referenced (and attached) by the program counter is simple and I test it with every possible values.
Thanks
