Hi,
I developed a RUI3-based custom program and I’m looking for a way to do mass programming. If I load the program using Arduino IDE (takes so long), everything works fine, but if I load the .ino.hex file using J-Flash the program doesn’t seem to run.
Using the same J-Flash procedure I can successfully load the “RAK11720_latest_final.hex” firmware published in the datasheet and the program runs, but with my custom firmware it doesn’t run.
The hex file I’m using is taken from the directory: “C:\Users<user_name>\AppData\Local\Temp\arduino_build_47512” which also has the following files:
Is it enough to load the .ino.hex file? Do I need to load other files?
Thanks.