Hi everybody, I'm currently trying to write a program on a STM32F303RE that measures an analog signal. I tryed to use the code from @[John Craven] but it didn't work. Can anybody help me?
In this post: https://community.st.com/s/question/0D50X00009XkYXZSA3/adc-with-dma-triggered-by-adc-watchdog-signal-peak-recordingJohn Graven posted his Code which I took and changed it a bit for my purpose. Unfortunately my Buffer adc_buf and my vari...