Other Parts Discussed in Thread: IWR1642, UNIFLASH
hello everyone:
I have realized the program update with the sbl of sdk3.0, after code being load into RAM, copy the interrupt vector into the address 0 and software reset the MSS, it will jump to my application code and run. But i test the load code time (load application code into RAM) by I/O pin, it takes 130ms. And jump to execute the application main, it takes 1000ms(between software reset and the application main running).
in my product, it requirements the time between power up and run application code must less than 80ms. How can i do?
thank you very much!