stm32plus
stm32plus copied to clipboard
The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
I have built the usb_device_f0_custom_hid for F042 and I am playing with it on the F042 Nucleo board from ST. I had to disable the PA11/12 remapping, as this board...
Hi Andy, I started enabling the keyboard and mouse USB example for the STM32F042. Do you see any reason why it wouldn't work?
does the f1hd device setting support STM32F103VB. Currently I installed the stm32plus mode=fast/small devicef1hd and was able build the sample cmake project After building and downloading the binary code to...
Hello, I tried to use SSD1306 library but it won't compile. One of the reasons I found so far are missing includes in include/display/graphic/Serial4WireSpiAccessMode.h: ``` #include "gpio/Gpio.h" #include "display/graphic/DmaFsmcLcdMemoryCopy.h" #include...
I'm going to look at implementing this, but I'll be honest, the level of C++-yness is scary and not exactly my strong point with programming stuff. It's not that hard...
For a project of mine, I needed more error handling and management when using the CAN bus, this is more a proposal than a bug. CAN in the STM32 series...
Hi, I had a flick through the code and it looks like USB is only supported on the F4. From what I can tell, the USB peripheral is similar if...
Hi, i think you should really not disable the SysTick_Handler by comment it out in the Start-Assembler Code. /* * SysTick_Handler in stm32plus is now marked 'weak' so that compatibility...
Calling this function is part of the [deprecated `initCompare` scheme](https://github.com/andysworkshop/stm32plus/blob/290d523b846fee89cafdda1a15b39b2492ac013a/lib/include/timer/features/TimerChannel1Feature.h#L88), but there's no way to do it using the feature classes. This breaks initializing TIM1/8 as h-bridge motor controllers. Here's...
Hi! I've been trying out this library and it's been a lot less painful than dealing with STM32Cube. Right now i'm trying to figure out how to use the UsbCustomHid...