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

Program memory (AVR) #6

Open
jdavid opened this issue Oct 5, 2020 · 0 comments
Open

Program memory (AVR) #6

jdavid opened this issue Oct 5, 2020 · 0 comments

Comments

@jdavid
Copy link
Member

jdavid commented Oct 5, 2020

The ARM M3 (such as found in the remote-revb board) has a Harvard architecture, but this is transparent to the developer, the cross compiler will store constant strings in program memory.

However for the AVR to store data in program memory we need to explicitly tell the compiler to do so. And probably we will need to handle this for the program to fit in the wasmote-pro board.

Related issues:

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