Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
I have a related but different issue. I am interfacing directly to the ALTREMOTE_UPDATE megafunction. All works fine - I can reconfigure the device. But, if I read back the boot address and watchdog timer count, I don't get back 24bits or 29bits, just the same I wrote. The device is Cyclone III. That is writing at param => 0x4, data_in => 0x10_0000; reading back for param => 0x4, read_source => 0x3; the data_out is 0x10_0000, I expected it to be 0x40_0000. So I also tried the watch dog timer (though I am not really using it). Writing at param => 0x2, data_in => 0xfff; Reading back for param => 0x2, read_source => 0x3; the data_out is 0xfff, I expected it to be 0x1ffe0000. Used 8.0 linux version for the megafunction. Anything I am missing? Thanks, Rejeesh