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

Unknown function is actually setting start address #278

Merged
merged 2 commits into from
Dec 4, 2016

Conversation

k1l1
Copy link
Contributor

@k1l1 k1l1 commented Dec 2, 2016

Unknown function is actually setting start address of DMP, where the firmware is supposed to execute.
Source: http://www.robotrebels.org/index.php?topic=318.0

<< Register 109 (0x6D) Bank Select Address – firmware loaded in 256 byte banks 0-11 (total 3k)
Register 110 (0x6E) Bank Memory Address – the actual byte address within the bank
Register 111 (0x6F) Firmware Read/Write – the portal to read and write a byte through
Register 112 (0x70) Program Start Address H – this is where this firmware version begins to execute (0x0400) {0x0300 in our case}
Register 113 (0x71) Program Start Address L >>

k1l1 added 2 commits December 2, 2016 15:40
Unknown function is actually setting start address of DMP, where the firmware is supposed to execute.
Source: http://www.robotrebels.org/index.php?topic=318.0

<< Register 109    (0x6D)           Bank Select Address – firmware loaded in 256 byte banks 0-11 (total 3k)
Register 110   (0x6E)      Bank Memory Address – the actual byte address within the bank
Register 111   (0x6F)      Firmware Read/Write – the portal to read and write a byte through
Register 112   (0x70)      Program Start Address H – this is where this firmware version begins to execute (0x0400) {0x0300 in our case}
Register 113   (0x71)      Program Start Address L >>
@jrowberg jrowberg merged commit 5e6f3d6 into jrowberg:master Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants