MPC5777C SCI communication with FreeMASTER problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5777C SCI communication with FreeMASTER problem

574 Views
wujt
Contributor II

Hi,


I try to use eSCI, port J20 on MPC5777C-416DS,to connect the freemaster, the program is debug and resume successfully, but the freemaster can't detect the board. what do I do wrong?
In addition, I used to connect the EVB with freemaster in JTAG.


Thanks!

0 Kudos
Reply
1 Reply

482 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

1. select Dual wire mode in "esci" component

pastedImage_1.png

2. within freemaster _cfg.h use 

#define FMSTR_USE_ESCI          1    

instead of 

#define FMSTR_USE_SCI          1 

moreover disable TSA usage if table not defined in the code

#define FMSTR_USE_TSA         0

BR, Petr

0 Kudos
Reply