Wait - Stupid programming mistake - I had a hardcoded IP address in that (very old) portion of code. Sorry about that!
Thanks.
Search found 54 matches
- Mon Jul 21, 2014 1:04 pm
- Forum: NetBurner Software
- Topic: Problem setting IP address to 192.168.213.100
- Replies: 5
- Views: 5228
- Mon Jul 21, 2014 12:48 pm
- Forum: NetBurner Software
- Topic: Problem setting IP address to 192.168.213.100
- Replies: 5
- Views: 5228
Re: Problem setting IP address to 192.168.213.100
And of course, when I'm changing the third number on the Netburner, I do the same on my computer and our router.
- Mon Jul 21, 2014 12:47 pm
- Forum: NetBurner Software
- Topic: Problem setting IP address to 192.168.213.100
- Replies: 5
- Views: 5228
Re: Problem setting IP address to 192.168.213.100
Hi Dan,
My computer's address is 192.168.213.55, netmask 255.255.255.0. I don't know anything about "stack offloading".
The system works fully when I set the PK70 to 192.168.1.100 or 192.168.1.61, but it doesn't work with 192.168.2.xxx or 192.168.213.xxx.
My computer's address is 192.168.213.55, netmask 255.255.255.0. I don't know anything about "stack offloading".
The system works fully when I set the PK70 to 192.168.1.100 or 192.168.1.61, but it doesn't work with 192.168.2.xxx or 192.168.213.xxx.
- Mon Jul 21, 2014 10:54 am
- Forum: NetBurner Software
- Topic: Problem setting IP address to 192.168.213.100
- Replies: 5
- Views: 5228
Problem setting IP address to 192.168.213.100
Hi, I am working with the PK70, and want to set its IP address to 192.168. 213 .100/24 (i.e. netmask 255.255.255.0). When I do it, my app experiences a partial failure. It communicates in a variety of ways, some of which continue to work, while others don't. 1. My app starts up a TCP/IP server, whic...
- Tue Mar 11, 2014 4:45 am
- Forum: NetBurner Software
- Topic: Confusion with calculation of ram usage
- Replies: 13
- Views: 13144
Re: Confusion with calculation of ram usage
Nope, not from the heap; static allocation does come from .bss, but that is not the heap.Ridgeglider wrote:from the heap
- Sat Mar 08, 2014 4:40 pm
- Forum: NetBurner Software
- Topic: Confusion with calculation of ram usage
- Replies: 13
- Views: 13144
Re: Confusion with calculation of ram usage
The problem is that you are confusing where the function-local variable is allocated from, and what the global memory in use function (sorry, I don't remember what that is called) is reporting. Local variables, which is what you are changing the size of, are allocated dynamically (or should I say, &...
- Mon Jan 27, 2014 2:50 pm
- Forum: NetBurner Hardware
- Topic: FPGA Blade board example files and connector pin-out
- Replies: 7
- Views: 7604
Re: FPGA Blade board example files and connector pin-out
Hi Paul, I got the PM, but there doesn't seem to be any attachment; I tried replying to the PM, but it seemed to get stuck in the Outbox - hopefully this makes it through...
- Mon Jan 27, 2014 1:06 pm
- Forum: NetBurner Hardware
- Topic: FPGA Blade board example files and connector pin-out
- Replies: 7
- Views: 7604
Re: FPGA Blade board example files and connector pin-out
C:\Nburn\examples\pk70>dir Volume in drive C is OS Volume Serial Number is C41E-73D8 Directory of C:\Nburn\examples\pk70 07/11/2011 01:54 PM <DIR> . 07/11/2011 01:54 PM <DIR> .. 07/11/2011 01:54 PM <DIR> DigitalBladeDemo 05/19/2008 12:09 PM 551 makepk70 05/02/2008 12:21 PM 167 makepk70install 07/11/...
- Mon Jan 27, 2014 12:08 pm
- Forum: NetBurner Hardware
- Topic: FPGA Blade board example files and connector pin-out
- Replies: 7
- Views: 7604
Re: FPGA Blade board example files and connector pin-out
Hi Paul,
Oh, but my tools are a little old - 2.4, IIRC. Is it possible to get the examples? Or must I upgrade the tools to get support there for the FPGA tools?
Bob
Oh, but my tools are a little old - 2.4, IIRC. Is it possible to get the examples? Or must I upgrade the tools to get support there for the FPGA tools?
Bob
- Mon Jan 27, 2014 6:16 am
- Forum: NetBurner Hardware
- Topic: FPGA Blade board example files and connector pin-out
- Replies: 7
- Views: 7604
FPGA Blade board example files and connector pin-out
According to the PK70-NBPKX500-UsersManual.pdf, an example project is "included with the board"; however, I just got a box with two boards in it - no CD with files on it. Presumably I can get them (XilinxBladeGpio.v and XilinxBlade.ucf) somewhere on this site, but I couldn't find them. Als...