Hi
I am reading the time every second from ds3231 over i2c.
I have added a time setting which increments or decrements the time read every second with each key click and plays it to the ds3231 over i2c.
Setting hours and minutes works. Setting seconds also works but very often the processor panics:
.
Reading out the time every second in a shuffle with stack size=2048:
.
Setting time (recall hours and minutes work) in main:
.
I am reading the time every second from ds3231 over i2c.
I have added a time setting which increments or decrements the time read every second with each key click and plays it to the ds3231 over i2c.
Setting hours and minutes works. Setting seconds also works but very often the processor panics:
![[esp-idf] i2c core panic. Load prohibited. Exception was unhandled [esp-idf] i2c core panic. Load prohibited. Exception was unhandled](https://obrazki.elektroda.pl/2156184000_1622997834_thumb.jpg)
Reading out the time every second in a shuffle with stack size=2048:
Code: C / C++
Setting time (recall hours and minutes work) in main:
Code: C / C++