CAN bus and TouchGFX
Hi,
In my system I have 2 devices connected over CAN bus (one on F746, second on F205), and F746 runs a TouchGFX application (800x600x16bpp) with 2 lightweight screens; FreeRTOS and SysTick configured to 100Hz. My problem is that image on screen may suddenly trembling (moves <-->), if CAN bus connected. If I disconnect second device trembling will stop. If I increase size of data transfer over CAN bus then screen picture trembling will increase. Sometimes only the random horizontal part of the screen shakes. The time during which the band is offset is approximately 1 frame or 17-20 ms. I watched LTDC rgb gpio outputs, and noticed that they changes too, so its not a synch lost. I think this is due to interruption priority (CAN and DMA2D/LTDC), but changing priority doesnt make an effect.
