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

STM32C031C6T6 Multi channel ADC not working

Hello All, I am working on a raw STM32C031C6T6 directly soldered on a breakout board and trying to make a multi channel interrupt based ADC working but the problem i am facing is all the adc's are giving me the same values even after setting the sepa...

IMG-20240302-WA0000.jpg IMG-20240302-WA0001.jpg IMG-20240302-WA0002.jpg
RChou.1 by Associate III
  • 1146 Views
  • 8 replies
  • 0 kudos

Why RGB888 displays as black and white only

I followed the example in article AN4861 where STM explains how to setup RGB565all is working fine but when I switch to RGB888 I get only white and blackI use the image converter LCD-Image-Converter-20161012 tool explained in the article   the previe...

pic4.png pic1.png pic2.png pic3.png
MNapi by Senior III
  • 519 Views
  • 5 replies
  • 0 kudos

stm32h735 FDCAN not working

/* USER CODE BEGIN Header */ /* USER CODE END Header */   #include "main.h" FDCAN_HandleTypeDef hfdcan1;   /* USER CODE BEGIN PV */ /* USER CODE END PV */   /* Private function prototypes -----------------------------------------------*/ void Syste...

sid1401w by Associate
  • 663 Views
  • 2 replies
  • 0 kudos

Nucleo-STM32H563ZI RTC SSR Value Jump Back

I am programming a Nucleo-STM32H563ZI and get a problem while trying to get subseconds value in RTC. Below is the main code:         unsigned prev_ssr = 0; char print_buf[32] = { 0 }; unsigned this_ssr; int count; while (1) { this_ssr ...

floatsky by Associate II
  • 587 Views
  • 2 replies
  • 0 kudos

STM32F4 USB host/device with USB-C connector

Hi, I want to use a USB with USB-C connector and STM32F427 mostly as a HOST for USB mass storage, but it has to be able to switch to device, works as serial port. A 5V can be applied to the USB by a power switch for a HOST mode, and can be detected w...

mkuczma by Associate
  • 485 Views
  • 1 replies
  • 0 kudos

Resolved! Screen flickering while using TFT-LCD with LTDC

Hi.A custom board was built using the STM32H753XI. The board contains 16MB SDRAM and we want to use it with an LTDC to display a screen on a TFT-LCD.I used the embedded wizard to create the UI and verified that it displays correctly on the LCD screen...

LCD-Timing.png Clock.png

Using CubeIDE to configure I2S, can't set I2S Clock

hello, I'm tring to configure STM32F103RCT6 to interface a codec with I2S. I use a 8MHz external crystal as HSE, in the clock configuration page, the I2S clock is direct connect to SYSCLK and cannot be adjusted. the selected audio frequency is 48KHz,...

截屏2024-03-03 18.44.37.png 截屏2024-03-03 18.44.47.png
Wal by Associate II
  • 910 Views
  • 5 replies
  • 0 kudos
Labels