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.
你(们)好
我正在使用 MSP430F5328 IAR、我想实现 OTA 固件更新、并且我当前的 BSL 不活动直接从 Main 开始(复位内部矢量并跳转到 main) 我想让我的自定义引导加载程序具有双映像选项、以保护映像安全。
我有外部闪存、并建议我使用内部引导加载程序 BSL 或外部闪存执行此操作的方法。 我的代码大小为120KB。
我想从服务器端进行更新、而客户端是固件 MSP430所在的器件。
您能向我推荐要使用的文档或代码示例吗?