Forum Discussion
Altera_Forum
Honored Contributor
20 years agoThanks, Danny
i just want to write the value-0xFF to the ram space which absolute address is 0x100. in other mcu software programming, i can do it in this way: volatile unsigned char *p = (unsigned char *)0x100; *p = 0xFF; i wonder if it is the same in NIOS programming. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/blink.gif http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/ohmy.gif