Posted on January 16, 2017 at 20:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 16, 2017 at 21:15I'm answering based on the STM32L471 chip I'm using since I just spent over a day stumbling through the undocumented bits of hardware trigger setup; it seems to have the same ADC and timer peripherals. When setup ...
Posted on January 16, 2017 at 20:51As it turns out, the problem was the setting for OC4M in TIM4->CCMR2. Verified that modes 0000 and 0001 do not work and mode 0110 does work. I had mistakenly thought that mode 0001 would set OC4REF high for one t...