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

7054 support #17

Open
4 of 7 tasks
fenugrec opened this issue Sep 15, 2024 · 1 comment
Open
4 of 7 tasks

7054 support #17

fenugrec opened this issue Sep 15, 2024 · 1 comment

Comments

@fenugrec
Copy link
Owner

fenugrec commented Sep 15, 2024

This is just a checklist of things to do. I am not planning on working on this myself. I expect 7054 will be very similar to either 7051 or 7055_35.

  • look at ROM dump to see what RAM location is typically used for payload (in WE85C , looks like ffff8428 ; fairly typical ?) and other details pre-ramjump
  • ensure sufficient RAM
  • add register defines
  • if necessary, add interrupt vectors
  • implement platform-specific code either as a subset of 7051, 7055_35 or as a separate file if too different
  • if reusing 7051 or 7055 flash code, make absolutely sure the needed constants (such as delays, loop counts etc) follow the 7054 datasheet
  • test
@fenugrec
Copy link
Owner Author

eh, I had some wastable time and took care of the easy stuff. Incomplete, will not work. https://github.com/fenugrec/npkern/tree/7054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant