You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I am using FiPy with pysense board. The development is made on Visual studio code. I programmed the device but after the software was uploaded I cant connect with the device. The code that I uploaded is running since I see the led change colour. Within the terminal I can connect but I cant inteact with the device. I see the reset messages on terminal.
How can I erase the flash and reprogramm the device ?
The text was updated successfully, but these errors were encountered:
It seems that you have placed your code in main.py and the code disables Ctrl-C for interruption. You can always perform a safe boot by connection the P12 pin to 3.3V and push reset. Then boot.py and main.py are not executed, and you get a REPL prompt.
I am using FiPy with pysense board. The development is made on Visual studio code. I programmed the device but after the software was uploaded I cant connect with the device. The code that I uploaded is running since I see the led change colour. Within the terminal I can connect but I cant inteact with the device. I see the reset messages on terminal.
How can I erase the flash and reprogramm the device ?
The text was updated successfully, but these errors were encountered: