-
Notifications
You must be signed in to change notification settings - Fork 248
Description
I'm using Moddable Two with add a real time clock DS3231 on the I2C bus.
Sometimes when touch the screen the board resets without reason. No error from the debugger.
I'm thinking to a collision with the 2 devices I2C. ?!?!?
From the feature of the Moddable Two it seems the touch screen doesn't use interrupt line but the touch is continually searched
Is it possible to stop the searching of touch and to active again ?
How can I avoid the collision between the peripherals?
In the Moddable Six the touch screen works on interrupt, and the problem now is not present, but can I do the same thing?
At the end, sometimes for various reason I get the error
"throw new Error("in use");" .... or other texts
or
"xsUnknownError("in use");" .... or other texts
and the device restarts
Is it possible to avoid this? I mean only to receive a code of error without restar
regards