Cindy Status Report 10/19/19
This week I worked with Deepak on the STM32 timers to trigger the ADC. We verified that indeed PWM was working and decided that we have to use one timer to triggeer another. Timer synchronization is more difficult than we thought, as we are using one timer to trigger another, and the second one has to start at the exact same time to be able to trigger the ADC. We had to fiddle around with the prescaler of the timer…