I am looking for example code to read from the ADC_IN port on the STM32H735G-DK. I know I need to change a 0 Ohm resistor jumper to use it, but some example code to get me started with it would be helpful.
I explored those files, but haven't yet found a solution. I tried adjusting the volume for as part of BSP_AUDIO_IN_Init(). The volume did adjust the dynamic range of the values (i.e., I could get integer values with different maximum like [-3000,3000...
Looking at my board, it came with SB4 as OFF and SB5 as ON as expected from the user manual. However, SB41 and SB42 are both ON by default with 0 Ohm resistors. The manual suggests one should be OFF and on should be ON by default. Is the board wrong ...