Previously the address defined statically on memoryMap.h as base to write user values by record Logo command was declared inside the firmware range.
In other words, using record Logo command we corrupt the firmware permanently at runtime.
For now we put the RECORD_BASE_ADDRESS as 0x6500. Wich gives to the user the possibility to write up to 256 (0x6500 until 0x6700-0x0002).
However we can not keep this solution because it will happen again when the firmware grows.
-----
Additionaly, we started to test music notes support. This is not functional yet.