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! Custom Bootloader STM32H750

Hello,I am developing a simple GUI for a custom board based STM32H750 MCU.My requirements are the following:Both application code/data and touchGFX images/fonts are stored in and external QSPI (0x90000000) The entire application must be executed in t...

PLago.2 by Associate II
  • 1144 Views
  • 1 replies
  • 0 kudos

Connect to MQTT Broker with STM32F746G Discovery

Hi, I'm trying to connect to my MQTT Broker with STM32F7 Discovery kit.Firstly, I used MQTT Client in LwIP stack. When I call this function: mqtt_client_connect()the Error return ERR_RTE, mean Routing Error /** Routing problem.     */ ERR_RTE    = -4...

Resolved! STM32F4xx and STM32H7xx CUBE HAL SPI BUGS

High Level Problem Description:STM32F4xx: Produced on STM32F427IIHxWhat happens:When SPI as master, full duplex, 8 bit & ~1MHz clock speed and doing longer transmissions (e.g. 10 - 60 bytes) using interrupts the current implementation in Keil::STM32F...

stm32f407 USB CDC FS multi-packet transfer

how to transmit data buffer without splitting? Im using HAL library and it says its allowed to send multi-packet without splitting, but when i try to send data to PC it splitts into max packet size that is 64 byte size

DKola.1 by Associate II
  • 868 Views
  • 3 replies
  • 0 kudos

Resolved! Task execution time in freertos

I'm using freertos on stm32f407vg Discovery board. I'm running system at 150MHz. I want to calculate time taken by a task for that below is the code snippet. TickType_t initial_time = 0, end_time = 0,diff = 0; initial_time = xTaskGetTickCount...

Rsrma.1 by Associate III
  • 2150 Views
  • 2 replies
  • 0 kudos