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.

LAUNCHXL-CC1352P: DMM examples on CCS to sensor remote display and collector remote display seem to be the same

Part Number: LAUNCHXL-CC1352P

Hi!

I am trying to run an example using dmm. I have two CC1352P1 Launchpads and I am flashing one with "dmm_154collector_remote_display_app" (https://dev.ti.com/tirex/explore/node?devtools=LAUNCHXL-CC1352P1&node=A__AIA5CDQx6sxcdBqfJBIjJg__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK_DMM_MODULE__BSEc4rl__LATEST&placeholder=true)  and the other with "dmm_154sensor_remote_display_app" (https://dev.ti.com/tirex/explore/node?node=A__AHuTdCdwzEqaaR.O8VLMEQ__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK_DMM_MODULE__BSEc4rl__LATEST&placeholder=true) using CCS Cloud IDE.

I am building and running these apps one on each Launchpad and following the README file of each one. But when I access the output to the terminal they both have the same appearance, as shown in the images bellow:

The one with Dev Addr: 0xE4E112F522C1 was supposed to be sensor and the other one with Dev Addr: 0x6CB2FD186AF3 was supposed to be the collector.

Am I missing something? Do I have to set any other configuration?

I appreciate any help.

  • Eduardo,

    From looking at the two screenshots you have attached, it appears the same project is being flashed to both devices. The screenshots immediately below shows the expected output of the remote display and sensor configuration. 

     

    The following screenshots show the output that is expected for the remote display and collector configuration. 

    Note that in both of the cases above, the COM ports for the Remote Display and Sensor/Collector UART outputs are different and won't display in the same terminal. 

    I would recommend that you flash one project to a single launchpad and then flash and enter debug mode for the second board to ensure that different projects are being downloaded to each separate device as expected. This How-To Guide to Assign a specific target to a CCS project may help solve your issue additionally.

    Thanks,

    Luke