STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PWM duty cycke update

HeyWe have consider following part# for our induction cooker application and we have few queries for PWM duty cycle update as per below1) STM32F302 and STM32F3032) STM32G491Can I update frequency and duty cycle on the fly from software/code written b...

USBX CDC ACM data read bug?

This behavior seems like a bug.I’m using USBX CDC ACM on a H723 nucleo board. I’m trying to work with the blocking nature of the ux_device_class_cdc_acm_read. For my application, I would like to get data as soon as up to 256 characters are received b...

tec683 by Associate III
  • 2472 Views
  • 16 replies
  • 1 kudos

Sync up pdm mic and icm20602

PDM mic will be set up as 8 or 16 kHz sps. icm will be set up as 4kHz sps.data is received in sync and then stored in a buffer then sent to pc.How do i sync up a pdm microphone and a icm IMU using stm32?What communication to use with the PDM mic, tha...

RBacs.1 by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos

NetXDuo webserver hostname

Hello,recently I've been developing webserver using NetXDuo framework on STM32H573 MCU and I can't find an option to enable hostname for this device.I found that there is a parameter "name_ptr" passed to nx_dhcp_create() function and the name passed ...

Faust by Associate II
  • 117 Views
  • 0 replies
  • 0 kudos

Creating new Project with X-CUBE-AUDIO-KIT

I am working on an audio application which is to be built on a custom board using STM32H723VG and the X-CUBE-AUDIO-KIT V1.1.1.  I have demonstrated a prototype solution using the pre-built AUDIO-KIT binary loaded on the STM32H735G-DK development boar...

JRies by Associate
  • 146 Views
  • 1 replies
  • 0 kudos

UART / SBUS Data Aqcuisition

Hey folks. So for a beginner DIY fixed-wing flight controller, I am trying to incorporate servo values from an external receiver via SBUS [by FrSky (0-> Low, 1-> High; contrary to the standard SBUS by Futaba)] into my software.I found a good amount o...

JGiem1_0-1704717971165.png JGiem1_1-1704718124386.png JGiem1_2-1704718174444.png
JGiem.1 by Associate III
  • 11322 Views
  • 36 replies
  • 13 kudos

Resolved! NetX Duo with STM32H5xx

Hello, On the ST wiki for NetX Duo [ Introduction to NETXDUO - stm32mcu ], there is the following info tag:"Information - NetX requires that Zero-copy feature that is currently supported only in the STM32H7 HAL Ethernet driver. "I have run the NetXDu...

potatobandit_0-1732217910178.png

Resolved! FreeRTOS-Plus-TCP Example Code

Hello, Is there any example code for the STM32H563ZI eval board that has an application using FreeRTOS-Plus-TCP? I've checked ST's Github for the STM32CubeH5. Is there a similar chip's repo that could be a good reference?Thanks