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.

RTOS/CC2538: CC2538 ZCD_NV_NIB do not read by MT command API

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK,

Tool/software: TI-RTOS

I want to read entire ZCD_NV_NIB on Z-Stack 3.0.1 ZNP project.

I have test read ZCD_NV_NIB by MT top level API(MT_SysOsalNVRead) with offset =0,but this will be blocked and timeout,at the same time,another NV ID is readable and not timeout.

As we all know,struct nwkIB_t total size is 116 Bytes, and UART transmit buffer is 170-1-5 Bytes,I don't think this exceed UART transmit buffer,may be a bug.