I have noticed something strange when using either the ROM_SysCtlDelay() or SysCtlDelayfunctions on a LM4F232H5QC.
If I pass a value over (approx) 110000 to either function, a Fault Interrupt is triggered. The Fault Status Register has the folwwoing flags set:
NVIC_FAULT_STAT_BFARV 1 Bus Fault Address Register Valid
NVIC_FAULT_STAT_PRECISE 1 Precise Data Bus Error
Has anyone else experienced this before?
Could anyone shed some light on this perhaps?