Search code examples
armcortex-m

CORTEX lpc1768 tutorial


I need some tutorial for working with cortex lpc1768.i think it doesn't have good document on it. please give me some information and tutorials for it.


Solution

  • LPC generally does a good job with their docs.

    Anything with an ARM in it though you also need the TRM (technical reference manual) for that core and the ARM ARM (ARM Architectural Reference Manual). Instead of one unified ARM ARM they have split it into families (thankfully, it was becoming unusable) being a cortex m you want the ARMv7 TRM and/or ARM ARM.

    Here are some sample programs.

    https://github.com/dwelch67/mbed_samples