[solved] reset the CF from the firmware
Posted: Thu Nov 05, 2020 11:47 am
hi, -
I want to make an app that in some error conditions will reset the CF (like resetting STM32 using NRF from the cflib)
searched google and found there is a command - NVIC_SystemReset() but in the CF firmware could not find that it is defined.
does anyone know if this is plausible to implement ?
if not, how would you "reset" the firmware, like what happens when there is a watchdog reset - watchdogReset() in watchdog.h
(did not exactly understand the implementation)
Thanks!!
I want to make an app that in some error conditions will reset the CF (like resetting STM32 using NRF from the cflib)
searched google and found there is a command - NVIC_SystemReset() but in the CF firmware could not find that it is defined.
does anyone know if this is plausible to implement ?
if not, how would you "reset" the firmware, like what happens when there is a watchdog reset - watchdogReset() in watchdog.h
(did not exactly understand the implementation)
Thanks!!