10 years, 2 months ago.

Is RTOS working with online compiler and LPC1768

I have successfully used rtos_basic sample a while back. Now trying it with online compiler and LPC1768. However when I try, it compiles ok but doesn't seem to even run 1st instruction in main(), even if just turning on led. Is there a problem? Has anyone got it working recently? Any help appreciated. Thanks

You really need to give more info than: "It doesn't work". Did you try the basic example program?

posted by Erik - 15 Feb 2014

I did, the rtos_basic sample and it doesn't do anything not even turn on a led which is the first instruction.

posted by gavin beardall 15 Feb 2014

Hello Gavin Beardall,

can you share the link which example did you run? Did you check revision if you are using the latest mbed sources?

posted by Martin Kojtal 17 Feb 2014

1 Answer

10 years, 2 months ago.

I have fixed this problem and other problems I was having with the ublox samples by deleting the mbed-rtos library and re-importing the rtos library back into the project.