Search found 616 matches
- Fri Feb 20, 2026 6:12 pm
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 4159
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: 4159
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: 4159
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 ...
- 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: 1335
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.
- 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: 1335
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?
- 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: 1335
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.
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.
- Fri Dec 05, 2025 2:34 pm
- Forum: NetBurner Software
- Topic: MODM7AE70 - SPI EEPROM
- Replies: 5
- Views: 5469
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 ...
Demonstrates the use of 7 Microchip SPI Peripherals:
- 25LC020A 2K SPI Bus Serial EEPROM
- TC77-5.0 ...
- Fri Nov 28, 2025 11:09 pm
- Forum: NetBurner Software
- Topic: MODM7AE70 - SPI EEPROM
- Replies: 5
- Views: 5469
Re: MODM7AE70 - SPI EEPROM
Have you looked at the PicKitI2C example for comparison? It reads/writes an EEPROM. The example docs are here:
https://www.netburner.com/NBDocs/Developer/html/example_i2_c_pic_kit_serial_demo_bd-_s_a_m_e70.html
Might be good to compare the two and see if there are any significant differences ...
https://www.netburner.com/NBDocs/Developer/html/example_i2_c_pic_kit_serial_demo_bd-_s_a_m_e70.html
Might be good to compare the two and see if there are any significant differences ...
- Wed Nov 26, 2025 3:01 pm
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 4159
Re: java error on new PC and legacy eclipse
Just a note for anyone using legacy tools, command line builds do not use java. We have made makefiles very easy to use. If you look at any example you will find a makefile. All you need to do is add your source files, all the other complexity is already done. At that point you can still eclipse, or ...
- Mon Nov 24, 2025 10:39 am
- Forum: NetBurner's Eclipse IDE
- Topic: java error on new PC and legacy eclipse
- Replies: 8
- Views: 4159
Re: java error on new PC and legacy eclipse
Thanks for the followup, although surprised java8 32-bit did not work. If you have both 32 and 64 bit installed, it could be a path problem. But installing from our java link is the best.