Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I thought, I could read 0x00 to see if I am currently using the user (10/11) or factory (00) configuration. And 0x1C (the 7th word) should yield the reboot trigger source so 0x1 would be a scheduled reboot (see p.45 of ug_altremote.pdf), 0x10 a power up reboot and the rest would be errors... --- Quote End --- The reboot trigger source is the 7th parameter, but I don't know where you get 0x1C from. To read the previous reboot trigger, I believe you should be reading from address 0x0F (read_source = 01, param = 111). For example: IORD(CYCLONEIII_BASE, 0x0F)