Hello @iulian_stan ,
I used linflexd_uart_echo_mpc5774p example to test UART communication with PC. Example runs properly on the board and the dev-board can communicate with the PC. Then I included freemaster SDK to the same example and,
First - Only the FMSTR_Poll function with FMSTR_POLL_DRIVEN enabled. In this case example run properly and UART communication works. Freemaster app does not recognize the dev-board.
Second - Included interrupt handler functions for freemaster , INT_SYS_InstallHandler(LINFLEXD0_RX_IRQn, FMSTR_Isr, NULL); INT_SYS_InstallHandler(LINFLEXD0_TX_IRQn, FMSTR_Isr, NULL); with FMSTR_SHORT_INTR enabled. This time even the example does not work; i.e. UART communication between PC and the dev-board isn't working.
I'm not sure these interrupt handler functions work with MPC5744P, as I picked them from the tutorial for ARM MCs.(As no tutorials available for PA MCs). What am I doing wrong here?
I have attached the modified example program here for your reference.
Best Regards,
Gayan.