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.

TIDA-01066: are there plans to correct the PCB files and update the software included with this reference design?

Part Number: TIDA-01066
Other Parts Discussed in Thread: CC1310

I'd love to be able to upload the zip file to OSH Park and order a few boards.  Also, another e2e post that refers to this reference design mentions the legacy issues with the software.  

I recommend that you load your reference designs on OSH Park, Seeed, etc.  You have some tempting and thoughtful designs.  Thanks.

  • Hi,

    Thank you for the feedback.

    I am not aware of any plans to update the software for this reference design. You could use the examples from the latest SDK for CC1310 as base and port the application code from this reference design. I have notified the authors of the app note just in case there are any plans to revise the software.

    Regards,

  • Maxwell,

    There are currently no plans to revise the software for this design.  The code uses the TI 15.4 example code (found in the SDK) as a starting point.  You can take the latest SDK and modify the files accordingly.  As reference, below were some files that were modified:

    • Ssf.c/Ssf_init: Set hall effect GPIO interrupt pins to trigger hallHwiFxn on rising and falling edge
    • Ssf.c/hallHwiFxn: Gets called whenever interrupt is triggered.  This will set the SENSOR_HALL_EVT event and wake up main thread
    • Sensor.c/Sensor_process: Main thread.  Sees SENSOR_HALL_EVT event and read hall sensor sensor
    • Sensor.c/readSensors: Read the state of the GPIOs and send out the hall effect readings.