Hi,
When I build the FlexCAN example project, I would like to obtain an .elf executable that runs on the A53 cores under Linux.
However, the example seems to be designed for the M7 core.
Is there a way to build or adapt the FlexCAN example so that it produces an executable .elf suitable for the A53 cores?
I also tried creating a new Application Project targeting A53 from scratch, but I'm not sure how to reuse or transfer all the FlexCAN configurations (peripherals, drivers, initialization code, etc.) into this new project.
Could you please guide me on how to achieve this?