2025-11-20 6:59 AM
Hello everyone,
I’m currently working with the STM32WL55 and using the Ping-Pong example as a reference for my application. The example is great and helps me understand how the process scheduling works, but I want to modify it to transmit ADC data.
The issue is that I cannot use the ADC properly within the example as it is. I would like to know if it’s compatible to integrate ADC readings (single-shot or interrupt-based) with this Ping-Pong structure, and what the best approach would be to read the ADC values and send them over UART or another interface without blocking the main loop or interfering with the Sub-GHz radio.
Any advice or examples of integrating ADC acquisition into this Ping-Pong example would be greatly appreciated.
Thank you!