STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Potential memory leak in SPI HAL for STM32H753

Configuring SPI for 24 bit data frames and receiving single data frames via HAL_SPI_Receive_IT (which redirects to HAL_SPI_TransmitReceive_IT() in case bidirectional transfer is enabled), hspi->RxXferCount and hspi->RxXferSize are both set to the val...

MNagl.1 by Associate II
  • 583 Views
  • 1 replies
  • 0 kudos

Resolved! General Purpose Timer as Wakeup

Hi guys, im initializing a low/ultra low power project and i will use the STM32C011J4M6, i need to know if a general purpose timer like the TIM14 can wakeup the microcontroller in the low power modes (sleep, stop, etc).I was reading the datasheet (i ...

Resolved! SPI vs GPIO - Alternate Functions (AF)

@Tesla DeLorean Hi! Thank you for helping me with the BOOTING process. However, I have a question about the peripherals. I am planning to control a TFT screen that requires 40 pins and RGB protocol. At first, I was planning to choose random GPIOs to ...

STM32U5 - Enable MDF use ADC1 as data source

Hello, I have further questions related to ADC1 and MDF. The solution solved this case: ADC1 with one single input channel.  How about multiple input channels are connected to ADC1 of STM32U585?  I use 4x analog inputs as example, they are connected ...

YN15054_3-1736492606790.png
YN15054 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

STM32H7 GPIO Default Behavior

Hi,I notice in the STM32H747XIH6 reference manual (RM0399) that "During and just after reset, the alternate functions are not active and most of the I/O portsare configured in analog mode." I want to confirm that in "analog mode" the IO is an HZ inpu...

slc2015 by Associate II
  • 422 Views
  • 3 replies
  • 1 kudos

Resolved! AN4899 un-used pins procedures

IN AN4899, figure 18, it states:"To reduce power consumption, setthe pin as a push-pull output anddrive it in the same direction as theinternal pull-up / pull-down resistor.Alternately, set pin as analog input."I'm a little confused here. If there is...

BobaJFET by Associate III
  • 706 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H753ZIT Revisions

Good Morning,We're looking at using an STM32H753ZIT MCU on a project, but we need to know the freely available revision due to the bootloader differences across revisions, or at least how to tell which revision version we'll be ordering (should we or...

Resolved! STM32L031K6T6 can't connect to st-link

Hi.I got a new (never used) STM32L031K6T6 chip. Put it on a breakout board. Add a 0.1uF and a reset switch.I am powering the chip through the st-link.Tried it with BOOT0 High & LOW. did not work.What I found weird too is that the REST pin is always L...

samiceng by Associate
  • 397 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 I2C - both lines continuously held LOW

Hi, for my diploma project I made a DSP guitar effects pedal - designed a custom PCB and everything. On it I have an STM32F405RGT7 and a TLV320AIC33IRGZT audio codec. The codec is set up using I2C. The problem occurs when I try to communicate with it...