Encountering a strange issue where the CPU on the ...
# kotlin-native
n
Encountering a strange issue where the CPU on the target device (Raspberry Pi 4) is maxed out when the button is tapped on rapidly (wondering if an issue has been encountered with the new K/N memory model):
The Embedded GUI application looks similar to this example: https://docs.lvgl.io/8.0/overview/scroll.html#floating-button
With top I have noticed that there is an R in the S column, what does that mean?
CPU usage when adding a new item (by tapping the button slowly) should be around 4%.
g
@napperley It seems that S represents program state, and R means Running.