This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

lpc2148 runs slow

dear dun han you wrote
I had NOT enabled MAM before.
I enabled it and the system works correctly now.
Thank you for your useful advices.

same problem we have our led is 2-3 mhz.and we know we must see 30 mhz around.

which is correct about pll and MAM?

Parents
  • Also LPC214x has a Fast GPIO Interface which should be used in order to achieve the best performance. The interface is enabled in SCS register and uses similar registers like legacy GPIO. Details are in the User Manual.

    Frequencies up to 15MHz can be achieved with proper code (CPU @ 60MHz).

Reply
  • Also LPC214x has a Fast GPIO Interface which should be used in order to achieve the best performance. The interface is enabled in SCS register and uses similar registers like legacy GPIO. Details are in the User Manual.

    Frequencies up to 15MHz can be achieved with proper code (CPU @ 60MHz).

Children