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,
Have you downloaded the (Arm7) legacy pack?https://developer.arm.com/documentation/101407/0538/Creating-Applications/Tips-and-Tricks/Use-MDK-Version-4-Projects
Regards, Ronan
Also, you require an MDK Plus or an MDK Professional license, see:
"Keil MDK v4 Legacy support: requirements"
https://developer.arm.com/documentation/ka005496/latest
Yes, I have the plus version and the arm7 legacy pack installed. Even still, I don't see any new options in the pack installer for setting up a project for a LPC2000 series uC
There is no Legacy DFP that the Pack Installer could offer.
The solution is to select the legacy device during project creation, see
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.