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

Adding Method class to list of ROM data object crashes #1

Open
aknabi opened this issue Feb 27, 2021 · 0 comments
Open

Adding Method class to list of ROM data object crashes #1

aknabi opened this issue Feb 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aknabi
Copy link
Owner

aknabi commented Feb 27, 2021

Adding test for method class in readTableWithObjects() to have object data point to FLASH (vs copying to RAM) causes crashing

Unclear why Methods would do this. The crash does not have the same behavior as the normal writing to ROM space, but rather a large (size 2050) to allocObject with is +1 beyond the max size... also increasing the max size just increases the call... will need to investigate.

Adding Methods to ROM could free up ~20K of RAM

@aknabi aknabi self-assigned this Feb 27, 2021
@aknabi aknabi added the bug Something isn't working label Feb 27, 2021
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
None yet
Development

No branches or pull requests

1 participant