Search found 833 matches

by rnixon
Fri Feb 12, 2016 11:24 am
Forum: NetBurner Hardware
Topic: J2[17] and J2[18] on MOD54415 v1.9
Replies: 7
Views: 10231

Re: J2[17] and J2[18] on MOD54415 v1.9

There is a product change notice on the MOD54415 product page. Have you looked at that yet?
by rnixon
Tue Feb 09, 2016 3:44 pm
Forum: NetBurner's Eclipse IDE
Topic: Build Error #2
Replies: 6
Views: 5798

Re: Build Error #2

I have a pk70 with the xilinx blade board. That is the only place that file occurs. The file is not created automatically. Do you have the xilinx blade board? Did you import the xilinx example?
by rnixon
Tue Feb 09, 2016 2:39 pm
Forum: NetBurner's Eclipse IDE
Topic: Build Error #2
Replies: 6
Views: 5798

Re: Build Error #2

I would search your hard drive for that file and see how many places it occurs.
by rnixon
Tue Jan 19, 2016 9:21 am
Forum: NetBurner's Eclipse IDE
Topic: Build Error
Replies: 3
Views: 4805

Re: Build Error

Maybe two sets of gnu tools? Have you installed/updated any other software since the last time?
by rnixon
Thu Jan 14, 2016 8:51 am
Forum: NetBurner Software
Topic: TimeTick and SNMP
Replies: 10
Views: 5468

Re: TimeTick and SNMP

I would check to see if where ever your printf is located could be the problem. If the system timer is not running, I do not think any part of your program would run either. Maybe your printf is is a task that never runs when this situation occurs?
by rnixon
Thu Jan 07, 2016 9:07 am
Forum: NetBurner Software
Topic: Disable ARP on MOD54417
Replies: 7
Views: 9687

Re: Disable ARP on MOD54417

Just out of curiosity, why wouldn't their protocol just ignore them? Seems like anyone using their software would need to modify the source code of whatever tcp/ip stack they are using. I think there are configuration settings to disable an arp cache on some operating systems, but the arp requests w...
by rnixon
Wed Dec 30, 2015 1:22 pm
Forum: NetBurner Software
Topic: SB70LC:web server
Replies: 1
Views: 3003

Re: SB70LC:web server

Take a look in the web programming section of the network programming guide. It goes through the variable and callback function mechanism.
by rnixon
Tue Dec 22, 2015 12:35 pm
Forum: NetBurner Software
Topic: pre-2.7.2 sprintf bug characteristics?
Replies: 3
Views: 4198

Re: pre-2.7.2 sprintf bug characteristics?

I would try building your app in 2.7.3 as a test and verify the problem goes away.
by rnixon
Mon Dec 21, 2015 12:11 pm
Forum: NetBurner Software
Topic: Serial Port Question
Replies: 3
Views: 3783

Re: Serial Port Question

Absolutely. I think the normal mode for any type of data port is to read/write directly. I only use stdio for debugging in release mode or status messages on a debug serial port.
by rnixon
Wed Dec 09, 2015 9:33 am
Forum: NetBurner's Eclipse IDE
Topic: Build error: memory limit exceeded (NDK 2.7.1)
Replies: 2
Views: 6559

Re: Build error: memory limit exceeded (NDK 2.7.1)

Is the build debug or release?

Why update to 2.7.1 when the current release is 2.7.3? Just curious.