STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 timer doesn't count

hi, i have a problem with my stm32 timer in counter mode, i connected it to a lcd screen, and put a pulse signal in pin PB0, and i wanted to count these pulses and show them on the lcd, but the pulse count is stuck at 0, can you help me with it pleas...

medraouf by Associate II
  • 2224 Views
  • 7 replies
  • 1 kudos

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
  • 2051 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
  • 928 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
  • 1244 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
  • 1101 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
  • 828 Views
  • 1 replies
  • 0 kudos