Hi Cheng,
The message from CCS means that the program has stopped in "_system_post_cinit()" but CCS is not able to locate the source code for that. It will show that message and prompt you to provide the location where the source is located…
Part Number: MSP430FR6989 Hi,
The standard SPI code example of MSP430 demonstrates a communication with "8 bit" address. It writes for example "0xFF" then read "0x01". But how I can do if the slave should communicate with "16 bits" address? Is…
UNIFLASH的bug确实不少。
xuan wang 说: 我falsh操作的代码就异常,无法正常擦除写入了
对被保护的FLASH区域执行擦写操作需要先解锁(unsecure),请看一下TRM的3.12.7 Incorporating Code Security in User Applications,相关的代码在3.12.7.3 C Code Example to Unsecure C28x Zone1以及3.12.7.4 C Code Example to Resecure C28x Zo…