Hello Ricardo, From your post, i understand that your application is resulting in hardfault and you would like to read the hardfault register to find the reason. There are two ways to read the value of register, SDK already provides implementation which reads all fields of Hard fault register in SDK\xdk110\Common\source\FaultHandler.c -> extractFaultInfo(). You can try print the register values using printf,which will print in XDK serial port console output Segger J-Link are debug probes, which can be used for debugging the project. XDK workbench allows user to debug the application by clicking on debug dialogue box in XDK device section. XDK debug configurations are already loaded in workbench , hence you can right away debug your application
... View more