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.

MCT8315EVM: MCT8315A_GUI 固件

Part Number: MCT8315EVM
Other Parts Discussed in Thread: MCT8315A,

在网上找了MCT8315A GUI的固件代码,看完感觉代码有bug。

MEMADDR_PROG = 2;启动时执行

后面中断和大循环里,switch用到此变量没有2的情况,整个代码里,其它给MEMADDR_PROG赋值的情况需要MEMADDR_PROG为7,11,14,这矛盾。

是不是我找的固件有问题。