void _c_int00()
{
/* Enable VFP Unit */
#if (__TI_VFPV3D16_SUPPORT__ == 1)
_coreEnableVfp_();
#endif
/* Initialize Core Registers */
_coreInitRegisters_();
/* Initialize Stack Pointers */
_coreInitStackPointer_();
/* Enable IRQ offset via Vic controller */
#if 0
_coreEnableIrqVicOffset_();
#endif
_mpuInit_();
_mpuEnable_();
/* Initialize System */
systemInit();
When i debug new code,it can't work properly.
Any help please?
In addition the version of uC/OS-II demo programm I dowanloaded from micrium is too old.
Thanks