Question
stm32h743 random hard fault while reading flash
Hi everyone!
i have a custom board with h743vit6 on it
when i'm trying to access flash like this:
cell_data = * (__I uint32_t *) address;i'm getting random hard faults from time to time
at first everything works fine, but after hard fault happens once, i'm getting it every time i am trying to read from flash
changing latency didn't help
it can't be a power issue either cause i'm using a power source that can drive up to 1 A
the mcu works at 300 mhz, clock signal comes from fpga and looks good
writing to flash works fine though
