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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2731 - 2764 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2731
Hi I have a definate need for a linux shell utility to update a netburner application over UDP. Has any one got something I could use? Thanks. Steve Reid ... ...
Steve Reid
stevereid2408
Offline Send Email
Mar 1, 2007
4:42 pm
2732
OK - so now I look through all the posts and find references to 'clinetool' - that's embarrassing! ... to ... revisited...
Steve Reid
stevereid2408
Offline Send Email
Mar 1, 2007
4:57 pm
2733
One thing that can cause intermittent crashes is having two interrupts set to the same level and priority. The interrupts configured within the NB code for the...
trailrunner23
Offline
Mar 1, 2007
6:40 pm
2734
Hi I have a question. I know C under Windows has a guid function to create a GUID string, is there any similar function under Netburner? I know I can't use the...
Miguel Angel Jimeno
miguel_jimeno
Offline Send Email
Mar 1, 2007
9:45 pm
2735
Has anyone tried to use a 5270 to reprogram a 5213? I'd like to put the 5213_APP.s19 file on an SD card on a 5270 platfrom via Ethernet / FTP, then use the...
ridgeglider
Offline Send Email
Mar 1, 2007
10:29 pm
2736
Henry Doin' something like that right now.... the monitor squeaks when it wakes up, you need to sense the char coming at you and send 'A' back at the module to...
chris ruff
cgruffcgruff
Offline Send Email
Mar 1, 2007
10:35 pm
2737
Chris Thanks. What happens if the 5213 is not in the monitor, but instead's running an app w/ SerialUpdate as a task? What do you send to the 5213 so...
ridgeglider
Offline Send Email
Mar 1, 2007
11:08 pm
2738
Hi Miguel, If you are using a networking module just use the mac address from the ConfigRecord struct. This is guaranteed to be unique from any other MAC...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 1, 2007
11:50 pm
2739
Hi, The source of what happens on the NetBurner side is not all available in the MOD5213 system source since most of it occurs from the monitor. To see how...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 2, 2007
12:31 am
2740
... create a ... can't ... knows a ... As someone already pointed out the MAC address could be used for one-time unique ID. If you need to generate lots of...
iassen_h
Offline
Mar 2, 2007
12:59 am
2741
Hi Larry, Do you guys have a document that describes the monitor capabilities and protocols? We're doing what is being discussed in this thread, with the...
trailrunner23
Offline
Mar 2, 2007
1:01 am
2742
... Two files that may be helpful are: C:\Nburn\system\md5c.c and C:\Nburn\system\random.cpp The functions GetRandomByte(), GetRandomWORD() and...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 2, 2007
2:28 am
2743
Hi Joe, If you do a search for monitor in the NNDK User Manual you will see all of the common monitor commands and their descriptions. There are not any other...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 2, 2007
3:18 am
2744
I'm trying to understand how data can be reliably passed into and out of ISRs. Many of the NB examples use globals, but is this safe? Is there a way to avoid...
ridgeglider
Offline Send Email
Mar 2, 2007
6:39 pm
2749
Hi Henry, The answer is ... it depends! I use uCOS-II on DSPs, and ARM processors, and I haven't had time to play with my Netburner's, so the following are...
David Hawkins
dave_w_hawkins
Offline Send Email
Mar 2, 2007
7:56 pm
2750
No, but when I get my MOD5270 I plan to do just that... should have plenty of MIPS to handle it all, plus encryption, etc... oops, no on- chip/on-board...
fixizin
Offline Send Email
Mar 2, 2007
8:49 pm
2751
Dave : thanks for a well-considered reply. Much appreciated. Apologies to everyone for the whole string of posts...not sure how that happened. I've seen...
ridgeglider
Offline Send Email
Mar 2, 2007
9:02 pm
2752
Hi Henry, ... No problem. ... I believe uCOS was published in a series of magazine articles, and as such was open for public use. uCOS-II is supported by ...
David Hawkins
dave_w_hawkins
Offline Send Email
Mar 2, 2007
10:05 pm
2753
Has anyone had trouble using the string class functions/methods assign and erase on the 5213. I tried to port somecode from the pc to the netburner but those...
hkimball_1966
Offline Send Email
Mar 2, 2007
11:59 pm
2754
Hi Henry, OSCritEnter/Leave are OS blocking functions and are completely different from the USER_ENTER/EXIT_CRITICAL macros. Actually you might be thinking...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 3, 2007
12:36 am
2755
Small typo... I said that UCOS_ENTER/EXIT_CRITICAL blocks all non-maskable interrupts when it actually blocks all maskable interrupts. Pretty sure you got...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 3, 2007
12:51 am
2756
We are searching for a CMOS camera module with i2c for MOD5282. Any suggestion or experience with cmos camera modules on netburner microcontroller modules ?...
olehlill
Offline Send Email
Mar 3, 2007
11:03 am
2757
Hi.joe. Thanks for the info..... The priority level are different for the two interrupts irq1 and irq3. IRQ 1 happens only when somebody press the button on...
Shahabuddin Inamdar
shahab47
Online Now Send Email
Mar 3, 2007
10:29 pm
2758
Hello I am using Net burner MOD5234, and working with examples, and i try to write the program in flash through MITTY or Netburner C++ IDE, before it worked...
kisaravanan
Offline Send Email
Mar 5, 2007
5:21 am
2759
Hi, You may want to change your interface from I2C to either SPI or parallel bus. I have seen the I2C peripheral transfer at most 500kbit but reliably the...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 5, 2007
7:52 pm
2760
There is a list of the trap vectors in C:\Nburn\include\cfinter.h and also on page 3-11 of the MCF5270RM. You also should look at the description of smarttrap...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Mar 5, 2007
8:05 pm
2761
I'm still grappling with protecting data using mailboxes, queues and fifos...Could folks let me know if I'm on track? Once again, thanks in advance! I know...
ridgeglider
Offline Send Email
Mar 6, 2007
3:31 am
2762
Hiya, I'll answer from the uCOS-II point of view; ... See p235-237 in Labrosse's book (2nd Ed) and he shows the code for OSMboxPend() and Post(). The code uses...
David Hawkins
dave_w_hawkins
Offline Send Email
Mar 6, 2007
3:56 am
2763
It isn't a proper utilization of the OS. But I regularly pass variables back and forth between Interrupts and different tasks. I just use globals for the...
shockwave77598
Offline Send Email
Mar 6, 2007
4:22 am
2764
Hi Allen: There's no doubt that many of us have been setting flags in ISRs and subsequently polling them in the app's main loop. Once set, a function in the...
ridgeglider
Offline Send Email
Mar 6, 2007
2:17 pm
Messages 2731 - 2764 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