Search found 619 matches

by TomNB
Tue Jun 02, 2026 6:44 pm
Forum: NetBurner Software
Topic: MODM7AE70 Ethernet with Netgear Orbi router
Replies: 2
Views: 280

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 ...
by TomNB
Fri May 22, 2026 6:16 am
Forum: NetBurner Software
Topic: SysLog issue
Replies: 2
Views: 505

Re: SysLog issue

Good morning. We're going to need all the usual info: platform, tools revision, etc.
by TomNB
Thu Apr 30, 2026 11:20 am
Forum: NetBurner Software
Topic: Disabling Discovery
Replies: 2
Views: 4508

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
by TomNB
Fri Feb 20, 2026 6:12 pm
Forum: NetBurner's Eclipse IDE
Topic: java error on new PC and legacy eclipse
Replies: 8
Views: 46878

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 ...
by TomNB
Fri Feb 20, 2026 6:09 pm
Forum: NetBurner's Eclipse IDE
Topic: java error on new PC and legacy eclipse
Replies: 8
Views: 46878

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.
by TomNB
Fri Feb 20, 2026 6:07 pm
Forum: NetBurner's Eclipse IDE
Topic: java error on new PC and legacy eclipse
Replies: 8
Views: 46878

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 ...
by TomNB
Mon Feb 09, 2026 9:51 pm
Forum: NetBurner Software
Topic: SOMRT DSPI Driver clock phase and polarity using GPIO as CS
Replies: 5
Views: 36001

Re: SOMRT DSPI Driver clock phase and polarity using GPIO as CS

Does the example at \nburn\examples\SPI\PicKitSerialSPIDemoBd help at all? I don't know if it switches polarity.
by TomNB
Mon Feb 09, 2026 9:50 pm
Forum: NetBurner Software
Topic: SOMRT DSPI Driver clock phase and polarity using GPIO as CS
Replies: 5
Views: 36001

Re: SOMRT DSPI Driver clock phase and polarity using GPIO as CS

I think I am not understanding something in the original post, so please let me know. Wouldn't you only set the chip select after the configuration?
by TomNB
Sun Feb 08, 2026 10:21 am
Forum: NetBurner Software
Topic: SOMRT DSPI Driver clock phase and polarity using GPIO as CS
Replies: 5
Views: 36001

Re: SOMRT DSPI Driver clock phase and polarity using GPIO as CS

Hello ephogy,

With mutiple releases and many products with specific drivers, people will always need to know the nndk version and hardware platform to be able to help. I think that is why this has not had an answer and so many views.
by TomNB
Fri Dec 05, 2025 2:34 pm
Forum: NetBurner Software
Topic: MODM7AE70 - SPI EEPROM
Replies: 5
Views: 26800

Re: MODM7AE70 - SPI EEPROM

Sorry for the I2C reference, I mis-typed. There is a pic kit for spi too: C:\nburn\examples\PlatformSpecific\SPI\PicKitSerialSPIDemoBd. I think it might just be a small spi than you are using.

Demonstrates the use of 7 Microchip SPI Peripherals:
- 25LC020A 2K SPI Bus Serial EEPROM
- TC77-5.0 ...