Other Parts Discussed in Thread: MSP430FR5989 , MSP430FR5728 , MSP430FR5738 , MSP430FR5739MSP430FR5739的开发板自带了仿真器模块,以前使用它调试过MSP430FR5728,MSP430FR5738,MSP430FR5739,都没有问题,现在连接MSP430FR5989挂不上仿真器,硬件电路都是相同的,双线仿真,不知道是不是实验板自带的仿真器不支持这么新的芯片,望大神解答!!!谢谢!!!
Other Parts Discussed in Thread: MSP430FR5739 #include "msp430fr5739.h"
unsigned char *p; unsigned short int Result=0; unsigned char Input[2]={0x35,0x34}; void delay(unsigned int z) { unsigned int i; for(i=0;i<z;i++); }
unsigned short int CRC16…
调试发现程序一直停留在IRQ管脚判断的位置。
void wlan_start(unsigned short usPatchesAvailableAtHost) { unsigned long ulSpiIRQState; // // Allocate the memory for the RX/TX data transactions: the maximal length is // of the 1700 bytes // tSLInformation.pucTxCommandBuffer = wlan_…