My environment:
MIMXRT1170-EVKB + RaspberryPi Touch display + GUI guider
When I created timer function for Meter widget. Also, I put Digital Clock widget on same screen. Then the following problems occurred.
1. Sometimes entered into BusFault_Handler() during operation on touch panel.
2. Sometimes a text of label on another screen was replaced into another text which were like as digital clock, i.e. changing number from second to second.
My source code for timer setting was as follows.
I'd like to know why I got the issues above, and whether my code has problem or need to write more source code.
Hi,
1. BusFault_Handler() during operation on touch panel.
--> BusFault typically indicates an error during a memory access, such as:
Please refer to above comments to check your code step by step.
2. Label Text Being Replaced, this issue suggests that there might be a problem with how the GUI elements are managed and updated.
B.R,
Sam