Dear All,
Is it possible to upload custom firmware onto the NINA module of the Nano 33 IoT?
More specifically, I want to program both MCUs (SAMD and NINA) and have them run their own specific programs in parallel (with respect to eachother).
For example, NINA runs a server and handles network related messaging and status updates;
the SAMD reads and controls peripherals (LEDs, buttons, displays, etc.).
For certain events the two MCUs communicate over a (bi-)directional link.
If this is possible, how can I upload the custom firmware onto the NINA?
Thank you in advance for the replies.