STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1094 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
  • 1460 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
  • 1228 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
  • 901 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
  • 1933 Views
  • 5 replies
  • 0 kudos

Reg:Bootloader

Hello Team, I am trying to implement a bootloader for stm32f769 controller, My bootloader code resides in sector 0 and application code in sector 5. But I am not able to jump from bootloader code to application code. Any help will be highly useful. B...