Read several analog inputs

Hello,

On a Nucleo F-446RE, when I try to read several analog inputs in a row, depending on the combination or the delay between readings, my program does not give me the value, yet it continues to run.

Have you ever heard of this kind of behavior?

I am using MBED-studio with MBED-OS 6.2.

Marc.

Hello,

Sorry, there was a bug in my program that prevented data transmission when reading the analog inputs lasted longer than 40µs.
So by adding a few input readings plus a few calculations I had no more feedback from my Nucleo. :woozy_face:

Marc.