How to prevent uploading a new sketch to a Nucleo board
I hope this thread is posted in the right category.
I’ve been using Arduino boards for several years and am thinking of using a Nucleo 144 board (specifically, Nucleo-F207ZG) for a project. Once the project is completed, it will be serve as a permanent peripheral attached to a computer; serial data will be sent back and forth from the Nucleo to the computer. The computer will be running Windows 10.
In this setup, it will be important that the code uploaded to Nucleo can’t be overwritten or deleted. It will also be essential that the board won’t be recognized as a storage device in Windows.
I am completely new to Nucleo boards. Is there a way to prevent new sketches from being uploaded to the board? Is it possible to prevent the board being recognized as a storage device in Windows?
