STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Connecting eMMC to SDMMC1 on the STM32H7

Hi.I am using SDMMC1-eMMC(16GB), SDMMC2-SD Card connected on a custom board.Both eMMCs and SD-Cards use FatFS as their file system.Both work fine when used alone.However, if you use f_open or f_write on FatFS on eMMC, you sometimes get an error and t...

DMA.png NVIC.png SDMMC1_SET.png SDMMC2_SET.png

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
  • 3559 Views
  • 7 replies
  • 1 kudos

ADC watchdog to Wake up from Sleep or Stop mode - STM32G050

I'm working on some code to wake up from Sleep or Stop mode when a low ADC value happens.I found this post which gets me almost all the way there https://community.st.com/t5/stm32-mcus-products/what-is-the-process-to-use-the-adc-on-stm32f745-to-wake-...

Screenshot 2024-03-01 at 2.45.55 PM.png Screenshot 2024-03-01 at 2.46.01 PM.png Screenshot 2024-03-01 at 2.46.06 PM.png Screenshot 2024-03-01 at 2.46.13 PM.png
marchold by Associate II
  • 3320 Views
  • 2 replies
  • 0 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
  • 3516 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
  • 2084 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
  • 2267 Views
  • 2 replies
  • 0 kudos

Not able to enable BOOT_LOCK through Hex file in STM32G4

Hi,I am using STM32G431 MCU and PB8-BOOT0 pin is used as UART3 RX, with STM32 cube programmer i am able to change option bytes, but for my production, i need single hex file included with option bytes, I tried with below method In .s File added below...

nagaparimi_1-1709552051957.png nagaparimi_2-1709552313440.png

STM32F407 discovery card debug error, Core is held in reset

Now, I was only using the stlink part of the card to program another stm32 microcontroller. While running it in debug mode, I cut off the power of the card and it remained in debug mode all the time, in a way that I cannot understand now, and a conne...

Melek by Associate II
  • 6225 Views
  • 7 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
  • 1985 Views
  • 2 replies
  • 0 kudos