Somebody could tell me how to do a software reset on LCP54018?
解決済! 解決策の投稿を見る。
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
元の投稿で解決策を見る
Hi Erich
Thank you so much this was so helpful, I use MCUXpreso IDE and the function is __NVIC_SystemReset().
Beast Regards