STM32F429 TouchGFX project blocks CAN1 configuration - how to enable CAN functionality?
I'm working on a project that needs both TouchGFX GUI and CAN communication. After configuring my STM32F429 with TouchGFX, I'm unable to enable CAN1 in STM32CubeMX.
From what I understand, CAN2 is a slave/dependent peripheral that requires CAN1 to be active, so I need CAN1 functioning first. If I create a can task with CAN2 it does not work (Loopback mode), and if I enable CAN1 the display will stop working.
Is there a recommended pin configuration that allows both TouchGFX and CAN to coexist?
Has anyone successfully implemented both TouchGFX and CAN on the F429?
Thanks!

