Tool/software: TI-RTOS
Hello,
I would like to reset my device in some case using SysCtlReset but the device is using bootlader for ethernet update with reset vector:
/* ================ Hwi configuration ================ */ var halHwi = xdc.useModule('ti.sysbios.hal.Hwi'); var m3Hwi = xdc.useModule('ti.sysbios.family.arm.m3.Hwi'); m3Hwi.resetVectorAddress = 0x00004000;
My problem is the SysCtlReset is not seems to work. I am using XDS100v2 debugger but on other project where the reset vector is not set the function call works nice.
Thank you for your help.