Does the compiler have memory mapped I/O - at least byte wide?
Does the compiler have memory mapped I/O - at least byte wide?
The compiler has nothing to do with "memory mapped IO".
The compiler has nothing to do with "memory mapped IO".
Then maybe I should asked: is memory mapped I/O available? And by memory mapped I mean can you read and write at least byte wise (at least 8 bits in one go as opposed to building up a word from individual GPIO bits) via the GPIO. I would want to setup an 8 bit bus structure to access external peripherals.
Kind regards
Michael Vos