主题中讨论的其他器件:MSP-FET
工具/软件:
您好:
我想测试我的器件是否正确进入 BSL 模式、以及我使用的序列通常是否正确。
我在应用中添加了这段代码:
sc_stop(); Turns off ADC __disable_interrupt(); // disable interrupts ((void (*)())0x1000)(); // jump to BSL
然后、我要在 I2C 模式下使用 MSF_FET、并尝试使用以下脚本访问 BSL:
LOG MODE FRxx I2C 100000 COM10 DELAY 2000 //gives wrong password to do mass erase RX_PASSWORD pass32_wrong.txt // //add delay after giving wrong password //because the device does not give //any response after wrong password applied // DELAY 2000 RX_PASSWORD pass32_default.txt
我将 MSP-FET 的后端 UART 引脚连接到器件的 I2C。 还连接了接地端和 VCC 目标。
我在 I2C 线路上没有获得 ACK 响应。
我的顺序是正确的还是我做了错误的事情?