Skip to main content
Explorer
March 11, 2024
Question

How to check ROM and RAM?

  • March 11, 2024
  • 1 reply
  • 1104 views

We are trying to add built-in self-test capability to a program we are developing.
Specifically, we would like to periodically check ROM and RAM. Are there any sample programs for those?

 

[MCU] STM32F412VGT6

    This topic has been closed for replies.

    1 reply

    Graduate II
    March 11, 2024

    Check for what?

    You can CRC or HASH FLASH / ROM as the will have some prescribed content.

    I done recall the RAM having any parity or ECC on this model. Could check heap or stack integrity I suppose.