Is there a way to do a software reset on Tiva C?
best regards
MAx
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.
Is there a way to do a software reset on Tiva C?
best regards
MAx
Hello Renato,
There are macro's defined in inc/hw_nvic.h of the TIVAWare installation
Regards
Amit
Hi,
I have an error after using the "HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | NVIC_APINT_SYSRESETREQ;"
Description Resource Path Location Type
#138 expression must be a modifiable lvalue HFPDemo.c /HFPDemo line 554 C/C++ Problem
so, is there any problem? my hardware is tm4c123gxl.
Thank you~
Yes, I did.
the error is "expression must be a modifiable lvalue" , dose it mean "NVIC_APINT" is unchangeable?
did i miss some settings?