This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I am looking for ECC insertion method (any instruction) on any address with ARM Cortex M4.

I am looking for ECC insertion method (any instruction) on any address with ARM Cortex M4. Some processors sport data line flips using instructions.

Parents
  • Hi,

    do you want to design an MCU based on Cortex-M4?

    If it is right, you can equip ECC logic outside of ICode AHB-Lite instruction interface?

    If you are looking for such MCUs, as far as know, there would be no such MCU of which ECC covered the all instruction address space.

    However, regarding Flash space, almost all MCUs have the flush cache to buffer differences between CPU and Flash access time.

    The flash cache would be always ECC protected.

    Best regrads,

    Yasuhiko Koumoto.

Reply
  • Hi,

    do you want to design an MCU based on Cortex-M4?

    If it is right, you can equip ECC logic outside of ICode AHB-Lite instruction interface?

    If you are looking for such MCUs, as far as know, there would be no such MCU of which ECC covered the all instruction address space.

    However, regarding Flash space, almost all MCUs have the flush cache to buffer differences between CPU and Flash access time.

    The flash cache would be always ECC protected.

    Best regrads,

    Yasuhiko Koumoto.

Children