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.

请教下大家,关于npi.c 中 NPI_WriteTransport 函数调用的问题 !

Other Parts Discussed in Thread: CC2540

hi 各位大神,

          我最近做个项目 ,基于CC2540 SPI 数据传输时遇到问题。

在系统刚运行起来 会调用 npi.c 当中的uint16 NPI_WriteTransport( uint8 *buf, uint16 len )  函数 ,然后SPI 会发送出一串乱码。

但是我在APP 层 并没有调用 这uint16 NPI_WriteTransport( uint8 *buf, uint16 len ) 函数 。在整个工程当中也没有找到何处调用 uint16 NPI_WriteTransport( uint8 *buf, uint16 len )   这个函数 ,请教下 各位大神 遇到这样的情况?那具体是 系统底层调用还是哪里调用?  为了避免这样的问题出现 ,那应该怎样处理?

  十分感谢!