Search found 623 matches
- Thu Jun 18, 2026 8:18 am
- Forum: NetBurner Software
- Topic: SOMRT1061 system crashes
- Replies: 7
- Views: 15107
Re: SOMRT1061 system crashes
Quick question: there is 64MB of memory on the MOD54415, and standard stack sizes are 8k to 12k. Why trim them down?
- Tue Jun 16, 2026 3:27 pm
- Forum: NetBurner Software
- Topic: SOMRT1061 system crashes
- Replies: 7
- Views: 15107
Re: SOMRT1061 system crashes
Everything here is a wild guess since I don't know anything about your app, but maybe it will help.
Couple of things:
- Have you always used the default stack sizes specified by the NetBurner system, or have you specified your own?
- The switch statement is where you stack frame must be getting ...
Couple of things:
- Have you always used the default stack sizes specified by the NetBurner system, or have you specified your own?
- The switch statement is where you stack frame must be getting ...
- Tue Jun 16, 2026 2:55 pm
- Forum: NetBurner Software
- Topic: SOMRT1061 system crashes
- Replies: 7
- Views: 15107
Re: SOMRT1061 system crashes
You could also run the 3.x code directly one the MOD5441x you have to see if there is any difference.
- Tue Jun 16, 2026 2:54 pm
- Forum: NetBurner Software
- Topic: SOMRT1061 system crashes
- Replies: 7
- Views: 15107
Re: SOMRT1061 system crashes
Looks like your checking all the right things. The switch statement itself won't be a problem, but the code in it might be. Stack corruption is the first thing I would check too. I haven't actually seen a trap in the Ethernet task in all my time here. The NBRTOS is not the same underneath, so its ...
- Tue Jun 02, 2026 6:44 pm
- Forum: NetBurner Software
- Topic: MODM7AE70 Ethernet with Netgear Orbi router
- Replies: 2
- Views: 4535
Re: MODM7AE70 Ethernet with Netgear Orbi router
Hi John,
I had no idea what would cause this either, but did some searches and found the data below. Note its from an ai, so nothing is guaranteed.
Here's the reply as plain text, ready to paste into the ticket.
Nothing you've described points to a problem with the MODM7AE70 itself, and your ...
I had no idea what would cause this either, but did some searches and found the data below. Note its from an ai, so nothing is guaranteed.
Here's the reply as plain text, ready to paste into the ticket.
Nothing you've described points to a problem with the MODM7AE70 itself, and your ...
- Fri May 22, 2026 6:16 am
- Forum: NetBurner Software
- Topic: SysLog issue
- Replies: 2
- Views: 3194
Re: SysLog issue
Good morning. We're going to need all the usual info: platform, tools revision, etc.
- Thu Apr 30, 2026 11:20 am
- Forum: NetBurner Software
- Topic: Disabling Discovery
- Replies: 2
- Views: 9759
Re: Disabling Discovery
Hello John,
I would take a look at the examples here: https://www.netburner.com/NBDocs/Develo ... arams.html
Disable Config Server
Disable System Features
I would take a look at the examples here: https://www.netburner.com/NBDocs/Develo ... arams.html
Disable Config Server
Disable System Features
- Fri Feb 20, 2026 6:12 pm
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 59084
Re: java error on new PC and legacy eclipse
Lastly, this may not be something you wish to do, but the 3.x tool chain does not need any separate java installation and is all 64-bit. However, you would need to port your app to the 3.x tools. I'm not saying do this to fix your problem, just providing complete info. I'm sure you have your ...
- Fri Feb 20, 2026 6:09 pm
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 59084
Re: java error on new PC and legacy eclipse
Don't know where I got 2.8.9 from, but any 2.8.7 through 2.9.7 runs on a machine with win 11 natively installed per the above comment. Just confirming so you know its something with the setup, not the installer or tools.
- Fri Feb 20, 2026 6:07 pm
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 59084
Re: java error on new PC and legacy eclipse
Does the example work from the command line using make and no changes to the makefile?
Remember to run \nburn\setenv.bat first.
On a clean win 11 build there is no issue installing and running 2.8.9 with 32-bit java 8 with eclipse or command line. Something must be going on with all the vm stuff ...
Remember to run \nburn\setenv.bat first.
On a clean win 11 build there is no issue installing and running 2.8.9 with 32-bit java 8 with eclipse or command line. Something must be going on with all the vm stuff ...