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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 587 - 616 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
587
1) As Jörg said, in order for a lower priority task to run, all higher priority tasks must block using a any OS blocking call (OSTemDelay, OSSemPend, etc),...
Amir Rubin
arubin226
Offline Send Email
Jul 1, 2005
4:03 pm
588
As a treat for our loyal customers, I'm posting a spy photo. http://www.netburner.com/images/products/MOD5213.jpg This is a picture of NetBurner's new MOD5213...
Paul Breed
pbreed
Offline Send Email
Jul 5, 2005
9:45 pm
589
AWESOME!!!! ... the 5213. ... GPT ... environment with ... September. ... units late ... $50.00 in ... on how it ... minimal ... the...
seulaterbuddy
Offline
Jul 5, 2005
9:48 pm
590
The doc contains info about debugging with MTTY, I would like to use the NET, is it possible ? I yes what is the port number ? Thanks...
etc_passwd2001
Offline Send Email
Jul 10, 2005
6:02 pm
591
If you want to use an interactive debugger you have to need to use the functions InitGDBStubNoBreak() or InitGDBStub() and the Insight debugger included in the...
Mark Jones
markalanj
Offline Send Email
Jul 12, 2005
1:53 am
592
A general comment on Debug. The latest release has a Network, based GDB stub that works much better with insight than the old serial stub, it's faster, it does...
Paul Breed
pbreed
Offline Send Email
Jul 12, 2005
2:24 am
593
Hello Paul. Why network debug isn't available on MOD5272, and is available on MOD5270 and 5282? Both CPU's contain Ethernet and serial so what is the reason...
Ezra Koper
ezrakoper
Offline Send Email
Jul 12, 2005
6:29 am
594
I'm at Version 1.97, yet cannot find any Network debugger library in the manual rb ... From: Paul Breed <pbreed@...> To:...
Roberto Bacenetti
etc_passwd2001
Offline Send Email
Jul 12, 2005
6:42 am
595
Hello. Had anyone implemented SSH in order to achieve secure Telnet? Can anyone recommend on some open source/free code which can be relatively easy...
Ezra Koper
ezrakoper
Offline Send Email
Jul 12, 2005
3:09 pm
596
I am using 1.97 and I don't see anything about it in the manual. Mark ... better with ... MOD5282...
Mark Jones
markalanj
Offline Send Email
Jul 12, 2005
3:13 pm
597
... The NetWork debugging stack runs at Level 7 non-maskable IRQ. A non maskable interrupt can not communicate with the RTOS and normal TCP/IP stack. On the...
Paul Breed
pbreed
Offline Send Email
Jul 12, 2005
4:47 pm
598
I screwed up. I thought it was a public release. It has been used in a number of trainings, so I had been answering questions about it. (That's why I thought...
Paul Breed
pbreed
Offline Send Email
Jul 12, 2005
4:55 pm
599
See: http://www.netburner.com/updates/NNDKSetup198.exe This has network debugging for the MOD5282, MOD5270 and SB70 (No one outside of NB has any of these yet)...
Paul Breed
pbreed
Offline Send Email
Jul 12, 2005
7:56 pm
600
Playing with MOD5282 and dedicated base board for a couple of weeks, finally I had to move to target module MOD5272. And there is a problem with that one,...
s_surowinski
Offline Send Email
Jul 12, 2005
9:19 pm
601
Dear All, May I know how to connect WiFi Card Module to MOD5282 Module without carried board? Thanks for advise....
Drsmtam
Offline Send Email
Jul 13, 2005
5:49 am
602
Every new release of the NNDK I have to make the change to a file in the make directory of the NNDK. In libmain.mak I add $(EXTRACFLAGS) and ($EXTRACXXFLAGS)...
Mark Jones
markalanj
Offline Send Email
Jul 13, 2005
3:01 pm
603
I am trying out the new network debugging in 1.98 beta 1. It seams that you cannot call the function InitializeNetworkGDB() or InitializeNetworkGDB_and_Wait()...
Mark Jones
markalanj
Offline Send Email
Jul 13, 2005
3:39 pm
604
I m having trouble using GDB insight debugger for mod5272. i created this DBMyproject.s19 file and uploaded. then opened this myproject.elf file. then tried to...
ram2110
Online Now
Jul 13, 2005
3:52 pm
605
Place them between these pre-compilation conditional statements... #ifdef _DEBUG . //debug build code goes here . #endif /* _DEBUG */ Kevin...
Kevin McCall
kevin_d_mccall
Offline Send Email
Jul 13, 2005
4:17 pm
606
I also make changes to the default make files to place the ojbect files in a sub-directory so my source directory is nice and clean and CVS doesn't complain as...
Kevin McCall
kevin_d_mccall
Offline Send Email
Jul 13, 2005
4:20 pm
607
Hello Steve, ... Is the .s19 file you are downloading via the serial port a "*_APP.s19", or just "*.s19"? Each time you compile both file extensions are...
netburnergroup
Offline Send Email
Jul 13, 2005
4:54 pm
608
The new version MUST be a debug build....
Paul Breed
pbreed
Offline Send Email
Jul 13, 2005
8:36 pm
609
Makefiles.... We have two makefile requests that happen over and over... 1)Make the obj files go in a different directory. 2)Allow the makefile to pickup...
Paul Breed
pbreed
Offline Send Email
Jul 13, 2005
8:45 pm
610
Personally, I have not had one complaint about the Netburner tools. I use the ide system to build projects, to me if you have the ide why even bother with the...
seulaterbuddy
Offline
Jul 13, 2005
8:53 pm
611
Hello Paul. I use command line, and prefer easy way to be able to work with sub folders whcih contain source code and h files ________________________________ ...
Ezra Koper
ezrakoper
Offline Send Email
Jul 13, 2005
9:18 pm
612
Rather than supply a wish list, this is what I've had to do to the NB tools: #1 was to support a file hierarchy. This had to happen first because we integrated...
Al Mansur
alm_nstor
Offline Send Email
Jul 13, 2005
9:39 pm
613
I am using the command line cause the IDE is not very good. ... directories. ... are and ... projects....
Mark Jones
markalanj
Offline Send Email
Jul 14, 2005
2:31 pm
614
The IDE is horrible....
Mark Jones
markalanj
Offline Send Email
Jul 14, 2005
2:31 pm
615
I have made quite a few large programs using the MOD5282 & 5272 & 5270. all of which were plugged into my host board with decoders and latches to get access to...
seulaterbuddy
Offline
Jul 14, 2005
2:44 pm
616
Not that I have a strong feeling here, one way or another, but I am guessing I understand both sides. - The IDE is great when you're working at a fairly high...
Greg Nelson
noldoatan
Offline Send Email
Jul 14, 2005
2:54 pm
Messages 587 - 616 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