2021-03-18 08:31 AM
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
Solved! Go to Solution.
2021-06-03 02:46 AM
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
2021-06-03 02:46 AM
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