STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F412 Multiple PWM Control Inquiry

I am developing a product using the STM32F412REFxLQFP64 chip, and I want to implement multi-PWM control. For TIM2 buzzer control: TIM_HandleTypeDef TIM2 PB10 ------> TIM2_CH3 TIM3 is used to generate a 1kHz waveform: TIM_HandleTypeDef TIM3 Channel 4 ...

KOPRO by Associate II
  • 23 Views
  • 3 replies
  • 0 kudos

MCU STM32G030K8T6 hangs

Hi all, We have a product containing the STM32G030K8T6 MCU. The code is working like expected and the product is meeting all specifications. The product is battery powered and can be charged via USB. So far so good. If the product is assembled it wil...

Edit.png
PLER by Visitor
  • 59 Views
  • 6 replies
  • 3 kudos

STM32H747I JPEG DecodeDMA

Hi all,I´m new to STM32 and just recently bought an STM32H747I-DISCO. I needed one with a touch screen for a project. I was going thru the examples and got the LCD DSI SingleBuffer to work but was having problems with the JPEGDecodeFromFLASH DMA. I u...

JL3 by Associate
  • 30 Views
  • 1 replies
  • 0 kudos

Delay in SPI Transfer with STM32H7

Dear ForumIm using STM32 H755 ZI in the starter kit. I set the Timer 4 for generate a Interrupt each 1ms.At begin of INT:     -I toggle a PIN,      -and, send a SPI data (8 byte or 16..not important)What I noted is a delay of almost 10uS beetwen pin ...

Roibert by Associate
  • 29 Views
  • 2 replies
  • 0 kudos

STM32F4 SPI high level 5V

Sorry, I have another question to ask everyone. I'm currently using the Nucleo F429ZI with SPI interface to receive 12-bit encoded data from another ADC. The Vdrive of that ADC can provide 3.3V or 5V for driving. However, the high level of the STM32F...

Scarlet_0-1713766357977.png
Scarlet by Associate
  • 135 Views
  • 13 replies
  • 7 kudos

UCPD SINK Application NUCLEO-u575ZI-Q

I'm trying to run a simple UCPD SINK application on the NUCLEO-U575ZI-Q.I attempted to follow the example provided here: https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Sink#-5BOPTIONAL-5D_Conf...

acipriano_1-1713372587747.png acipriano_2-1713372661433.png

SETAASA command I3C

Hello!I have an i3c target device which has a static address, datasheet says I need to send SETAASA command to start communicating with the device.I tried doing, #define SETAASA 0x29#define STATIC_ADRESS 0x47I3C_CCCTypeDef aSET_AASA= { /*Target...

SPI DMA is not workng at higher SPI baud rates

Hi,My NUCLEO-H563ZI application uses SPI with DMA. The SPI transactions are not working at clock/2 clock/4 and clock/8 rates, clock being 250 Mhz. Is there any clock frequency restriction when SPI is used with DMA? 

WCarey_0-1713875592886.png
WCarey by Associate III
  • 26 Views
  • 3 replies
  • 0 kudos