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.

RTOS/CC1310: OAD in TI 15.4 stack

Part Number: CC1310

Tool/software: TI-RTOS

I follow step as a below image. Sensor_oad_cc1310lp_all.hex is flashed into cc1310_lp_1, Uart console show:

"TI Sensor

State Changed: 1"

but coprocessor_cc1310_lp.hex is flashed into cc1310_lp_2, i don't see anything on Uart console.

Could anyone help me?

Thanks

  • Hello,

    What SDK are you using? Could you please elaborate a little more on what the problem you are seeing is? Are you running the collector on a host Linux machine or are you using a Beagle Bone Black?

    -Matt
  • Thank for your reply

    What SDK are you using? - i'm using SDK 2.10.00.36 of cc1310

    Could you please elaborate a little more on what the problem you are seeing is?

    coprocessor_cc13xx_lp.hex is flashed into cc1310 launchpad by flash programe 2 but I don't see anything on UART console. I expect to see something on console like:

    TI collector

    Nwk: Started

    Sensor......

    Sensor......

    my laptop using windown 10

    Are you running the collector on a host Linux machine or are you using a Beagle Bone Black? - Sorry sir, i'm beginner. Could you show me Linux machine, Beagle Bone Black?

    Thanks

  • coprocessor_cc13xx_lp.hex is flashed into cc1310 launchpad 1
    Sensor_oad_cc1310lp_all.hex is flased into cc1310 lauchpad 2
    i'm using Linux machine , config tty/ACM0 (coporessor) and run run_demo.sh file. but i have a problem
    Launching the Collector Application in the background
    Cannot get VERSION info from CoProcessor
    0) ./host_collector() [0x421b17]
    1) ./host_collector() [0x421c62]
    2) ./host_collector() [0x423f29]
    3) ./host_collector() [0x423ec2]
    4) ./host_collector() [0x41bfd5]
    5) ./host_collector() [0x40870b]
    6) ./host_collector() [0x40fcfe]
    7) ./host_collector() [0x406986]
    8) /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f20d68f4830]
    9) ./host_collector() [0x4023e9]
    Error starting collector application
    Something seems wrong with the collector app
  • Hello,

    When the collector application fails to open, it can usually be fixed by removing the "nv" file that gets created in the build directory, resetting the board, and trying again. The file to remove is in the example's build directory and it can be removed in the Linux command line using the "rm" operation. The name of the file is something along the lines of "nv_simulation.txt".

    Once that file is deleted, rebuild the project, do a hard reset of the CoProcessor board (holding the right button and then pressing the reset button), and try running the collector application again.

    -Matt
  • your recommend is so good. Thanks