Forum Discussion
When using RSU, is it necessary to use an external trigger to trig FPGA to load application image?
- 6 years ago
Hi,
The pof_error only performed sanity check and not full check. So if the initial bitstream is correct then it will try to configure the FPGA with application image. The pof_error will only detect if there is some error on the initial bitstream.
Hi,
The pof_error check will just performed sanity check and if it confirm that initial data contain valid bitstream then it will try to configure it to application image. If it is failed then it will reload back to factory image. May I know what mechanism or state machine you use to stop it from re-configuring it to application image?
- Kavin6 years ago
Occasional Contributor
Hi,
There is nothing to stop it from re-configuring it to application image after reload. so you mean that a high level on pof_error will reload back to factory image,and after reverting to factory image,pof_error will goes low? so if there is no stop,it will stuck in the loop?