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

lwip_accept(..) getting blocked

I’ve created an STM32 project using STM32CubeIDE and enabled LWIP and FreeRTOS. My purpose is to run a basic TCP Server program on the STM3240G-Eval board using BSD sockets, containing two threads. I need to use most of the BSD socket calls such as l...

STM32F303re SPI AT 18Mhz

Hello,I need assistance generating a continuous 18MHz SPI signal without gaps between data transmissions using the STM32F303RE. Additionally, I need to be able to perform other tasks on the microcontroller simultaneously.I am using DMA in circular mo...

mse by Associate II
  • 1670 Views
  • 6 replies
  • 0 kudos

STM32H723 SDMMC FIFO blocks while write data

I configured a FATFS project using STM32CUBEMX to write 248 bytes of data every 1ms, with a buffer accumulating up to 1024 bytes before writing to the SD card. However, I encountered significant blocking issues with f_write. To troubleshoot, I replac...

Blowind by Associate
  • 1192 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4 DAC output HAL+LL naming

Hi,HAL and LL DAC configuration structure and its parameters naming can be confusing. Reference manual claims that DAC "mode" (register ADC->MCR, bits 0..2 or 16..17) can be in one of following four combinations when not used sample and hold mode: 0 ...

Error STSAFEA110 expansion board + X-NUCLEO-G474RE

Hi,Currently, I am testing the authentication example using STSAFEA110 expansion board with X-NUCLEO-G474RE.I follow the steps in STMicroelectronics.X-CUBE-SAFEA1_GettingStarted.pdf and also compared the STSAFEA110 expansion board+NUCLEO-L476RG Authe...

bay_2-1715244405871.png bay_1-1715244180085.png
bay by Associate II
  • 2926 Views
  • 5 replies
  • 0 kudos

Azure RTOS, FreeRTOS or SafeRTOS?

Hi all,I am writing to you to find out which is the best RTOS between Azure RTOS, FreeRTOS and SafeRTOS both from the point of view of performance and from the point of view of flexibility and ease of use?I have to develop some projects with STM32U5,...