I'm working on implementing a STM32 Nucleo dev board.
There is great support for STM32 on Arduino IDE on the internet.
I need to drag and drop the BIN file onto the USB drive created by the ST-LINK v2.1 interface.
Works great with compilations in Arduino IDE direct.
Although I have to fetch the BIN file manually from the build folder in temp.
For B4R, after compiling, my project/object/bin folder still does not contain any of the result files you have indicated.
Just the build.options.JSON file.
Could this be caused by the fact that B4R does a compile and RUN.
The code can't be transferred using the Upload method.
I just need a compile, no run.
The same board type/upload settings in Arduino IDE compile the code, fail the upload, the BIN file is still created.
I've updated to Arduino IDE v1.6.9 to get the STM32 and B4R compatability.
Just to note, I did not get any B4R result files when testing on v1.6.8
I also tried selecting the "Arduino/Genuino Uno" board type for B4R.
Still no result files after compilation.
Is there a build log created by the Arduino Buider that I can check?
I have set the configuration path for Arduino.exe in B4R.
My B4R test code is just the default NEW project code. Nothing extra.