Search found 162 matches

by sblair
Thu Jan 22, 2015 6:43 pm
Forum: NetBurner Software
Topic: NNDK 2.7.0 Status?
Replies: 12
Views: 5270

Re: NNDK 2.7.0 Status?

Glad I started the thread! :) The Serial HW flow control could have definitely impacted me because certain devices I connect to require HW flow control set and others don't. Dan, how does the release cycle process normally work for you guys? Obviously there will be a number of Beta drops and then at...
by sblair
Tue Jan 20, 2015 4:19 pm
Forum: NetBurner Software
Topic: NNDK 2.7.0 Status?
Replies: 12
Views: 5270

NNDK 2.7.0 Status?

I wanted to check and see what the current state of 2.7.0 is particularly for use with the MOD5441x platform and what everyone's experience is so far? Are there any regressions that have been discovered in it to be aware of? Any reasons to not use it? I've been stuck at 2.6.7 for a while to avoid th...
by sblair
Fri Jan 16, 2015 11:52 am
Forum: NetBurner Software
Topic: SD Card access issue in other Tasks
Replies: 2
Views: 2059

Re: SD Card access issue in other Tasks

I take your point about putting the f_enterfs() in the startup of the individual tasks. That's how I normally do it. All the example projects were using the OSChangePrio() which I'm guessing was mostly because that was the only way to do it with the HTTP and FTP tasks since those are system libs. I ...
by sblair
Mon Jan 12, 2015 12:53 am
Forum: NetBurner Software
Topic: OS task causing 50mS stall every 60 sec.
Replies: 4
Views: 3207

Re: OS task causing 50mS stall every 60 sec.

I've learned to watch the release notes pretty carefully just to stay abreast of potential issues. I avoid running the beta releases here unless it is absolutely critical, but I keep track of the release notes just to be aware of issues in the current stable release they might have fixed in the next...
by sblair
Sun Jan 11, 2015 4:26 pm
Forum: NetBurner Software
Topic: SD Card access issue in other Tasks
Replies: 2
Views: 2059

SD Card access issue in other Tasks

I'm using a MOD54415 and trying to make use of the SD Flash card on it using NNDK 2.6.7. I've played around with the EFFS-HTTP and EFFS-MultipleMMC examples and followed them closely. My issue is that I can't access the file system within other Tasks other than the one I init'd everything in. I'm us...
by sblair
Fri Jan 09, 2015 10:40 pm
Forum: NetBurner Software
Topic: OS task causing 50mS stall every 60 sec.
Replies: 4
Views: 3207

Re: OS task causing 50mS stall every 60 sec.

TCPD is the TCP daemon. What NNDK version are you using? There have been a few TCP latency bugs recently that have been discussed in release notes. Not sure if what you are seeing specifically relates to one those but knowing what version you are on is probably the first step.

Scott
by sblair
Wed Jan 07, 2015 9:29 pm
Forum: Off-Topic
Topic: MOD5445 Eclipse 2.6.7 Debugger
Replies: 2
Views: 5808

Re: MOD5445 Eclipse 2.6.7 Debugger

How far down in the code are you setting the debugger? If it is very early in the execution of UserMain() it is possible for it to blow past the breakpoint. I've been bit by this before. The breakpoints have to be a little way into execution before they start working. You can always add some OSTimeD...
by sblair
Wed Nov 05, 2014 10:41 pm
Forum: NetBurner Software
Topic: Problem with Intel 82579 and jumbo frames with MOD54415
Replies: 3
Views: 2653

Re: Problem with Intel 82579 and jumbo frames with MOD54415

In theory jumbo frames are great. In practice, they are a mess. For jumbo frames to work it requires every piece of hardware in the chain to support them. So if your switch doesn't support jumbo frames, it will just drop them. I normally only see Jumbo Frame support on GbE adapters. I would be surpr...
by sblair
Tue Oct 21, 2014 2:30 pm
Forum: NetBurner Software
Topic: Suggestions for unpacking "Zip" type file in Netburner?
Replies: 1
Views: 1985

Suggestions for unpacking "Zip" type file in Netburner?

I've got an application where I'm going to be using the EFFS SD card on a MOD5441x platform. I'm interfacing with some other boards inside our system that are going to require a number of firmware/config files. I want to create a single upload package that can be uploaded into the Netburner by the u...
by sblair
Fri Sep 26, 2014 9:49 am
Forum: NetBurner Software
Topic: Dhcp Server development
Replies: 14
Views: 7628

Re: Dhcp Server development

Cool! Thanks Dan!