Hi,
Is it possible to increase the number of tx messages in the queue?
I have increased MAC_CFG_TX_DATA_MAX to 40, and MAC_CFG_TX_MAX to 80. However, I still get overflow error when I call sendMsg 13 times in the same loop.
Regards,
Toby
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.
Hi,
Is it possible to increase the number of tx messages in the queue?
I have increased MAC_CFG_TX_DATA_MAX to 40, and MAC_CFG_TX_MAX to 80. However, I still get overflow error when I call sendMsg 13 times in the same loop.
Regards,
Toby
Brocklobsta,
Thanks for your help! I was originally trying to implement my own broadcast by sending individual messages to each sensor. However, FH broadcast is more appropriate for this application.
Regards,
Toby