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.

CC2538: How to send out read or write attribute command continuously?

Part Number: CC2538


I want to send out read or write attribute command continuously.

Considering buffer limitation, we usually add 100ms delay between two read or write attribute commands.

Since I need do something in zclSampleSw_ProcessInReadRspCmd and zclSampleSw_ProcessInWriteRspCmd,

I want to trigger my private events in zclSampleSw_ProcessInReadRspCmd and zclSampleSw_ProcessInWriteRspCmd.

In process of my private events, I would send out the next read and write attribute command.

Is it workable?

Thanks.