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.

Compiler/CC1312R: EasyLink_enableRxAddrFilter() causes system halt

Part Number: CC1312R
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI C/C++ Compiler

Hi,

After trace code I found that when I use EasyLink_enableRxAddrFilter() for runtime change rx addr filter, it causes system halt.

I use UART for sending addr data and call EasyLink_enableRxAddrFilter().

Finally I found it halt at line 1563 "if ( Semaphore_pend(busyMutex, 0) == FALSE )" in EasyLink.c

How can I avoid system halt when use EasyLink_enableRxAddrFilter() ?

Thank you.