Hello,
I am using TMS320F28335 controller. I want to analyze the time taken from powerup to the point control coming to main() function. I need to analyze few points.
- By using GPIO pin can i measure the time for .cinit copying from Flash.
- Is there any alternative method to measure the time to come to main() function.
- Will it be same time to reach main() irrespective of .cinit size.
- To save flash i want to define global structure/array variables without any initialization and after coming to main(), by using memset(), i want to initialize all global structures/array variables to their default variables. This will definitely reduce the .cinit. With this can i reduce the time to come to main() function.
Thanks & Regards
Vishnu Beema