STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32l011 refuses to go into stop mode

Hello everyone, I have a problem with my STM32L011G4U6, I want to put it in stop mode or in standby mode, but the two modes are not taken into account, only the sleep mode works, I must surely make a mistake but where? here is my function: void Enter...

USB Composite Device Bug

 I have setup a Nucleo-F103RB as a USB composite device by (CDC + HID) by modifying a STM32CubeMX CDC project. The device enumerates correctly and everything works initially, however I am encountering a strange bug where if I open a COM port to read ...

Apisit-K by Associate
  • 216 Views
  • 2 replies
  • 0 kudos

zephyr stm32u073 usb

Hello,I am trying to get the USB HID working on STM32U073 with ZephyrOS.I took the sample code from https://github.com/zephyrproject-rtos/zephyr/tree/v4.2.0/samples/subsys/usb/hid-mouseAnd tried both the NEXT and legacy USB stack. However, when I boo...

pokitoz by Associate II
  • 104 Views
  • 1 replies
  • 1 kudos

USB Composite Design (CDC+HID Keyboard)

Dear STM32 Advisor,   I'll design a system based on Nucleo 64 H533RE. The system will act as USB CDC and USB HID Keyboard at the same time. The idea is when the CDC receive a character, here for example "F" then the Nucleo H533RE will output a high g...

FuadPurnomo_0-1760197412665.png