Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 459 - 491 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
459
I have also use I2C with the NetBurner on a 5282 to talk to an X1205 RTC chip. There is a 10K pull-up to 3.3V on the SDA line and a direct connection between...
Kevin McCall
kevin_d_mccall
Offline Send Email
May 2, 2005
9:25 am
461
Does anyone know how to handle incoming IP-fragmented UDP packets? I have a UDP data source that occasionally delivers a large UDP packet (18kbytes) over 12...
terry_kroeger
Offline Send Email
May 2, 2005
8:46 pm
462
Has anyone attempted to use an OS_FIFO to pass structures between threads? I'm having a problem where the last two elements in my array (inside my structure)...
georgejasonm
Offline Send Email
May 3, 2005
12:46 pm
463
Hi, The FIFO mechanism does not actually copy the structure's data but rather passes a pointer to the structure, which means that you are responsible for...
William J. Eikleberry
wjedesign
Offline Send Email
May 4, 2005
4:42 am
464
I hace a mod5272 and an application that uses time.h Linking I found this problem /gcc-m68k/lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/lib/m5206e/libc.a(time...
Dott. Mario Mariotti
mariottimr
Offline Send Email
May 5, 2005
8:31 am
465
... /gcc-m68k/lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/lib/m5206e/libc.a(time ... Hi, I'm using time.h and don't see this issue. A search shows the ...
alm_nstor
Offline Send Email
May 5, 2005
4:01 pm
466
Hi, I use several threads/tasks in various ways, and most of the output some kind of debug-data via a printf, iprintf, vsprintf, etcetc.... Could anyone point...
zealott_no
Offline Send Email
May 6, 2005
10:40 am
467
I am developing a system based on the MOD5282 for a project I am working on. Currently, all communications with the system use RS-232 through one of the...
fmf
fmf14
Offline Send Email
May 6, 2005
12:18 pm
468
That was it. I was creating the structure on the stack and it was being overwritten when the ISR returned. Thank you for the help. Jason ... it ... it's...
georgejasonm
Offline Send Email
May 6, 2005
6:12 pm
469
The MOD5282 Reference manual indicates that the Coldfire is limited to QSPI data transfers of no more than 16 bits. So, apparently I can only write a maximum...
fmf
fmf14
Offline Send Email
May 6, 2005
7:17 pm
470
I'm trying to set up interrupts so I can set the interrupt level dynamically. I've noticed if I set the mask in the INTERRUPT macro lower than the interrupt...
georgejasonm
Offline Send Email
May 6, 2005
7:23 pm
471
... I haven't played with QSPI on my MOD5282, but with regards to SPI controllers in general, you should be able to create a 24-bit transaction by: - assert...
David Hawkins
dave_w_hawkins
Offline Send Email
May 6, 2005
8:22 pm
473
Hi, I was wondering whether anyone has been having any problems with the netburner heating from a *lot* while in slave mode waiting to be addressed. I'm using...
sid_inamdar
Offline Send Email
May 8, 2005
9:09 pm
475
... Are you quite sure that the limit is 16 *bits*? On the 5272 Coldfire that I use the limit is 16 *bytes*. ... I assume that the device is using one of the...
Mike St
mikest1955
Offline Send Email
May 10, 2005
10:24 pm
476
Thanks for the reply. Para 22.2 of the Mod5282 Programmer's Reference Manual indicates that it "supports transfer sizes of 8 to 16 bits in 1 bit increments". ...
fmf
fmf14
Offline Send Email
May 10, 2005
10:34 pm
477
... The 5272 Programmers Reference has the same statement, but you actually can transfer up to 32 bytes. What you do is to set the CONT bit in the command ram ...
Mike St
mikest1955
Offline Send Email
May 10, 2005
11:29 pm
478
... What device is on the other side of your i2c? What voltage is that device running at? (3.3v or 5v) If your device is running at 5v, you will need to use...
netburnergroup
Offline Send Email
May 11, 2005
10:43 pm
479
... If you are using the latest tools release you should not have ANY thread safe issues, There is a limited set of functions that are usable in an interrupt,...
Paul Breed
pbreed
Offline Send Email
May 11, 2005
10:45 pm
480
Hello, ... With the motorola coldfire, you cannot set the Interrupt mask lower than the Interrupt priority. However, you can set the mask higher ... -NetBurner...
netburnergroup
Offline Send Email
May 11, 2005
10:46 pm
481
Hello, ... The CFV2-66 running temperature is rated 0C-70C ... We have not seen this behaviour ... -NetBurner...
netburnergroup
Offline Send Email
May 11, 2005
10:48 pm
482
... working on. Currently, all ... ports on the MOD5282. ... from USB communications instead ... incorporate USB functionality ... MOD5282, but am open to...
netburnergroup
Offline Send Email
May 11, 2005
10:52 pm
483
... thread ... Hmmm....ok, I have had big problems with floating point routines that are used at the same time in different tasks. I will try to make a ...
zealott_no
Offline Send Email
May 12, 2005
12:26 pm
484
Hi All. I noticed this was asked awhile ago but got no responses so I'm going to try again. Does anyone know of a way to change the way the DEV C++ IDE lists...
Richard Cooke
rmcooke
Offline Send Email
May 12, 2005
6:57 pm
485
This was a bug several releases ago, are you using rev 197? Paul...
Paul Breed
pbreed
Offline Send Email
May 13, 2005
7:12 pm
486
Just wondering what this function call does for me... EnableTaskMonitor(); Most if not all the examples call it in main, I had a quick look in taskmon.cpp but...
kevin_d_mccall
Offline Send Email
May 17, 2005
9:45 am
487
Hello Kevin. By calling this function you enable Windows application named "C:\Nburn\pcbin\taskscan.exe" to report the status of each task ( running,...
Ezra Koper
ezrakoper
Offline Send Email
May 17, 2005
10:05 am
488
Is there any documentation on this?...
Kevin McCall
kevin_d_mccall
Offline Send Email
May 17, 2005
5:01 pm
489
It's a new feature if you have the latest code... from DevC++ -> help -> NNDK users manual Then Netburner Network Development Kit User's Manual ->The...
Paul Breed
pbreed
Offline Send Email
May 17, 2005
10:13 pm
490
I need to be able to reboot my Netburner with an external C program. If attempted to dissect the Autoupdate and have figured out that you send a UDP packet...
machdoug
Offline Send Email
May 18, 2005
12:08 am
491
I am looking for information (i.e. code fragments, etc.) on how to use the Coldfire/Netburner watchdog timer. In the MCF5272 manual, I see I must manipulate...
machdoug
Offline Send Email
May 18, 2005
12:03 pm
Messages 459 - 491 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help