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

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
  • 303 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
  • 122 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
  • 178 Views
  • 2 replies
  • 1 kudos

STM32H7S78-DK USB hangs in init

Hello, I am trying to utilize the USB peripheral in STM32cubeIDE with the STM32H7S78-DK. It hangs forever in MX_USB_INIT on a function USB CORE RESET. With FS and HS this same issue seems to be happening. Pictures show config in the GUI and the afore...

mtc65536 by Associate II
  • 339 Views
  • 9 replies
  • 0 kudos

Resolved! Simple DAC control appears not simple

    Dear supporters,In a project I want to create a feedback mechanism to keep the top of a pulse-shaped signal between boundaries. Most of this seems working, except the control of the DAC channel, that should output a voltage for the diode-laser wh...

FredS by Senior
  • 306 Views
  • 9 replies
  • 1 kudos

STM32H7 Flash RCC Problem

Hi,When I was using the STM32H743ZI chip, I set the system frequency of the chip to 160 MHz. Only enable the ICache, do not enable the DCache and the MPU.According to the prompt from CubeMX, the maximum peripheral clock is 240 MHz. Therefore, I confi...

ketlen_0-1754647199964.png ketlen_1-1754647618262.png ketlen_2-1754647635564.png ketlen_3-1754648396445.png
ketlen by Associate II
  • 207 Views
  • 3 replies
  • 0 kudos