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

Resolved! USBX Device MSC in Standalone mode

I'm trying to get USBX Device MSC to work in Standalone mode (without RTOS).  I loosely followed @B.Montanari 's example in https://community.st.com/t5/stm32-mcus/how-to-implement-usbx-in-standalone-mode/ta-p/614435, and also referred to a CubeMX exa...

PRuss by Associate II
  • 3455 Views
  • 7 replies
  • 3 kudos

STM32F429I-discovery Purple screen

Hello. This is my first week with MCU's. I choose STM and want to stick with it. But it makes only pain :) So I was able to make some GPIO to work but have a complete disaster with LCD. The board came with some demo firm, and it was erased. So I am d...

grisom13 by Associate II
  • 244 Views
  • 7 replies
  • 1 kudos

Resolved! USB CoreReset stuck at count

Hi all static HAL_StatusTypeDef USB_CoreReset(USB_OTG_GlobalTypeDef *USBx) { __IO uint32_t count = 0U; /* Wait for AHB master IDLE state. */ do { count++; if (count > HAL_USB_TIMEOUT) { return HAL_TIMEOUT; } } while ...

Maaz1 by Associate III
  • 100 Views
  • 1 replies
  • 0 kudos

Resolved! Question about TouchSensing

Greetings, I have a question about the touchsensing module. I am using a stm32u585rit6 mcu in a custom-made board and making a project using azure rtos. I needed to add touchsensing. I watched the app_azure_rtos_config.h and noticed that there is sta...

j_filipe by Associate III
  • 152 Views
  • 2 replies
  • 1 kudos