STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Maximum time required to read the internal temperature

 Hi,I am able to read the mcu temperature but I want to know the maximum worst-case time required to read the internal temperature of stm32h743.The clock for the ADC is configured as 76 MHZ. Does that mean that 1 ADC cycle is 0.013 uS (1/76M) ?#defin...

Jack5_0-1730203253787.png Jack5_1-1730204564967.png Jack5_2-1730206531761.png
Jack5 by Associate II
  • 498 Views
  • 11 replies
  • 1 kudos

Resolved! STM32H7 PC2_C and PC3_C GPIO not working

Originally a reply in this thread: https://community.st.com/t5/stm32cubemx-mcus/bug-cubemx-should-warn-h7-users-against-pc2-c-pc3-c-pitfalls/td-p/708817 Hi,What's wrong with PC2_C and PC3_C???  I am using them as normal GPO on my board, but it's not ...

Peter3718 by Associate III
  • 466 Views
  • 11 replies
  • 2 kudos

Resolved! STM32L151RCT6 bsd

Hello,I need the BSD-File for STM32L151RCT6 for Boundary Scan. Does anyone know, where I can get it? In the recources section I can only find an older .zip file with bsd files for other processors.Thanks.

FreeRTOS on STM32U5G9ZJT6QU

Hi. I am working on creating parallel threads on my STM32U5G9J-DK2 board using freeRTOS. Are there any freeRTOS example projects for this devkit I can reference? I could not find any while creating a project in the STM32 Cube IDE.Thanks, Michael

Resolved! STM32L412KB UART Data Corruption After Random Periods

Hello, I’m working with an STM32L412KB on an evaluation board, and I’m facing an issue with receiving UART data. Here’s a quick overview:Setup: The device receives 5-byte packets over UART every 30 ms using the HAL UART interrupt mode (HAL_UART_Recei...

STM32H563 SPI LCD display interface

I am trying to interface a STM32H563 to an LCD using the ST7789v controller over SPI.To test I'm just sending the LCD initialization as specified by the datasheet shown below...//-------------------------------Hardware reset--------------------------...

PFlor.2 by Senior
  • 147 Views
  • 0 replies
  • 0 kudos

SPI with DMA is not working in stm32g0

Hello, Currently I am trying to configure SPI with DMA, where i am only using DMA for Transmit and Not for Receive, I have generated the code through STM32cubeIDE, i have c=external clock at 16mhz and my Baud rate is 4Mhz. i am not using any SPI inte...