peterpolidoro
Member
I would like to be able to perform a software reset of a Teensy 4.1 while leaving the USB serial connected to an application on my host machine.
I have tried setting SCB_AIRCR = 0x05FA0004; and using a watchdog, but both seem to power cycle the Teensy causing my host machine to reassign a new com port while the host application is using the previous com port.
Is it possible to perform a less drastic reset and reboot the Teensy while the USB remains connected to the host application? Thanks!
I have tried setting SCB_AIRCR = 0x05FA0004; and using a watchdog, but both seem to power cycle the Teensy causing my host machine to reassign a new com port while the host application is using the previous com port.
Is it possible to perform a less drastic reset and reboot the Teensy while the USB remains connected to the host application? Thanks!