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

1. Does STM32U575 support Zephyr RTOS? 2. Does STM32U5A9 support Zephyr RTOS? 3. How can we port the Zephyr to STM32U5A9 if STM32U5A9 doesn't support it?

1. We found that STM32U575 is on the supported list of Zephyr. Does it mean that STM32U575 support Zephyr RTOS?2. We cannot find the STM32U5A9 on the supported list of Zephyr. Does STM32U5A9 support Zephyr RTOS?3. How can we port the Zephyr to STM32U...

VLi.3 by Associate
  • 1958 Views
  • 3 replies
  • 0 kudos

[NUCLEO-H743ZI] USB: How to check the reason of the BROKEN_PIPE(-EPIPE) message from the USB Device?

Hello!HW: NUCLEO-H743ZISW: MxCube v6.8.1Application: USB CDCOS: Ubuntu 20.04.1  5.15.0-75USB Hub: No, the device is connected directly to the USB port (without any USB hubs usage) It was generated a USB CDC Application solution by using MxCube v6.8.1...

usbmon2_v002_dev2-68-1_001.png

Resolved! LwIP up-to-date examples

The examples and documentation provided with STM32CubeIDE are dated year 2015. Is there any repository with current versions examples? Could ST provide within STM32CubeIDE up-to-date examples?I searched dozens of links into this forum and I am not ab...

JMarq.1 by Associate III
  • 9299 Views
  • 7 replies
  • 5 kudos

USB host for full-speed HID

Posted on December 17, 2011 at 18:26Has anyone try to implement USB host for full-speed HID joystick (like Logitech)?I try to use code from STM32F105/7 and STM32F2xx Host and device library (UM1021). It works fine with low-speed joystick (noname), b...

Can we mount the two devices i.e SD Card and USB as host at a same time using FATFS in STM32H743VITX. I want send data from SD card to USB drive when the usb is detected.

Hi,I am using STM32H743VITX controller in my project. The main problem is , the file which i want to store in USB drive is get stored in SD card & usb drive not have any file. Also, both drive show same toatal size & free space.I already created diff...

Resolved! First write to Flash using EEPROM Emulator fails.

I am adding EEPROM emulation using the x-cube-eeprom package. On program startup I am calling EE_Init and I have traced the code through the checks for the flash to be used being erased, which it is. However, when the first element is written, the fl...

SidPrice by Associate III
  • 3079 Views
  • 5 replies
  • 0 kudos

Interrupt Mode HAL Delay

Hello I am newbie to embedded word.  I am trying to learn interrupt for GPIO on NUCLEO-F091RC. I set the User Button as interrupt and LED should toggle as button is pressed. I copied the callback function ( HAL_GPIO_EXTI_Callback) in main.c . Under c...

Nico3 by Senior
  • 3994 Views
  • 2 replies
  • 4 kudos