Forum Discussion
Dear,
Would u like to help us with the issue as below?
The FPGA which we used is communicated with the MCU, and our previous code has been working fine for a long time. Recently, we added some new modules for the FPGA, and we met an issue, when the MCU reads the FPGA by local bus, some modules are ok, but some did not respond(and some of these modules are not new ). - And we added a 2s delay in the MCU, and read the FPGA again, all the modules are ok. So we suspect that the code has been bigger and the loading time has been longer, and the issue was occurred when the MCU to read it but it loading was not completed. So we originally planned to increase the loading speed.
Is there a situation where some modules are ready and others are not when FPGA loading is not completed? If so, how can we avoid this situation? How we to check the loading status is ok before we operate it? Could we read the config_done signal? Thanks.