Using PE to create a new project for MK20DN64VLF5 in KDS 3.2.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using PE to create a new project for MK20DN64VLF5 in KDS 3.2.0

Jump to solution
781 Views
danielcheng
Contributor II

I am using MK20DN64VLF5 (48 pin LQFP package) and would like to create a new project using Processor Expert in Kinetis Design Studio 3.2.0.  The default chip setting for MK20D (50MHz) is MK20DN64xxx5.  see the image below. But all the code by default are generated for the 64 pin chip  MK20DN64VLH5 

Capture1.JPG

But all the code by default are generated for the 64 pin chip  MK20DN64VLH5.  See the snipped generated code below as an example.   What's the appropriate approach to generate the code for the 48 pin LQFP chip MK20DN64VLF5.  

Thank you very much.

Capture2.JPG

1 Solution
583 Views
DavidS
NXP Employee
NXP Employee

Hi Daniel,

You are going through all the correct steps to get starting project that supports the VLH5 package (64-pin).

To change packages do the following steps:

  • Click on the Hardware perspective (on my IDE it is in the upper right corner of below picture)
  • Click on the "Select Package" (upper middle of screen)
  • Choose your VLF5 in LQFP 48-pin package" option
  • Click OK
 

Regards,

David

View solution in original post

2 Replies
584 Views
DavidS
NXP Employee
NXP Employee

Hi Daniel,

You are going through all the correct steps to get starting project that supports the VLH5 package (64-pin).

To change packages do the following steps:

  • Click on the Hardware perspective (on my IDE it is in the upper right corner of below picture)
  • Click on the "Select Package" (upper middle of screen)
  • Choose your VLF5 in LQFP 48-pin package" option
  • Click OK
 

Regards,

David

583 Views
danielcheng
Contributor II

Thank you, David.  This helps.

0 Kudos