Hi,
We are working on LPC1768 and utilizing TIMER0,1,2,3, UART, I2C and External Interrupt. Along with this, tries to implement PWM with the frequency of 2.5MHz. But while configure the PWM with this frequency whole device get hold and cant execute any functionalities. In case of configuring, 500KHz or less than this everything works fine.
Here PWM has configured to CCLK also instead of CCLK /4.
In case of create separate project only for PWM with frequency 2.5MHz, it works well. Kindly guide us get rid from this and what may be issue in it. Is load of the controller may affect this?