Altera_Forum
Honored Contributor
21 years agoio.h vs normal data access
Hi there, Maybe a silly question... What is the purpose of the io.h headerfile? A memory addressable device can be referenced as follows: data = *(INT32U*) 0x200000; or using...