Porting From MKW40Z to MKW30Z MKW30Z160xxx4_connectivity.icf

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

Porting From MKW40Z to MKW30Z MKW30Z160xxx4_connectivity.icf

Jump to solution
1,186 Views
lucianfiran
Contributor V

In Software Porting From MKW40Z to MKW30Z and MKW20Z Wireless MCUs MKWSWPUG.pdf Rev. 0, 01/2016

Page 10
Select “Linker” section and change
MKW40Z4/linker/iar/MKW40Z160xxx4_connectivity.icf to
MKW30Z4/linker/iar/MKW30Z160xxx4_connectivity.icf

Where can I find the file MKW30Z160xxx4_connectivity.icf  ?

I there a difference in these files ?

Tags (3)
1 Solution
679 Views
carlos_neri
NXP Employee
NXP Employee

Section 3.1.1 Modifying and updating application project, step 9, describes how to generate the KW30 icf file. Basically is a copy of the KW40 with different name:

pastedImage_1.png

View solution in original post

2 Replies
679 Views
lucianfiran
Contributor V

About ksdk_platform_lib - project
    
It has also some references to MKW40Z:
    
Options... General Options - Freescale MKW40Z160xxx4
                 C/C++ Compiler  - CPU_MKW40Z160VHT4
                          $PROJ_DIR$/../../../../platform/devices/MKW40Z4/include
                          $PROJ_DIR$/../../../../platform/devices/MKW40Z4/startup
Platform:
Clock
        C:\Freescale\KW40Z_Connectivity_Software_1.0.1\KSDK_1.3.0\platform\system\src\clock\
           fsl_clock_MKW40Z4.c
           fsl_clock_MKW40Z4.h
sim - hal
C:\Freescale\KW40Z_Connectivity_Software_1.0.1\KSDK_1.3.0\platform\hal\src\sim\MKW40Z4
         fsl_sim_hal_MKW40Z4.c
         fsl_sim_hal_MKW40Z4.h

    Should these be updated also to MKW30Z and rebuild ?

0 Kudos
680 Views
carlos_neri
NXP Employee
NXP Employee

Section 3.1.1 Modifying and updating application project, step 9, describes how to generate the KW30 icf file. Basically is a copy of the KW40 with different name:

pastedImage_1.png