5 years ago.

PwmOut can not compile on FF_LPC546XXX.

PwmOut can not compile on FF_LPC546XXX. I can compile on LPC1768.

1 Answer

5 years ago.

This is because FF_LPC546XX target does not support PWMOut - it does not support it currently - no HAL implementation for pwmout.

Thanks Martin

I understood. So how do you make the PwmOut feature? I think this is a way to enable PwmOut.h in mbed.h. If we can do that, we will add some functions that we have made.

kazuo

posted by morioka kazuo 13 Apr 2019

Implementing HAL functions (pwmout_api.h contains function declarations). Then enable it in device_has

posted by Martin Kojtal 15 Apr 2019