STM32F30f4, standard cube configured out of the box software locks up after fixed number of processor cycles. IO looks to resets also. Loops in system memory starting at 0x1ffffed68. Only if sysTick is enabled. Does not get to sysTick interrupt.
STM32F30f4 Does this in debug mode or release with and without STLINK attached via SWCLK Pin 20,SWDIO Pin 19,NRST Pin 4.
Using HSI clock and PLL , but tried also without PLL. I've only enabled IO on the standard IO lines available, PA0 -> PA7 Pin 6 to Pin 13, PB1 Pin 14, Pf0 Pin 2,PF1 Pin 3, PA9 Pin 17, PA10 Pin 18.
Runs in debug OK for fixed number of cycles then locks in system memory, looping at 0x1ffffed68. The only enabled services are SysTick, Penable request for system service and system service call via SWI instruction, NMI and hardfault interrupt. All set to defaults.
I'm using IAR EWB for ARM 7.80.04.1295, shared component 7.5.6.4719.
Anyone come across this?