Hi all,
My program (on TM4C1294 platform) ran for many hours and got a hard fault, and NVIC_FAULT_STAT registered 0x400, or imprecise data bus error.
I tried to change my codes, such as increasing stack/heap size, in hope to fix this problem, but I still run into this hard fault a few times and every time I observe the same error code, I tried to track further down, but this happened on a section of codes (with the help of SP->PC to find it) that have been ran through many many times.
It is very time consuming to repeat this finding, so it will be helpful if I know the nature of this "imprecise data bus error". Can anyone give me the pointer?
Thanks alot!