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

LPC2468

Hi

I am trialing the MDK and want to create a project for a LPC2468 based board.  How do I go about adding this device to the device list? 

I had a look for a pack but cant find one, and cant see anything relevant in the Pack Installer, so how is it done?

Thanks

Parents
  • The LPC2468 is an  ARM7TDMI-S based high-performance 32-bit RISC Microcontroller.

    A support by MDK requires the additional installation of the Legacy support for Arm7, Arm9 & Cortex-R devices, offered at:

       http://www2.keil.com/mdk5/legacy

    - At Project creation select "Legacy Device Database" instead of "Software Packs". 

    - At the folder C:\Keil_v5\ARM\examples you will find some example projects.

Reply
  • The LPC2468 is an  ARM7TDMI-S based high-performance 32-bit RISC Microcontroller.

    A support by MDK requires the additional installation of the Legacy support for Arm7, Arm9 & Cortex-R devices, offered at:

       http://www2.keil.com/mdk5/legacy

    - At Project creation select "Legacy Device Database" instead of "Software Packs". 

    - At the folder C:\Keil_v5\ARM\examples you will find some example projects.

Children