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.
 
				 
		 
					 
                           
				 
				
