Eldar Khayrullin
Eldar Khayrullin
Ubuntu 20.04LTS removed the djvusmooth from official repository
@vitkorob I don't understand is it bug or behaviour? If it is bug can you create a PR?
> @vitkorob If it is bug can you create a PR?
@WicRus не имею времени для тестирования, поэтому мержить пока не могу. Предложите слияние, если изменения не будут ломать обратную совместимость, то можно будет слить.
This issue linked with #2 I think. Commit bae2538 gives wrong solution of this issue.
Check the [CMSIS issue](https://github.com/ARM-software/CMSIS_5/commit/35205629798192794d4918cef1d949141e32de4e) in future. Maybe the current issue is related with this one.
The bug appears yet in gcc 7-2017-q4-major.
Opinion: maybe it is need to add `ProgramDelay` after `MDR_EEPROM->CMD = Command; MDR_EEPROM->KEY = 0;` (before exit from `EEPROM_*` functions)
@AndreySV I forgot to write that for me helped calling EEPROM_* functions from code in RAM as you said.
@AndreySV Because the issue repeated after this fix too.