STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Inquiry Regarding MCU with Specific Features

Dear STMicroelectronics Support Team, I hope this message finds you well. I am interested in identifying a microcontroller that meets certain specifications for my project. I would appreciate your assistance in identifying the most suitable MCU. MCU ...

pumarada by Associate III
  • 1694 Views
  • 9 replies
  • 2 kudos

Resolved! STM32 NUCLEO-L4A6ZG Resources and Examples

Hey,I'm completely new to the topic of microcontrollers and currently trying to prepare for an internship (preparation and prior knowledge are not required, but I would still like to prepare myself). Since I already the chip (STM32L4A6) I'm going to ...

stmax by Associate II
  • 3054 Views
  • 7 replies
  • 3 kudos

STM32G4: USART FIFO Error Flags

I'm using the USART on my STM32G474 in FIFO mode with LL-libraries. The datasheet says:" However the RXFIFO default width is 12 bits. This is due to the fact that the receiver does not only store the data in the FIFO, but also the error flags associa...

Herm by Associate III
  • 1661 Views
  • 5 replies
  • 1 kudos

Resolved! Unusable STM32L01 MCU pins?

Hello, all.I'm trying to design and build my first STM32 project, a timer. I'm using the STM32L101K4 and have it configured as illustrated in the attached screenshot. The pins are configured in STM32CubeIDE as:External LSE on 2 & 3LCD connections on ...

KevinZ by Associate III
  • 2222 Views
  • 8 replies
  • 0 kudos

STM32F411 - common short questions ...

Good Evening Ladies and Gentlemen, A short introducing purpose of mine: int main(void) { RCC->AHB1ENR |= 0xFC; // ---> Here I would like to open the Port clock RCC->APB1ENR |= 0xFC; // ---> Here I would like to open the USART2...

timbo2023 by Associate III
  • 5720 Views
  • 35 replies
  • 3 kudos

GT911 stucks/freezes in multitouch.

Hello Community,I'm using GT911 with STM32F746 over I2C. I have noticed some time it stucks when multi touch is used (very few times in single touch as well). Upon debugging I noticed a change of voltage level of Interrupt pin.In working state, INT p...

0693W00000UnmnYQAR.jpg 0693W00000UnmpeQAB.jpg
KAgga.1 by Associate III
  • 1466 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G4 FW 1.5.2 FDCan Error/Bug?

Hi guys I've upgraded from 1.5.1 to 1.5.2 and I'm receiving HardFaults when using FDCAN \STM32Cube\Repository\STM32Cube_FW_G4_V1.5.1\Drivers\STM32G4xx_HAL_Driver\Src\stm32g4xx_hal_fdcan.c FW 1.5.1 Line: 3493     /* Write Tx payload to the message RAM...

Framet by Associate III
  • 1533 Views
  • 5 replies
  • 2 kudos

AES for hashing

Hi, For some reason I need to use the AES engine to generate hashing either as ghash or AES-CMAC digest. Any reference could you provide to use AES engine for MAC generation. Thanks,Gopi Krishnan