Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 1 month ago.
RTOS Library with DISCO_L475VG
HI, I added the RTOS library to the mbed online compiler and it's throws an error "No target define" when compiling. Does the RTOS doesn't support stm32l475vg board? If not, is there any way to use event interrupt on this board?
1 Answer
6 years, 1 month ago.
Probably you are using mbed OS2. The RTOS library is actaully included in mbed OS5 and the Disco IoT board supports mbed OS5. Maybe you want to switch to OS5. You can delete the mbed library and import mbed-os (OS 5) from https://github.com/ARMmbed/mbed-os using the "import from URL" function and import it as a library.