Hi guys
I am working with teensy 4.0 and I programmed it with my sketch. A functionality of my project, is to detect tamper on a specific signal and then take action after that. Basically I want my current sketch (that is programmed on the board), to get deleted (or overwritten with dummy data or new empty sketch, etc) due to security reasons. Maybe like a self program, and of course the result would be a crash.
All I know is that my current programmed sketch is written somewhere in the flash memory of the board, but don't know where it is, if I have access to it, or how I can modify it this way.
Is there any way I can implement this in runtime?
I must also mention that lockable teensy is being used for the sketch.
Thank you.
I am working with teensy 4.0 and I programmed it with my sketch. A functionality of my project, is to detect tamper on a specific signal and then take action after that. Basically I want my current sketch (that is programmed on the board), to get deleted (or overwritten with dummy data or new empty sketch, etc) due to security reasons. Maybe like a self program, and of course the result would be a crash.
All I know is that my current programmed sketch is written somewhere in the flash memory of the board, but don't know where it is, if I have access to it, or how I can modify it this way.
Is there any way I can implement this in runtime?
I must also mention that lockable teensy is being used for the sketch.
Thank you.