Somebody could tell me how to do a software reset on LCP54018?
Solved! Go to Solution.
The ARM Cortex core has a register you can use to reset it, see How to Reset an ARM Cortex-M with Software | MCU on Eclipse
I hope this helps,
Erich
View solution in original post
Hi Erich
Thank you so much this was so helpful, I use MCUXpreso IDE and the function is __NVIC_SystemReset().
Beast Regards