Porting From MKW40Z to MKW30Z MKW30Z160xxx4_connectivity.icf

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Porting From MKW40Z to MKW30Z MKW30Z160xxx4_connectivity.icf

跳至解决方案
1,276 次查看
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 ?

标记 (3)
1 解答
769 次查看
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

在原帖中查看解决方案

2 回复数
769 次查看
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 项奖励
770 次查看
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