-
Notifications
You must be signed in to change notification settings - Fork 104
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
Unload application is not permanent #144
Comments
I would add a method the the Memory class that writes some bytes to _data and calls _platform.commitToEeprom(); in such a way that readMemory failse here. Just writing 0x00 should be enough for that. |
unload should only unload the application but not the PA, right? |
it should unload everything. |
the article differs between unloading application and unloading application and address, |
Yes. See Line 150 in 22af826
|
Hi @thelsing
your stack is amazing.
I found a bug if I unload the application over the ETS.
The address table, association table, and the application will be unloaded only until the restart of the board.
After the restart, it shows everything loaded and the device is sending telegrams.
I am not sure how to fix this.
The text was updated successfully, but these errors were encountered: