Nick Foster wrote:
> What gives? Either the variable isn't being set correctly, or the
> debugger isn't reporting it back to me correctly. Or I'm totally dense
> and missing something. I'm using basically the stock STM32 scripts on
> revision 1370, with an Olimex ARM-USB-JTAG and the Olimex STM32-P
Hi there,
I'm trying to debug weird bus fault exceptions on my STM32 part.
Sometimes the program compiles and runs just fine, and other times it
gives a bus fault exception during __init(). I'm stepping into __init,
which is initializing the initialized data segment (copying ROM into
RAM), and I s
Hi there,
I'm trying to debug weird bus fault exceptions on my STM32 part.
Sometimes the program compiles and runs just fine, and other times it
gives a bus fault exception during __init(). I'm stepping into __init,
which is initializing the initialized data segment (copying ROM into
RAM), and I s