Other Parts Discussed in Thread: UNIFLASH, SYSBIOS, MMWAVE-SDK, AWR1642
Hello,
I have trouble with migrating project for IWR6843 from ES1.0 to ES2.0. I´m getting NULL handle from SOC_init (&socCfg, &errCode) -> loader_exit(void).
I tried to eliminate my own errors during migration, so I made clean install of all component, but problem is still there.
My step-by-step actions:
- import lab0015_pplcount_68xx from mmwave_industrial_toolbox_3_6_2 to CCS (10.1.1.0004)
- Uniflash + xwr68xx_ccsdebug.bin (\mmwave_sdk_03_02_01_02\packages\ti\utils\ccsdebug\)
- mmwave_sdk_03_02_01_02, ti-cgt-arm_16.9.6.LTS, bios_6_73_01_01 compile, debug -> SOC_init success
- change SDK to mmwave_sdk_03_03_00_03 in CCS project setting
- Uniflash + xwr68xx_ccsdebug.bin (\mmwave_sdk_03_03_00_03\packages\ti\utils\ccsdebug\)
- Migrating guide: (swra656b.pdf) done steps from Table 3. xWR6843 ES1.0 to xWR6843 ES2.0 Software Migration:
- step no 1: <property name="products" value="com.ti.rtsc.SYSBIOS:6.73.01.01;com.ti.MMWAVE_SDK:3.3.0.03;"/>
- step no 2: postBuildStep in MSS projectspec to replace the value 0x02000006 with 0x00000006.
- step no 3: MSS/DSS start-up code
- all remaining not necessary
- again used ti-cgt-arm_16.9.6.LTS, bios_6_73_01_01, compile, debug -> SOC_init done with loader_exit(void)
May I ask for some hint, what could be wrong?