Hi Mrburnette,
thanks for your explanation. That actually makes sense, however that doesn't seem to work if you also have a "normally" installed java.
My normal path (with linebreaks for readability, and omission of the various non-java paths):
C:\Program Files (x86)\NVIDIA Corporation\PhysX ...
Search found 3 matches
- Thu Aug 13, 2020 11:45 am
- Forum: IDE's
- Topic: [SOLVED] Maple_Upload.bat : EXCEPTION_ACCESS_VIOLATION
- Replies: 19
- Views: 57610
- Mon Aug 10, 2020 11:11 am
- Forum: IDE's
- Topic: [SOLVED] Maple_Upload.bat : EXCEPTION_ACCESS_VIOLATION
- Replies: 19
- Views: 57610
Re: [SOLVED] Maple_Upload.bat : EXCEPTION_ACCESS_VIOLATION
Hi Ray,
you are right. However, the maple_upload.bat used by the stm32duino environment in the default version just calls:
java -jar maple_loader.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
This invokes whichever java is in the path, which is usally the one "installed" outside the arduino environment, and ...
you are right. However, the maple_upload.bat used by the stm32duino environment in the default version just calls:
java -jar maple_loader.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
This invokes whichever java is in the path, which is usally the one "installed" outside the arduino environment, and ...
- Sun Aug 09, 2020 12:32 pm
- Forum: IDE's
- Topic: [SOLVED] Maple_Upload.bat : EXCEPTION_ACCESS_VIOLATION
- Replies: 19
- Views: 57610
[SOLVED] Maple_Upload.bat : EXCEPTION_ACCESS_VIOLATION
Hi all,
just in case anyone encounters the same problem i had...
I successfully used Arduino UI to program my bluepill board using "STM32duino bootloader" (which i serial-loaded to the board before).
After some weeks of playing around with other boards i found that uploading a sketch resulted in ...
just in case anyone encounters the same problem i had...
I successfully used Arduino UI to program my bluepill board using "STM32duino bootloader" (which i serial-loaded to the board before).
After some weeks of playing around with other boards i found that uploading a sketch resulted in ...