I'm trying basic LED control, either on/off or PWM with both the Eclipse based compiler by CHERTS (e.g. with the Blinky example) and the Arduino IDE.
I have an issue with the GPIO output not being consistent 100% of the time. There are cyclical times (around every 10 seconds) where the GPIO (used as the output to control an LED) will stall on or off for a second.
Can someone explain why the code is stalling and how to prevent this so as to have a consistent blink rate.
BTW, during the stall there seems to be some UART traffic.