How to test the oversampling functionality on the STM32MP157C MPU
Hello, i am working on the STM32MP157C to use its ADCs. at first i was only using the iio framwork on linux , however it is limited. so i'm trying the examples on the (github page) using the Linux Remoteproc . my board configuration is different since that i'm using OSD32MP1-brk. I am using the SWD to debug the MPU using ST-link V2 as shown in the figure 1.
Figure1: ST-LINK V2 USB Dongle ProgrammerNow after compiling the code and Loading the compiled ELF firmware in the remote processor memory using the cube mx ide and the provided shell scrip in the example it seems to run without issues. how ever i have no indication of what the ADCs are doing, with the debugger i was only using engineering mode to compile and load it to the M4 but then linux isn't running so the variables are showing empty...
I don't know if i'm doing the right thing or not since i'm not using the development board that was originaly used for the examples. since that i have i different pin mapping in the device tree.
Can any one help me and tell me what to do to correctly to get to test these examples or tell me what am i doing wrong? or if there is an other method to test the oversampling functionality on the stm32mp157c ?
thank you very much
