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.

CC2564 SPPLEDemo代码整合,总是进入硬中断!!

Other Parts Discussed in Thread: TM4C1236H6PM, CC2564
用的TM4C1236H6PM的片子与cc2564,把自己写的最小系统代码与SPPLEDemo代码进行整合时,
 Result = BSC_Initialize(HCI_DriverInformation, 0);总是跑步过去,进入硬中断!查了下死在"BSC_SearchGenericListEntry()这句,
也不知道具体代码是什么,就无从下手;(正常如果注释掉 Result = BSC_Initialize(HCI_DriverInformation, 0);是可以正常运行的)!
求给指点迷津!!!!