Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI think I've figured this out. I'm still not 100% sure what's going on beneath the HAL level, but, according to the nios ii software developer's handbook (http://www.altera.com/literature/hb/nios2/n2sw_nii5v2.pdf), section 6-5, HAL uses its own standard data types. It looks like, if you're using a 32 bit write, you need to use one of the following, int, unsigned int, alt_32, alt_u32.