Hi,
I am very new to Arm Development Studio and i want to create a project for the LPC21xx and LPC22xx families.
unfortunately when i try to create a target connection these device packs does appear within the provided list
(NXP->) all what is available is LPC32xx and LPC32xx. I desired packs are also not available in the pack installer.
Can someone please guide me on how to solve this blockage? i have been turning around since a week now.
thanks in advance for any contribution.
These are very old devices, based on Arm7TDMI-S, and precede CMSIS Software Packs.
You would need to use Keil MDK with Legacy Device Support installed:
https://developer.arm.com/documentation/ka005496
Alternatively you can create a generic Arm7TDMI-S project within Arm Development Studio.
Note that you will need to install Arm Compiler 5 to either MDK or Arm Development Studio. This toolchain is no longer installed by default:
https://developer.arm.com/documentation/ka005073
https://developer.arm.com/documentation/101469/2024-0/Installing-and-configuring-Arm-Development-Studio/Register-a-compiler-toolchain
https://developer.arm.com/documentation/ka005198