Based on the Level Sensing project example I’m trying to optimize the system boot time between power on and the first frame start event. The serial memory boot and the CLI configuration are working fine and I have not question here. The thing I do not understand is the time the systems requires after the configuration is done before it triggers the first frame. In my case this time is approximately 65ms. I’m aware that many initializations have to be performed and memory sectors have to be allocated within the system but 65ms seem long for this task. Do you have an idea how to proceed in order to optimize this time?
Thanks for your reply