Hello
I am using Simulink model-based design to generate code so I tried 2 things
1st I add the FlexIO Uart Config file(
When I am using the FLexIo Uart Config file I am unable to use my IRQ handler it gives me the error exio_common.c:347: multiple definitions of `FLEXIO_IRQHandler'
I comment out my IRQ handler the code run without any error but without the handler my code is logicless
)
2nd I removed the FlexIO UART Config and run the code I get the error for Missing header file and to copy the header file into my code folder I went to the location but I didn't find the specific header file you can see it in the images I am sharing
Best regads,