Baremetal vs RTOS

Hello there !

The baremetal profile is very nice for me, except i just would like to start a few non RT threads.

Should i stick to RTOS or is there a way to use threads in baremetal (although without RTX of course :D)

Thank you !

Hi there,

I don’t know about a way how to use threads in the bare metal profile, I believe it is not possible, but you can use EventQueue. It must be enabled manually in the mbed_app.json file (same way like the bare metal profile).

BR, Jan

Thank you, i’ll dig this.