GDI

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

GDI

4,760 Views
Orzor
Contributor I

Hi everybody,

I'm french student and I have a big problem.

I have a M52259DEMOKIT and CodeWarrior say me when I run : "Colfire GDI Protocol Adapter : can't connect".

 

The ethernet module don't function now.

 

I don't understand. Help me please.

 

Kind Regards.

0 Kudos
9 Replies

1,094 Views
Orzor
Contributor I

HI!

 

In fact, the GDI is the link beetween the debugger and the module.

The memory of my module wasn't good organized. I didn't understand the tools for flashed programmer.

 

I haven't solution of my problem, I restart my program and my project.

0 Kudos

1,094 Views
vier_kuifjes
Senior Contributor I

Hello Orzor,

 

I am currently experiencing the same problem as you do (see message http://forums.freescale.com/freescale/board/message?board.id=CWCFCOMM&thread.id=2937)

 

It started when I updated Codewarrior to version 7.1.2, it worked fine with the previous version of Codewarrior (7.1.1a).

 

I hope Freescale will have an answer to this problem soon.

0 Kudos

1,094 Views
nibble
Contributor II

Hi Mark,

same problem here.

I had to revert back to the 7.1.1 patch to get the debugger working again. 

 

regards

nibble 

0 Kudos

1,094 Views
vier_kuifjes
Senior Contributor I

Hello Nibble,

I think it may well work using the old DLLs, see my other post mentioned above.

0 Kudos

1,094 Views
nibble
Contributor II

Hi Marc,

Yes, using the old dll seems to solve the GDI problem. 

I've just done a quick test using the HVAC demo project on a M522259DEMO board and, this time, CW 7.1.2 worked flawlessy (just like in 7.1.1).

 

Having the development environment in a virtual machine helped a lot in this kind of test (do a snapshop before you upgrade, upgrade, test and if something is broken, just rollback to previous state).  

 

Thanks for the tip, regards

nibble 

1,094 Views
Orzor
Contributor I

Yes Mark, I build the program and I do as Quick Start Guide.

 

And CodeWarrior say "Coldfire GDI Protocol Adapter : can't connect". 

 

I download CodeSourcery : http://www.codesourcery.com/sgpp/lite/coldfire/portal/release616

 

The installation program was correct, the PATH has were changed. But I don't know if CodeWarrior uses this compiler. I don't think because CodeWarrior says the same thing.

 

If you have an idea, thanks.

0 Kudos

1,094 Views
Orzor
Contributor I

Thank Mark,

but I want use a free compiler. I use your solution in few days.

 

My problem isn't the same. When build the application for exemple HVAC, these are no problem. But when I run this application, these aren't connexion with my PC. The LED next to the Ethernet module flashes.

 

It's crazy because the initialization is good and my IP is 169.254.3.4 / Mask : 255.255.0.0

 

I don't know how do.

 

Kind Regards.

0 Kudos

1,094 Views
mjbcswitzerland
Specialist V

Hi

 

CodeWorrior Special edition is free for use up to 128k code size. You can also use GCC (eg. CodeSourcery Coldfire), which is then unlimited.

 

If the LAN LED is blinking it means that the PHY has not been initialised.

 

Have you correctly loaded the program to FLASH? From CodeWarrior you need to use "tools" and delete and existing proigram and then program the new one. Is is not adequate to just connect the debugger since this will not load any code.

 

Regards

 

Mark

 

1,094 Views
mjbcswitzerland
Specialist V

Hi

 

Make sure that you select the OSBDM as debugger when using the M52259DEMO (rather than the PEMICRO_USB).

 

The following documents may help you too:

http://www.utasker.com/docs/M5223X/uTaskerV1.3_Kirin3_demo.PDF

http://www.utasker.com/docs/M5223X/uTaskerV1.3-Tutorial-M5225X.PDF

 

 

Regards

 

Mark

 

www.uTasker.com

 

0 Kudos