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

'register' specifier in Cube/LL

I have a bunch of following warnings:c:/programs/ARMtools/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F1xxxx/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h: In function 'void LL_GPIO_SetPinMode(GPIO_TypeDef*, uint32_t, uint32_t)': c:/programs/ARM...

STM32H743ZGTX External Loader

Hello everyone,I created an external loader project using the STM32H743 development board. I used the W25Q32 chip. I used SPI directly in my project (I didn't use OctoSPI or QSPI).I followed the advice found in forums and meticulously followed the vi...

celo01 by Associate
  • 28 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G484 HardFault_Handler

Hi, I got stuck in the HardFault_Handler every time after editing some code. I'm using FreeRTOS in c++ combination with classes. First I thought this would be a memory issue. After increasing configTOTAL_HEAP_SIZE and configMINIMAL_STACK_SIZE, I was ...

ErX by Associate II
  • 78 Views
  • 4 replies
  • 3 kudos

USB_WritePacket stuck in infinite loop

  Hello ST Team, I developed a custom USB DFU HOST class on an STM32F446ZE. I soldered a USB-C cable directly to the D+/D-, 5V and GND pins. The Problem: The stack works correctly for transfers up to 128 bytes. However, when I set phost->Control.setu...