HardFault_Handler : how to capture them and debug the faults in SCB->CFSR
Posted on March 22, 2014 at 19:06how can we capture the faults? i read that these memmanage,bus and usage faults can be captured from SCB->CFSR(configurable fault status register) are there any sample pgms to deal with them and also do they occur du...