Nano 33 Ble soft reset program without loosing BT connection

Hi everyone

I have a large program running on 33 BLE for many LED color effects and connected to MIT app Android client. When switching the functions it's already bad enough that the code must be completed before micro read void loop again but it runs in to conflicts.

1 solution as i understand is to use NVIC_SystemReset with a custom EEPROMlibrary written for 33 BLE, as it doesn't have a dedicated one and keep last effect in EEPROM. Problem is it will reset the whole code and Bluetooth connection will be dropped.

Is it somehow possible to reset the code inside program without dropping Bluetooth?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.