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

Programming STM32WB15CCU6E in Arduino IDE

I am trying to program my custom board with STM32WB15CCU6E on it in Arduino IDE. I always upload the code to my nucleo-wb15 board to verify if it is working before uploading it to the custom board. The main difference between the chip used on nucleo-...

mhcheng by Associate
  • 151 Views
  • 1 replies
  • 0 kudos

Resolved! STM32N6 DCMIPP problem

Hi everyone,I am trying to setup DCMIPP Pipe0 to read data from 256x192 pixel sensor by 16 data lines.Seems everything configured and working fine except of transfer data to destination buffer.DCMIPP frame counter is increasing. Pipe0 dump counter is...

Screenshot 2025-04-29 000858.png Screenshot 2025-04-29 000933.png Screenshot 2025-04-29 000954.png Screenshot 2025-04-29 001138.png
MikeF by Associate II
  • 1367 Views
  • 2 replies
  • 1 kudos

the external interrupt response time

     Hi,I want to use STM32G431CB or STM32F411CEU6 to measure the time precisely.I need to know the external interrupt response time of GPIO,but I can not find it in datasheet and manual.can you tell me what is the value if the CPU frequency is 100MH...

Huang99 by Associate
  • 192 Views
  • 2 replies
  • 0 kudos

STM32U545 : LPBAM cotinuous ADC multichannel

Hi,I am using an STM32U545 on which I expect to use ADC4_IN1 and ADC4_IN18 in stop mode 2 (using LPBAM).I want to create two buffer (buff1 and buff2 uint16_t[32]) dedicated to each input.I want to read 32 samples from input1 then 32 samples from inpu...

Aurelien1 by Associate III
  • 1557 Views
  • 6 replies
  • 0 kudos

STM32G0: PWM Pulse + One-Pulse mode

Above is the configuration of my Timer. - To generate pulse, first I used HAL_TIM_OnePulse_Start but with that pulse was not generate.- So I did this: while(1) { HAL_TIM_PWM_Stop(&htim17, TIM_CHANNEL_1); __HAL_TIM_SET_COUNTER(&htim17, 0); HA...

jowakar122_1-1761976053182.png jowakar122_0-1761976034066.png jowakar122_2-1761976295716.png

Resolved! STM32H7S3V8T6 TIM1 prescaler clock clarification

Hi All, Hoping someone can clarify my confusion on the clock input for the TIM1 counter...background:I am testing Tim1 output compare by toggling PA8 on the micro... - the timer settings areperiod = 1600, no clock divisor or prescaler and my clock co...

JShro_0-1759285004047.png
JShro by Associate III
  • 816 Views
  • 11 replies
  • 0 kudos

Resolved! Simultaneous EXTI and timer interrupt configuration

On the STM32F303K8, is it possible to configure e.g. PA8 to both receive an EXTI interrupt on falling edge and act as the TIM1CH1 input to trigger source TI1FP1, in turn serving as a timer gate for gated mode? I cannot find a way to express this thro...

avidroneg by Associate III
  • 506 Views
  • 7 replies
  • 8 kudos

Resolved! STM32H7 dual flash bank

Hi i am working on a project with STM32H7A3VGT6 chipset which has LTDC controller. my goal is to make a LVGL based UI with SquareLine Studio and interface a 24 bit parallel RGB display with it . so i have made a UI using SquareLine Studio and importe...

b1aze_0-1762245597758.png
b1aze by Associate III
  • 415 Views
  • 7 replies
  • 2 kudos