BriscoeTech / Arduino-FreeRTOS-SAMD21

A port of FreeRTOS that runs on Arduino Samd21 boards
63 stars 19 forks source link

Not working for Arduino MKR 1310 #35

Open fjuliofontes opened 1 year ago

fjuliofontes commented 1 year ago

I'm not being able to run any of the examples.

After uploading the serial port goes away. I have created a task to blink a LED and the LED doesn't blink at all, so the RTOS is not working.

masa8 commented 1 year ago

When I modified the program as described in this link, sometimes the program would work. However, after several builds and uploads, the terminal was often unusable. I didn't check the the environment though.

for now It does not work at all in the following latest environment: ArduinoIDE: 2.0.3 Arduino SAMD Boards(32bits ARM Cortex-M0+) by Arduino : 1.8.13 FreeRTOS_SAMD21 by BriscoeTech : 2.3.0

perone commented 1 year ago

I'm getting the same issue as well with this board, after uploading it the serial just disappears and the board doesn't work anymore, I have to return manually to the booloader.