I'm using the XEVMK2EX board and i'm trying to enable VFP. It seems that I can step through my code on the debugger and use the "SMC 0" command from supervisor mode before enabling VFP. This will allow me to set the NSCAR and CPSR registers then enable VFP. However, if I run the code without stepping through it I get an undefined instruction when attempting to access the NSCAR register to enable VFP.
I'm not sure what the difference between stepping through the code and running it is but it seems this is causing an issue. Am I missing a step so I'm able to turn on VFP?
Thanks,
Mike