This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello everyone,
I need your help with M-POST feature.
After enabling M-POST (by configuring the the Z1-OTP-BOOT-GPREG2 register), boot duration of my devices increase by 5s. SPRACI7A document mentions that depending upon the device configuration, the test will take approximately 50,000,000 INTOSC2 (10MHz with TMS320F280049C) cycles to complete the test, so:
1. The 5s increase in boot time is normal, isn't it?
2. What device configuration can be applied to minimize the duration of M-POST?
Thanks,
Cuong.
1. Yes this is the expected duration in F28004x devices. However this is optimized (to approx 25ms) in later devices like F28003x
2. Unfortunately F28004x don't have any configuration to optimize this.
Regards
Baskaran
We do have some RAM tests in the Software Diagnostic Library you could use instead. You could run these software tests shortly after the boot ROM jumps to the flash entry point but before calling c_int00.
Look for the STL_March code the SDL found in <C2000Ware install dir>\libraries\diagnostic\f28004x
Whitney