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

UsbX example

Hi ST, i have one question for you. Could you please make "examples" more messy? Is it even possible? Lets see, i believe you can do it even worse. To be honest, i have never saw this nonsense and mess in my life. And i have also worked as ABAP devel...

Eiffel by Senior
  • 201 Views
  • 6 replies
  • 1 kudos

Resolved! Bare metal USB HID

Hello,I am trying to implement a USB HID keyboard on an STM32F042 without HAL or LL, just simple register defs. I took an example code generated in CubeIDE with HAL and a few other examples. I extended the example with HAL to also implement the LEDs ...

Usb device MSC problem

 I'm already achieved a USBX-MSC class, and also a FileX in MCU local.I know that using two file systems at the same time is not recommended, but still have some questions. 1. I implement the ux_deveice_msc.c as followed. Use PC-Windows to create a f...

Jason927 by Associate III
  • 135 Views
  • 2 replies
  • 0 kudos

ADC3 Support in Zephyr

I am trying to use pins on ADC3 of an STM32h735g in Zephyr, but I am getting a "Could not read (-22)" error, despite not having issues with ADC1. Is ADC3 supported? If so, can you help me with how to configure it?This is based on the Zephyr samples/d...