cancel
Showing results for 
Search instead for 
Did you mean: 

RX interrupt with Runtime-IO

Bastien1
Associate III

Hello,

I would like to know if it possible to make RX interrupt with the serial driver initialize thanks to Runtime-IO Component RLA ?

In reality, I want to use scanf() with interrupt to make it non-blocking.

Thank you by advance

Respectfully

Bastien

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello bastien ,

Did you asynchronous mode in Runtime -IO ?

In this particular case , often, in some big projects , i am using some multi-threads with real time os (FreeRTOS, chibios ..) in order not to block during scanf process.

Best Regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Hello bastien ,

Did you asynchronous mode in Runtime -IO ?

In this particular case , often, in some big projects , i am using some multi-threads with real time os (FreeRTOS, chibios ..) in order not to block during scanf process.

Best Regards

Erwan