Hi,
I was in the process of trying to minimize the DSP initialization time for my motor control application.
Please see the following scope catpure:
The signal in blue is the /XRS (device reset) while the signal in red is a gpio I'm toggling for timing capture purposes.
1. The first time the GPIO goes high is at power up
2. /XRS is held low for about 115ms
3. When the GPIO goes low (after /XRS goes high), that is the point I execute the first line in main() of the application sw.
4. There is a point at which /XRS goes low again but that is expected due to the watchdog test I'm executing.
Can someone confirm the time of the /XRS pin being held low at startup is as expected. I believe it is ok based on the following:
However, I'd like to know is it possible to reduce the time by say about 50ms?
Thanks!
Saurabh