Tool/software:
Hi sir,
We have a capacitor on our board and we need to enable super capacitor charge. But it will crash after calling DL_SYSCTL_enableSuperCapacitor(). Is there any procedure need to do before enabling it?
Thanks,
Edware
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi sir,
We have a capacitor on our board and we need to enable super capacitor charge. But it will crash after calling DL_SYSCTL_enableSuperCapacitor(). Is there any procedure need to do before enabling it?
Thanks,
Edware
void NMI_Handler(void) { __asm("NOP"); __BKPT(0); } void HardFault_Handler(void) { __asm("NOP"); __BKPT(0); }
Add these in main.c file.
Pease refer to SYSCTL->NMIIIDX register and Table 2-15. Error Sources and Handling Mechanisms in TRM to find more error information.
This is from G series TRM, yours need to refer to L series TRM.
Hi Helic,
As I checked, if it's caused by VBAT_ON, it maybe normal case, right?
And how could I check if the interrupt was caused by which event?
Thanks,
Edware
Hi Helic,
After dumping the pending interrupt. it's cased by VBAT_ON and it's normal case. Thanks for your help.
Thanks,
Edware