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

ISP opcodes #34

Open
robinkrens opened this issue Sep 15, 2019 · 0 comments
Open

ISP opcodes #34

robinkrens opened this issue Sep 15, 2019 · 0 comments

Comments

@robinkrens
Copy link

If I understand it correctly, a stub 'software bootloader' gets uploaded to RAM, is executed and the real 'flashing' happens there.

I checked the following ROM commands, but some of them are not working (ISP_ECHO, ISP_MEMORY_READ, ISP_DEBUG_INFO).
Are these not implemented? Is it possible to do flashing without the software loader (just the ROM).

ISP_ECHO = 0xC1
ISP_NOP = 0xC2
ISP_MEMORY_WRITE = 0xC3
ISP_MEMORY_READ = 0xC4
ISP_MEMORY_BOOT = 0xC5
ISP_DEBUG_INFO = 0xD1
ISP_CHANGE_BAUDRATE = 0xc6

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

No branches or pull requests

1 participant