I am working on a project that I am trying to port from the Arduino world. The problem I am trying to solve is that the Arduino just isn't big enough for anything real, as you all know. My problem is I have had to port several of the libraries that I use and I need to debug them, and my project code and I am having a little trouble.
I am using the Maple Mini and I want to trace the code from setup. I have put in delays wait for SerialUSB to become available. The problem is that I can only see the output after the monitor is visible.
In the arduino world when the Monitor is opened the sketch is reset and setup runs again. With this functionality I can see all of the output from setup and the full execution of the sketch.
Is there a way to match this functionality on the Maple Mini?