Arduino_Tools
Arduino_Tools copied to clipboard
Contains upload tools for STM32 based boards
Added options: Serial: rts, dtr (optional) DFU: vid, pid (mandatory)
The current built-in STM32 DFU upload requires user to pull BOOT0 pin to 3.3V and perform system reset. With this enhancement, users do not require to press reset button nor...
Just built the STM32Tools for arm linux, 32 bit (armv7l) and 64 bit (aarch64). dfu-util built without any issues.
Summary This PR implements the support for using a STM32CubeProgrammer with a J-Link from the Arduino IDE, by adding a case to the flashing script. Explain the motivation for making...
Is there any interest in adding support for aarch64 (ARM64) to this package? I am doing SMT32 development in a VM on ARM based OSX. xpack gcc and openocd are...