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

SPI Slave transmit has extra byte at times

I have two STM32F7 processors set up in SPI Master/Slave configuration. When the slave wants to transmit data to the master, it issues an interrupt and the master reads 4 bytes. The first two are the number of data bytes to read, the second two is a...

0690X000006DCWkQAO.jpg 0690X000006DCWfQAO.jpg 0690X000006DCWaQAO.jpg
MPatt.11 by Associate II
  • 3836 Views
  • 11 replies
  • 0 kudos

STM32 - USB Bootloader

Hello All,MCU - STM32G0B0RET6 supports USB bootloader.When I first connect my USB to my PC, it is recognised as "DFU in FS Mode". Then I flashed a simple GPIO control application code (*.elf) through USB, and after restarting the board, my PC no long...

VM.7 by Associate II
  • 6862 Views
  • 4 replies
  • 0 kudos

DMA ethernet descriptor OWN bit issue

Im using stm32f207 HAL library, LwIP stack with RAW api, no RTOS for an UDP server implementation. Server is receiving frames by polling way because of client nature demands. Client is constantly asking server for reading mcu inputs and asking for wr...

genisuvi by Associate III
  • 928 Views
  • 0 replies
  • 0 kudos

Problem with FreeRTOS ISR Task Notification

I am using Nucleo F411RE dev borad. When I using the FreeRTOS, I found that the xTaskNotifyFromISR always stuck.my handler function as below and I can enter it normally.the program stop at -------------------------------------------------------------...

smok.1 by Associate
  • 2100 Views
  • 1 replies
  • 0 kudos

Ethernet DHCP and static IP mode

Hi allCurrently, I am working on a project in which I have to design an application in such a way that it should support DHCP and static IP mode based on user choice. And this would be in FREERTOS. Users can back and forth between static and DHCP mod...

spate.2 by Associate III
  • 2055 Views
  • 3 replies
  • 0 kudos