CC2744R7-Q1: HSM and example code missing

Part Number: CC2744R7-Q1
Other Parts Discussed in Thread: SYSCONFIG, CC2745R10-Q1

Hi Forum,

I am referring to SDK 9.20.0.81 and noticed that there are no HSM files or example projects available for the CC2744R74 target.

Could you please advise how development should proceed in this case? Any guidance on the recommended development flow, available software support, or plans for example projects for this target would be appreciated.

Regards,
Vaibhav

  • Hello-

    Thank you for reaching out. The examples found in the CC2745R10-Q1 folder are also applicable to the CC2744R74 target and can be used interchangeably. However, due to small differences between the CC2744x and CC2745x, you will need to switch the device configuration in sysconfig.

    1. Import an example project for the CC2745x, such as basic_ble, found at <sdk_root>/examples/rtos/LP_EM_CC2745R10_Q1/ble/basic_ble. If help is needed, please refer to Build your first program for the CC23xx or CC27xx device in the BLE Stack User's Guide for how to import these projects, flash them to the device, and flash the HSM.

    2. Open sysconfig within CCS and select the "show device view" icon in the upper right corner. See the attached image.

    3. Select "Switch" and set the new value of the "board" tab to none.

    4. Under the "device" tab, select the CC2744x device and select confirm.

    5. Under the sysconfig "problems" tab, fix any migration errors such as flash memory size.

    This should allow you to migrate any project from the CC2745x to the CC2744x devices.

    Please let me know if this answered your question or if there is any way I can clarify.

    Best,

    Blake

  • Hi Blake,

    i tried that already, the target CC2744 is not listed there. Please refer below below screenshot.

    Best,

    Vaibhav

  • Hello-

    This is the right menu. Just make sure to set "board" to none, and then the CC2744x should appear in the device menu, as shown below.

    Best,

    Blake