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.

Consult sth about msp430 fail issues



我想知道MSP430F5510IRGCR这个MCU的 片上存储器或者其他功能块  如何片上存储器fail掉   MCU还能继续工作嘛?

  • 片上存储器有FLASH和SRAM,如果部分损坏,只要程序不执行到那个位置,没有变量占用那个位置,MCU是可以工作的,但是这样做有很大的风险,一般建议更换芯片,如果完全坏掉,是不能工作的,MCU无法引导启动。请问你是在什么应用中会有这种问题?如果应用环境干扰很大,可用软件方式进行flash的保护和纠错,也可选用带有存储器保护功能的MCU。