2017-03-30 07:10 AM
I am trying to get some CubeMX PWM DMA code working on a Nucleo F767ZI board. I can get it to work on D10(PWM4/3) but not D9(PWM4/4). I have tried to get some Cubemx PWM code working on D9 and it doesn't work except for when I add the declaration PwmOut cubepwm(D9); and then it works. The same trick however doesn't work for the DMA code. How can I get my PWM DMA code to work with MBED.
(Yes I've asked in the MBED forum)