We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a LPC2378 and LPC2478 on a legacy product that I inherited. Keil says on the website that Arm7 architectures are supported with the plus version. I have everything activated in uVision but the pack installer doesn't have any LPC2000 devices in the list. Am I doing something wrong or do I have the wrong product? The last engineer used uVision4 -- are these devices not supported in uVision5?
Thanks in advance,
Jordan
Hello Jordan,
I assume you:
- are using MDK v 5.38.
- downloaded the Legacy Arm Compiler 5 version r5p6-07rel1 from this page:
https://developer.arm.com/downloads/view/ACOMP5
- Added Arm Compiler 5 to the Keil MDK toolchain using these steps:
developer.arm.com/.../
- you downloaded and installed "Legacy Pack Download" "Arm7, Arm9, Cortex-R" (MDK79525.EXE) into the C:\Keil_v5 folder.
If so, then try opening these examples and see if you can load them onto to your evaluation board:
C:\Keil_v5\ARM\Boards\Keil\MCB2400\Blinky\Blinky.uvproj
C:\Keil_v5\ARM\Boards\Keil\MCB2300\Blinky\Blinky.uvproj
You can use those examples as a template for setting up your inherited project.