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.

CC1310 Auto Acknowledge

Other Parts Discussed in Thread: CC1310

For the CC1310 i want to enable the hardware auto acknowledgement
functionality.

basically i want to knowhow to set the autoAckEn bit in the Frame Filter
Configuration Bit Field (See CC1310 Technical Reference Manual 23.5.1.4
table 23-70)

secondly i would like to know if auto acknowledge is only supported in
IEEE 802.15.4 or also in propriety protocols

could you provide a detail description and if possible a with an example
project using this feature

Live Chat Log

Jakub: Hi, my name is Jakub. How may I help you?
Johan Zwarteveld: How can i enable auto acknowledgement for the CC1310
Jakub: please hold on for a second
Jakub: i could find some posts in our E2E forum which explains how to
manage CC1310 acknowledgement :
e2e.ti.com/.../526607
,
e2e.ti.com/.../1887646,
e2e.ti.com/.../513480

Johan Zwarteveld: these don't answer my question.
i want to know how to set the autoAckEn bit in the Frame Filter
Configuration Bit Field (See CC1310 Technical Reference Manual 23.5.1.4
table 23-70)
this because i can not find any reference to in the software framework
for TI
Jakub: Please send us an E-mail , it will take some research
Jakub: asktexas@ti.com
Jakub: we usually reply within few hours

  • Hi

    The autoack feature you are referring to is only available for the IEEE API and this API is not supported by the CC1310.

    If you want to implement autoack on CC1310 you can use command chaining and then chain a TX command with an RX command. An example on how to do command chaining is found in the LBT example available with TI-RTOS.

    Siri