Forum Discussion
Altera_Forum
Honored Contributor
14 years agoaltremote_update - cold-start issue
Hi, I'm having some problems with the altremote_update core on a Cyclone III FPGA. ===# 1 === - reconfiguration from application offset (0x080000) after cold-start of the system does not...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The 2nd bit set (value=0x2) in register 7 for past status (read source 1), shows that fpga reconfigured because of a watchdog timeout. If I remeber correctly the watchdog timer is automatically enabled in user configuration and disabled in factory configuration. So you need to explicitly disable or periodically reset it when the application image has been loaded (and preferably after you have checked it is correctly operating). --- Quote End --- Thanks! It was the watchdog! That's what I did and it worked. Both issues were solved with this. :(Altera needs to revise documentation for some cores... especially this one.