Hi!
My current setup is:
mcu_plus_sdk_am243x_09_01_00_41
ti-cgt-armllvm_3.2.0.LTS
ccs1250
A strange thing happens:
When I build hello_world_am243x-evm_r5fss0-0_nortos_ti-arm-clang example with DEVICE_TYPE?=GP in devconfig.mak a file hello_world_am243x-evm_r5fss0-0_nortos_ti-arm-clang.appimage.hs_fs is generated.
When I build hello_world_am243x-evm_r5fss0-0_nortos_ti-arm-clang example with DEVICE_TYPE?=HS in devconfig.mak a file hello_world_am243x-evm_r5fss0-0_nortos_ti-arm-clang.appimage.hs is generated.
Why is that?
I used ccs1240 and mcu_plus_sdk_am243x_09_00_00_35 and it was the other way around: GP produced .hs and HS produced hs_fs.