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.

CC2530: Binding table

Part Number: CC2530

In this function-

static void MT_UtilBindAddEntry(uint8 *pBuf)

Here the bindAddEntry is used to create the binding table. But I am unable to set the break point at packBindEntry. 

if ( clusterIds != NULL )
{
// The response to MT interface has to be pack into buf
packBindEntry_t( buf, bindAddEntry( srcEp, &dstAddr, dstEp, numClusterIds, clusterIds ));

osal_mem_free( clusterIds );

Why is the breakpoint not getting set here?

This is at the coordinator (sample switch,cc2538) side.