STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Debugging STM32H573I-DK_aws_ri_tz example

Hello everyone, I hope you are well.I'm starting a new project using the STM32H573I-DK kit, where I would have to connect to AWS and publish the value of some sensors. The first step was following the webinar https://content.st.com/stm32h5-connects-s...

ffjunq_0-1712674300595.png ffjunq_1-1712674359741.png ffjunq_2-1712674375086.png
ffjunq by Associate III
  • 472 Views
  • 1 replies
  • 0 kudos

STML496RGT from SPI to QSPI

Hi all!I'm currently programming a pulser and have to write a list of registers. I prepared the communication on SPI (which works), only to realise the pulser can only be programmed over QSPI.Now I'm having some issues switching my code from SPI to Q...

Untitled (21).png Untitled (19).png Untitled (20).png Untitled (22).png

Resolved! SPI by hand/prerequisites for SPI

Hi,I've been trying to adapt the current SPI driver in RIOT OS to support the U5 series(STM32U585AI), due to my lack of success I've been trying to sidestep RIOT for a moment and try to do must of the setup manually. But so far I have not been able t...

mdr by Associate
  • 787 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G031C6 problems during production programming

Dear all,In the last weeks we have started the production process of a specific equipment, using the new microcontroller STM32G031C6 and unfortunettly we have faced some problems after the programming process.The problem is that some devices were app...

TFBorth by Associate II
  • 1666 Views
  • 6 replies
  • 1 kudos

ERR when external SDRAM & NandFlash with FMC

Hi there,I have a touchGFX project with STM32F429BI, which uses the external SDRAM for the buffer, and the Nand Flash for the image.Both SDRAM and Nand Flash work well when turning off the other.But when I enable LTDC, the Nand Flash always gives an ...

Junde by Senior III
  • 359 Views
  • 0 replies
  • 0 kudos

Resolved! Pullup does not work when setting up for timer input capture

I have timer 3, that i want to set up for input capture. But when enabling the alternate function. The pullup is not working. Also an external pullup of 10K does not work. GPIO setup:    // TIM 3 Inputs (Pedal rot - PB5 / Torc PWM - PB1) my_GPIO_Ini...

Tobe by Senior III
  • 506 Views
  • 1 replies
  • 0 kudos

I2C fail in case of UART interrupt?

Hello everyone!I'm asking for your help with the following: I have a board equipped with an STM32L151 processor, with which I use an STM32 ISM330DHCX IMU via I2C. The ODR is set to 52Hz for both the gyroscope and the accelerometer, and I request an a...

DS1Z_QuickPrint4.jpg DS1Z_QuickPrint3.jpg

Resolved! STM32H743VIT6 vs STM32H743ZIT6

Hello everyone.Is it possible to directly replace STM32H743VIT6 processor with STM32H743ZIT6 without changing the program code? Will there be any differences in the performance of the DSP device with this processor?Thanks in advance for your reply, C...

eLKa by Associate II
  • 1299 Views
  • 5 replies
  • 6 kudos

Resolved! A Question regarding DMA controller trigger source

Hi, STM experts, This question is regarding STM32L4 series MCU. It is about DMA controller's trigger.Let's say we have two DMA channel, DMA_A and DMA_B. Is it possible to configure the system so that when DMA_A's task is finished, DMA_A send a trigge...

JC1985 by Associate II
  • 962 Views
  • 5 replies
  • 2 kudos

STM32G473VE: FDCAN register callback question

We are using the STM32F429 in an ongoing project.The CAN bus is used for the communication. In a new project we change to the STM32G473VE.The STM32G43VE is equiped with an FD CAN.The low level interface is slightly different between CAN on the STM32F...