Hi guys,
I am trying to setup a project for a LPC54616J512BD100 microcontroller but the device is not listed in the Options for Target -> Device window in μVision.
I have installed the support pack for the device through the Pack Installer at All Devices -> NXP -> LPC54616 -> LPC54616J512 -> LPG54616J512BD100, however, I still cannot find the device in the Options for Target -> Device window (I don't see any LPC546xx devices listed).
Am I missing something?
I see the LPC54616J512BD100 listed at the Pack Installer and the NXP::LPC54616_DFP 12.1.0 installed
Also the LPC54616J512BD100 can be selected at MDK 5.29 when creating a new project
It's just important to install the Pack NXP::LPC54616_DFP 12.1.0
http://www2.keil.com/mdk5/packinstaller/
Is there any way of doing this without creating an entirely new project? My goal here is to port an existing project to the new microcontroller, but in the device selection window, the menu where I would select "Software Packs" is grayed out.
It is just not recommended to port an existing project to a new target, as several components and their configuration are belonging to the initial target during its project creation. My recommendation is to start a new project and to step by step migrate the essentials of the existing one.