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.
KakaoTalk_20230405_094301654.png
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)
InhyeokHwang_0-1680655652038.png
For PinSettings, I set pins for eSCI_5(which is port-F)
InhyeokHwang_1-1680655820104.png
This is my esci component settings. I set device as eSCI_5 and Baud rate as 11520.
KakaoTalk_20230405_095329979.png
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.
KakaoTalk_20230405_095116936.png
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?
KakaoTalk_20230405_095930226.png
KakaoTalk_20230405_100003375.png
KakaoTalk_20230405_100021181.png
And this is my RS-232 settings
KakaoTalk_20230405_144319584.png
Thanks in advance.