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

Flashstore gets corrupted and programs gets garbled #34

Open
kscheff opened this issue Nov 18, 2016 · 0 comments
Open

Flashstore gets corrupted and programs gets garbled #34

kscheff opened this issue Nov 18, 2016 · 0 comments

Comments

@kscheff
Copy link

kscheff commented Nov 18, 2016

When writing files and program code the memory becomes eventually low. BlueBasic then tries to free up some memory by compacting the flash store. However this function is seriously broken and it messes up the flash store. Typically this destroys parts of the stored program. In some cases this locks the entire device, so you can only recover by CC-Debugger.

This bug gets triggered when the flash store_compact() routine gets called.
I have fixed the bug here kscheff@d202a8f

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