You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes the following error in st-util output:
$ ./st-util
2014-10-14T13:33:23 INFO src/stlink-common.c: Loading device parameters....
2014-10-14T13:33:23 INFO src/stlink-common.c: Device connected is: L0x3 device
...
2014-10-14T13:33:23 INFO gdbserver/gdb-server.c: Listening at *:4242...
2014-10-14T13:33:39 ERROR gdbserver/gdb-server.c: [FP_CTRL] = 0x00000041 expecting 0x00000261
The FPB and its registers have been replaced by the BPU on the M0 chips. Please see the ARM Info Center and its section on BPU functionality in the Debug section of the "Cortex M0 Technical Reference Manual".
The text was updated successfully, but these errors were encountered:
There is no FP_CTRL register on the L0xx. In gdb-server.c, you have:
This causes the following error in st-util output:
The FPB and its registers have been replaced by the BPU on the M0 chips. Please see the ARM Info Center and its section on BPU functionality in the Debug section of the "Cortex M0 Technical Reference Manual".
The text was updated successfully, but these errors were encountered: