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

Implement WebSocket Protocol on STM32?

Hello,I am currently working on a project with an HTTP server, successfully implemented using FreeRTOS. In this setup, I handle client requests for opening and collecting data from the client side. However, since I need to display real-time data on a...

AS5 by Associate II
  • 961 Views
  • 8 replies
  • 3 kudos

RTOS debug with STM32CubeIDE

Hi Community,Today you will provide the answers, and I will ask the questions!Looking at the statistics gathered by our tools (assuming customer consent given), we can see the huge popularity of designing software relying on an RTOS. FreeRTOS is wide...

Resolved! SPI STM32H743 function problem

Hi, I have problem with my SPI peripheral. For generate inicial code I used STM32 Cube IDE Version 6.14.1, and programming IDE STM32 Cube IDE Version 1.18.1.Description of problem:1.I want simple to check loop with transmit and receive data, but when...

HAL_PCD PCD_GET_EP_RX_CNT only return 0

Hello, I am working on a stm32u083rc. I'm trying to establish a USB Serial connection using the HAL_PCD library. I'm at the enumeration stage and trying to read the data sent by the PC (windows).The USB device is initialized with CubeMX (STM32Cube FW...

Resolved! HAL_DMA_RegisterCallback with SPI

Hi, I'm just struggling with the same problem. I use SPI with DMA non-circular mode and want a callback for receive complete. I can set the callback function with HAL_DMA_RegisterCallback but in HAL_SPI_TransmitReceive_DMA it will be overwritten: /*...

STmine by Associate
  • 260 Views
  • 3 replies
  • 0 kudos

STM32N6 SystemIsolation_Config

 Hello all,I'm working with the STM32N6 series and I'm trying to correctly configure the isolation between the secure and non-secure domains using the RIF (Runtime Isolation Framework).I found example code like this in a template (STM32CubeN6)  stati...

Help with host USB Printer Class

Hi,I know this question have been asked many times but i still can find a solid answer that can really help.I will try to ask again depends on the progress i have made and i hope if someone made this class that he could help.My objective is to be abl...

H_Drx by Associate
  • 285 Views
  • 3 replies
  • 0 kudos