Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address lines to MFP are reversed #7

Closed
roscopeco opened this issue Mar 1, 2020 · 1 comment
Closed

Address lines to MFP are reversed #7

roscopeco opened this issue Mar 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@roscopeco
Copy link
Collaborator

In the current schematic (and revision 0 board design) the address lines A1-A5 are incorrectly connected to MFP register select RS5-RS1 (I.e they are reversed).

This needs two fixes:

  • Correct the schematic
  • Implement a software fix for r0 boards

Correcting the schematic is self-evident.

The software fix will involve changing the register addresses in equates.S to reverse bits 1-5. This change will apply only to boards made from the current (pre-schematic-fix) design.

@roscopeco roscopeco added the bug Something isn't working label Mar 1, 2020
@roscopeco roscopeco added this to Accepted in PCB Revision 1 Mar 1, 2020
roscopeco added a commit that referenced this issue Mar 2, 2020
roscopeco added a commit that referenced this issue Mar 8, 2020
roscopeco added a commit that referenced this issue Mar 13, 2020
roscopeco added a commit that referenced this issue Mar 13, 2020
roscopeco added a commit that referenced this issue Mar 13, 2020
PCB Revision 1 automation moved this from Accepted to Complete Mar 13, 2020
@roscopeco
Copy link
Collaborator Author

Software fix in place. Will raise new issue to cover schematic fix.

roscopeco added a commit that referenced this issue May 25, 2020
# This is the 1st commit message:

First cut SPI and SD libs|

# This is the commit message #2:

First steps reading FAT filesystem

# This is the commit message #3:

Additions and bugfixes

# This is the commit message #4:

Add FAT support

# This is the commit message #5:

Major speed and size improvements

# This is the commit message #6:

First cut working SD in ROM

# This is the commit message #7:

First cut working SD in ROM

# This is the commit message #8:

Make build automagical

# This is the commit message #9:

Remove ROMs from VC and ignore them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
PCB Revision 1
  
Complete
Development

No branches or pull requests

1 participant