2020-06-20 11:33 AM
Hi, Im a newbie to ZEPHR and would like to test the ADC feature, I just want to be able to read the voltage level on an I/O pin. I have been unable to find sample code. Any help would be appreciated.
2020-06-20 04:56 PM
It looks like Zephyr is an RTOS. Can't you just use the STM32CubeL4 examples to interface with the ADC? I guess the only interconnection between the two would be SysTick.
https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects
2020-06-22 03:10 AM
Thank you for the link. I will have a look but was hoping that someone had already pulled together sample code with the appropriate overlay and prj files for Zephyr just to get me started.