Arduino_STM32
Arduino_STM32 copied to clipboard
Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
STM32F4: update bkp.h, bkp.c add support for backup registers and backup sram. added example in STM32F4/libraries/RTClock/examples/BkpTest
I'm using an Atlas RGB sensor connected to an STM32 board running maple 14.0.0 using I2C2. After issuing a command to the sensor using write(), I receive the expected response....
Hello, I had installed your drivers (install_drivers.bat) and would now to uninstall them. But there is not an uninstaller. I displayed the list of installed drivers on my Windows and...
Standard example ASCIITable.ino produces garbaged serial output via USB like this: ### Example 1 ``` ASCII Table ~ Character Map !, dec: 33, hex: 21, oct: 41, bin: 100001 ",...
Stale branches probably should be removed
DFU_UTIL don't reenumerate successfully in new OSX. So the bootloader will not exit and user need to reset target board. reenumerate utility from Apple's Prober.app can fix this issue
"{runtime.ide.path}" was appended to the dfu-util call which is nonsense
Folks, I'm writing after 8 or so hours of tinkering with F103FB and F103RE variants. I have a custom board with STM32F103RET6. Using blink.ino and STLINK (no maple bootloader), using...
The ILI9341 has depended on a fairly ancient (1.5.3) version of the Adafruit GFX Library. This commit makes it compatible with the current HEAD versions of the Adafruit GFX Library...
Here it is 😀 First I prepared it for stm32duino:STM32F1:genericSTM32F103C, but it can easily be extended to other boards. - I corrected a forgotten change in DhcpAddressPrinter - The examples...