2022-12-15 12:35 PM
Hello,
I'm Using the STM32WLE5JB with STMCubeWL , and i'm wondering how i need to confirgure the .ioc and writing the code to have a arduino style ADC.
Without DMA i want to read only the channel that i want to read and not all in one time.
I tried some tutorials on internet but none of one was succesful.
Thanks
2022-12-19 01:06 AM
Hello @HDIA.1 ,
In the STM32Cube_FW_WL_V1.3.0, under "Projects\NUCLEO-WL55JC\Examples\", you can find some simple example to use the ADC, DMA or other ip.
I hope this will help.
Regards
Louis