Search found 541 matches

by TomNB
Fri Aug 16, 2019 9:08 am
Forum: NetBurner Software
Topic: MOD5272 refuses Ethernet connection
Replies: 4
Views: 2277

Re: MOD5272 refuses Ethernet connection

Everything running on the device is your application, so you are in control of that. For example, if you have the web server active, add it to your configuration or status page. If you prefer a serial port, add a menu command to display or change it. I am not familiar with a blackfin vdk, but if you...
by TomNB
Mon Aug 12, 2019 8:53 am
Forum: NetBurner Software
Topic: MOD5272 refuses Ethernet connection
Replies: 4
Views: 2277

Re: MOD5272 refuses Ethernet connection

What changes were made to the 5272 before this occurred?
What is it talking to? What changes were made before this started, including patches to the OS?
Have you tried disabling all firewalls as a test?
You could also try wireshark to see exactly what is going on
by TomNB
Sat May 04, 2019 7:33 am
Forum: NetBurner Software
Topic: MODM7AE70
Replies: 17
Views: 11740

Re: MODM7AE70

On Aug 14 it was suggested you open a support ticket at support.netburner.com so we could assign someone to your case. Did you happen to do that?
by TomNB
Sat May 04, 2019 7:29 am
Forum: NetBurner Software
Topic: MODM7AE70
Replies: 17
Views: 11740

Re: MODM7AE70

Hello, You said: "I was told by my system support that if I am using an internal network I should not have issue with firewall. Any way I will ask him again." This is not true. IPSetup and the find utilities need network access, and if there is a firewall on your PC (not your company, but ...
by TomNB
Thu Apr 25, 2019 3:16 pm
Forum: NetBurner Software
Topic: Slick-C Error
Replies: 1
Views: 1556

Re: Slick-C Error

This will be a wild guess, especially since I do not use slick edit, but one possibility is that its referring to one of the handles for one of the windows. I've seen this with other windows programs when options are changed for a particular window. The program attempts to read or write settings inf...
by TomNB
Mon Apr 08, 2019 9:47 am
Forum: NetBurner Software
Topic: NNDK 2.8.7 & MODM7AE70
Replies: 1
Views: 1338

Re: NNDK 2.8.7 & MODM7AE70

Hello, The ARM products require the 3.0 tools. Here is the breakdown of the tools versions as of April 2019: 2.7.x: IPv4 only, works with all products except ARM, Eclipse requires java 32-bit. 2.8.x: IPv4/IPv6 dual stack, works with all products except ARM, Eclipse requires java 32-bit. 3.0.x: IPv4/...
by TomNB
Mon Apr 01, 2019 1:46 pm
Forum: Application Notes and Design Ideas
Topic: Reference Designs?
Replies: 1
Views: 3471

Re: Reference Designs?

Hello Steve, There is not a reference design for just an external Ethernet magnetics IC, but if you contact support or sales we can send you the specs for the magnetics we use inside the RJ-45 and you should be fine if you match that. They can also send you the schematic and layout file for the BOB ...
by TomNB
Tue Mar 05, 2019 2:47 pm
Forum: NetBurner Hardware
Topic: SBL2E automatically reestablish connection
Replies: 3
Views: 2842

Re: SBL2E automatically reestablish connection

The issue is that in your configuration the SBL2e is a device waiting for an incoming connection. A virtual comm port driver is just that, a driver. It does not have the ability to open a tcp connection unless your serial PC application instructs it to do so. One thing about tcp is that if one side ...
by TomNB
Mon Mar 04, 2019 4:31 pm
Forum: NetBurner Hardware
Topic: SBL2E automatically reestablish connection
Replies: 3
Views: 2842

Re: SBL2E automatically reestablish connection

Data cannot be sent/received unless a connection is established, so my first guess would be that you don't crate a connection until you send data to it.
by TomNB
Mon Mar 04, 2019 4:30 pm
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 7402

Re: OSTaskCreate Return Values

If you are running into that problem with creating only 3 tasks, then the number of tasks in prefef is not the problem. My guess is that maybe you made some low level modifications to get your critical code to run faster. Maybe you are doing something with onchip sram? fast vars in sram, etc. Anyway...