This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[CC2652R7] example on TI git hub can't work (lighting-app)

Other Parts Discussed in Thread: LP-CC2652R7, CC2652R7

Hi TI,

 I am trying to let LP-CC2652R7 become an end device. My final goal list as below

  1. LP-CC2652R7 become an end device (lighting-app)
  2. UART Console shows the matter QR Code which use for join the thread.

I refer the TI GitHub and try to build the lighting-app example but console shows nothing after I flash the code

Is this example ready now? or do you have any suggest example which can reach my goal?

BR,

Mike

  • Hi Mike,

    I have verified that the LP-CC2652R7 lighting-app example works as expected.  Please be sure to erase all device memory and load the chip-LP_CC2652R7-lighting-example-bim.hex file from the out/debug folder since OTA is enabled by default (chip_enable_ota_requestor is true in the args.gni file).  Attached is the default example image which works on my LP-CC2652R7.

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/158/chip_2D00_LP_5F00_CC2652R7_2D00_lighting_2D00_example_2D00_bim.hex

    Regards,
    Ryan

  • Hi Ryan,

     Thanks for your reply. The code I build works  as expected now.

     I think the root cause is I didn't erase all device memory.

    BR,

    Mike