Hi,
I want to use Freemaster with my application board based on a 56F8025. I must use the JTAG communication because the SCI is already used in my application. I configured the Freemaster component in CodeWarrior DSC 8.3.
I created a new project in Freemaster 1.3.10.1 with JTAG communication plug-in module but when i start communication i have the message in the attached picture.
I tried with USBTAP and also with LPT (with CodeWarrior-CCS JTAG and Direct-LPT JTAG). The result is the same (I have the USBTAP and the parralel command converter).
Where is the problem ?
Thank you
Hello,
This behavior is like, that you didn’t select JTAG interface on embedded site - check your freemaster_cfg.h if you have
"#define FMSTR_USE_JTAG 1" or in QuickStart configuration tool selected JTAG interface on FreeMASTER page.
Hello,
you must add the component (or bean) FreeMaster in your CodeWarrior project.
Then you can configure this component as you can see in the attached picture.
And finally, i added this lines in my source code in the infinite loop :
for(;![]()
{
GestionModesFonctionnement();
#ifdef FMSTR_USE_JTAG
FMSTR1_Poll();
#endif
}
On FreeMaster Software, i used the direct LPT1 JTAG Communication and then everything worked fine.
Hello,
i'm using CodeWarrior Developpement studio for DSC56800/E 8.3 with Processor Expert version 3.00 patch 01 for 56800/E family. My license is a standard one.
Try to update your CodeWarrior and Processor Expert versions because on earlier version of Processor Expert the component FreeMaster wasn't created.
The USB TAP should work as well as the direct LPT JTAG. You just have to select it in the FreeMaster software.