STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA not resuming after stopping

Hello,I am currently using the Hal library to do send and receive I2S signals over DMA. I am constantly calling the DMA receive and transmit functions, because I cannot figure out how to work it in circular mode. I am struggling because whenever I st...

L42Liam_1-1742062985097.png L42Liam_3-1742063084487.png L42Liam_1-1742063249226.png
L42Liam by Associate
  • 124 Views
  • 1 replies
  • 0 kudos

STM32F303 SPWM Generation

Hello,I designed a BLDC motor driver for myself and I am currently in the software phase.I am using the 1st, 2nd and 3rd channels of the TIM8 timer for 3 phases, but I do not have any information about how to create SPWM in stm32 or how to trigger th...

Sergen by Associate III
  • 419 Views
  • 7 replies
  • 2 kudos

USBX on STM32C0 incomplete?

Hi All,I have previously experiemented with USB HID mouse coding on STM32F0 series and got code working very quickly.However, I am now trying to get the same going using USBX on STM32C0. My application has been built in MX but wouldn't enumerate. I a...

Resolved! STM32H747IIT6 ETHERNET RMII PROBLEM

Hello,I am using the STM32H747IIT6 microcontroller along with the LAN8742A Ethernet PHY, configured in RMII mode. However, I am facing issues where the Ethernet interface is not working at all in my circuit. It appears there may be multiple bugs or c...

KAnahar by Associate III
  • 279 Views
  • 5 replies
  • 1 kudos

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
  • 245 Views
  • 1 replies
  • 1 kudos

Resolved! ETH on STM32H743 with Zephyr

Dear,I'm trying to use the ETH with Zephyr RTOS 3.5.99. It was built the samples/net/dhcpv4_client sample, however, I tried to build others examples from samples/net/socket, such as echo and echo_client, but was impossible.I would appreciate it if an...