Hi,
I want to use the ioport keyword to access to the XINTF Zone 7 space of the TMS320F28335.
The start address of Zone 7 is 0x20 0000 while the ioport type only should be char, short, int, or unsigned int.
So the compilation is failed and the error is " syntax error or ioport out of range"!
I found that the direct address access without ioport keyword is available. What's the difference between the
access with ioport keyword and without it ?