Difference between revisions of "FMX"

From C256 Foenix Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
* Any ''code'' accessing the ethernet controller's registers must be in an ''even'' page of memory!
 
* Any ''code'' accessing the ethernet controller's registers must be in an ''even'' page of memory!
 +
* The SD Card controller's "raw access" mode only works so long as you don't initialize its "cooked" mode. Once you've invoked the init function, raw access will fail until the next reset.

Revision as of 14:22, 15 March 2024

Hardware Setup

Ports and Connectors

Hardware Errata

Software Errata:

  • Any code accessing the ethernet controller's registers must be in an even page of memory!
  • The SD Card controller's "raw access" mode only works so long as you don't initialize its "cooked" mode. Once you've invoked the init function, raw access will fail until the next reset.