Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | 68HC12 | Little help on NE64

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

Little help on NE64 - Santiago - Nov 10 20:40:00 2005

Hello:
Well hello im trying to develop an applicattion using the ne64 for a
school project, the project is supposed to, using a tcp/ip connection,
monitore the status of some port or something like that. the problem
i have is this, i´ve managed to stablish the connection using telnet,
but it never ends the negotiation so it keeps trying to conect
indefinitly, the aplication monitores the atd register to send the
status of on/off of it, but cant recieve the info to complete the
process.
the question is have anyone some piece of software that can help me to
acomplish my task?? or knows a place where i can get it??

it would be great if anyone cuold help me.
thx.




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: Little help on NE64 - zeta_alpha2002 - Nov 10 21:50:00 2005

> the question is have anyone some piece of software that can help me to
> acomplish my task?? or knows a place where i can get it??

See link http://www.ericengler.com/EmbeddedGNU.aspx
and check out Pierre Morency's uIP port. It a lot of the stuff you
are looking for.

Read doc if you haven't
<http://support.technologicalarts.ca/docs/GCC/How%20to%20use%20EGNU%20and%20GCC%20with%20NE64.pdf>
and can be found here

http://support.technologicalarts.ca/docs/GCC/





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: Little help on NE64 - David Kelly - Nov 10 22:08:00 2005


On Nov 10, 2005, at 6:40 PM, Santiago wrote:

> Hello:
> Well hello im trying to develop an applicattion using the ne64 for a
> school project, the project is supposed to, using a tcp/ip connection,
> monitore the status of some port or something like that. the problem
> i have is this, i´ve managed to stablish the connection using telnet,
> but it never ends the negotiation so it keeps trying to conect
> indefinitly, the aplication monitores the atd register to send the
> status of on/off of it, but cant recieve the info to complete the
> process.
> the question is have anyone some piece of software that can help me to
> acomplish my task?? or knows a place where i can get it??
>
> it would be great if anyone cuold help me.

Guessing you are trying to use the NE64 version of OpenTCP? If so
then you need to fix a few bugs in OpenTCP. As shipped the RTI isn't
running. Therefore the TCP timers are not working. However the http
server seems to work good enough most of the time.

Its only a school project? So "quick and dirty" is acceptable?
Suggest you study the http server and look into server-side includes.
Add a "file" to the http server. When that file is requested jump to
a routine which spits out http text containing the value of the
register you are trying to read. This way you don't have to write the
client side and can use telnet if you must, or any web browser.

OpenTCP doesn't buffer TCP I/O in a high level way. Your application
has to internally buffer its output so as to be able to resend it if
the TCP timers time out and request a retry.

The MC9S12NE64 demo kit from Freescale included CDs from http://
www.treck.com/ and http://www.cmx.com/ with demo versions of their
products including TCP/IP protocol stacks. If they work then they
can't be worse than OpenTCP. OTOH to use in a product they cost as
much as a modest new car.

Haven't looked closely at the CMX product but Treck's documentation
is very good.

As a school project you should get some Brownie Points for discussing
the difference between OpenTCP, CMX, and Treck products in your report.

--
David Kelly N4HHE, dkelly@dkel...
========================================================================
Whom computers would destroy, they must first drive mad.




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: Little help on NE64 - Mark Butcher - Nov 11 15:16:00 2005

Hi
Go to www.mjbc.ch.
We have a software packet called "uTasker" which we supply to
educational establishments without cost - presently it is Beta
testing. At the web site there are a number of on-line demos which you
can control with a standard browser and see on a webcam.
It runs on the NE64 demo board and includes operating sytem, TCP/IP
stack with the things you need, as well as a debugger and simulator.
It is configured to build with the GNU tools and IAR embedded
workbench.

Regards

Mark Butcher
www.mjbc.ch.


______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )