Hello, I am having an issue with the Arduino WiFi MKR 1010 board running FreeRTOS. The board just quits working when I upload a sketch that contains a xTaskCreate function.
Here is the quick summary. I have the built in LED blink really fast until a serial connection is made. When I include FreeRTOS_SAMD21 and don't call xTaskCreate, I can see the LED blink really fast, I then make a serial connection and everyone's happy.
As soon as I uncomment xTaskCreate when I upload the image, I don't see that built in LED blink really fast anymore, it's just frozen. I don't see the Arduino board on any COMS port. Anyone has any idea what is going on? I have to press the power button twice to get it to show up in the COMS list again.