Hello NXP teams,
I am currently using MPC5777C board and I am having problem with connecting freemaster.
My IDE is S32DS PA 2.1.
I selected FreeMaster SDK when creating a new project which automatically created freemaster_cfg.h file inside include folder.

This is how my configuration file looks like.
What I changed in the file are
1. Poll driven serial communication -> FMSTR_POLL_DRIVEN to 1
2. FMSTR_SCI_BASE (default base address was for MPC574XP so I searched reference manual and found the base address for the port-F where my RS-232 is connected to)
For PinSettings, I set pins for eSCI_5(which is port-F)

This is my esci component settings. I set device as eSCI_5 and Baud rate as 11520.

This is how my main function looks like. What I included are CLOCK_SYS_Init, CLOCK_SYS_UpdateConfiguration, PINS_DRV_Init, EDMA_DRV_Init, ESCI_DRV_Init, FMSTR_Init, FMSTR Poll and included freemaster.h.

I debug and ran the code, opened Freemaster and tried to connect with connection wizard but "no board detected on any of specified uart communication" error pops up. What might be the problem?



And this is my RS-232 settings

Thanks in advance.