View the fault registers in the SCB Posted by Guy on 2015-04-01 15:21 Hello, Is there an easy way to see the fault registers in the SCB like the I/O Registers view? Thanks and regards Guy
Posted by FGiraldez on 2016-11-01 14:23 Hi everyone, I have the same problem. I need to debug a hard fault but the SCB registers does not show up neither in General nor I/O registers. Did someone find a solution for this? Thanks in advance. Best regards, Francisco.
Posted by mikkl on 2017-06-22 18:53 Same wish But so far the workaround is to: 1. Find the desired register address from Cortex®-M4 programming manual 2. In Eclipse click Window -> Show view -> Memory Browser 3. Enter the address to the address bar. 4. Raw memory view shows up. Right click on the window to change display format, etc.
Posted by benjamin.lauret on 2017-07-25 11:02 Same here, I wish the SCB would show up in one of the interface.
Posted by LaurentL on 2017-07-25 14:07 Another workaround is to use CMSIS in the project (available in Cube package) to be able to add the SCB registers in expression: Expression Pane -> Add new expression Laurent