Changing target MCU in KDS

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

Changing target MCU in KDS

906 Views
srinivasa_raow
Contributor I

Hi,

I am working on Kinetis bootloader and I am porting project from MK64F12 to my target processor i.e) MK22FN1M0AVLQ12

Under section 10.3.4 of Kinetis Bootloader v2.0.0 Reference Manual explains changing the target MCU in IAR IDE. 

Changing the target processor in IAR IDE is simple and straight forward and it is explained in this document.  But I am working on Kinetis Design Studio 3 IDE (KDS) and there is no option to change the target processor in KDS under Project->Properties.

How to we change target MCU in KDS?

If I go to File->New->Processor Expert Project->Project Name->Boards/Processors

Here I can select Processor for new project.  Can I change the target MCU for the existing project in KDS?

Regards

Srinivasa

0 Kudos
Reply
1 Reply

673 Views
harshpatel
Contributor IV

Hello Srinivasa Rao Wunnimani

Well i have done such a job while porting for K20 by taking reference of K22. Changed pre-processors and added related link in "device/fsl_device_registers.h", changed startup files and etc as explained in chapter 10.

You can change pre-processor from:

project property-> c/c++ build ->setting -> cross ARM c compiler -> Preprocessor ->debug symbols.

- Double click on current CPU name and edit it.

See attachment for reference..

Let me know if any...

----------------------------------------------------------------------------------------------------------------------

Please Mark it as correct if this post answers you question

---------------------------------------------------------------------------------------------------------------------

Thanks & regards

Harsh

0 Kudos
Reply