Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 7 months 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.