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.
不打断点也是一样的现象,调试中发现没有进入数据接收中断(rxStartIsr)下面是它的描述:
/*=================================================================================================
* @fn rxStartIsr
*
* @brief First ISR state for receiving a packet - compute packet length, allocate
* buffer, initialize buffer. Acknowledgements are handled immediately without
* allocating a buffer.
*
* @param none
*
* @return none
*=================================================================================================
*/
uint32 timestamp1A,timestamp1B,timestamp1C;
static void rxStartIsr(void)
{
。。。
}
描述说接收一个包会产生中断,我看数据手册里面由蛮多中断源,不知道这个中断(rxStartIsr)是哪种中断源产生的