7 years ago.

MBED stopping CubeMX PWM DMA code working on Nucleo F767ZI

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 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.

Be the first to answer this question.