Hi,
I have some problems while using the function ti_lib_sys_ctrl_system_reset to reboot while running Contiki on TI Sensortag cc1350.
Background: There exists a process which continously sends request to download firmware from the server. During the download of each chunk, I use watchdog_periodic. At every 1024 bytes, these are flashed into the external flash drive. After the download of all the bytes are over, I use the above mentioned reset function to reboot.
however, i dont see it being rebooted. By seeing, I mean no blinking of leds and also no prints on the uart.
I am using dev debugger on the sensortag for being able to see prints. Would that be any issue?? Please inform me what should be done here.
Regards,
Amit