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

No PWM output using TIM1_CH3 on STM32F769 with Keil5.25

Hi i want to enable pwm output on PA10, as in below code, will do necessary init by MX_TIM1_Init, and then call HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_3); to start.but PA10 is kept low measured by Osi.could you help review and any suggestion ? thanks...

qzha by Associate II
  • 1089 Views
  • 6 replies
  • 0 kudos

Hello Generating a Pulse Train of 0-200kHz on STM32L476 Nucleo. I Used the Timer to Generate The PWM of a specific Frequency.. That was successful

int main(void) { /* USER CODE BEGIN 1 */ uint16_t Prescaler=1; /* USER CODE END 1 */   /* MCU Configuration----------------------------------------------------------*/   /* Reset of all peripherals, Initializes the Flash interface and the Sys...

MMali.3 by Associate
  • 683 Views
  • 3 replies
  • 0 kudos

The stepper/Motor/Driver Pins on the "STM32F407VG-Discover Board & How connect Driver to the Discovery board

Hi all,I have been trying to connect a microstep driver (Haydon DCM8027/55 Driver) to the my discover board, but I don't know how to hookup. I have the following board "STM32F407G-Disc1". I am not sure where the stepper motor/driver pins are located ...

Resolved! Difficulties running sample project - STSW-STM32152

I am trying to get the example 'STSW-STM32152' working for my 32L0538DISCOVERY kit and am having difficulties with the provided projects in the source (v1.0.0) -- TrueSTUDIO (v9.0.1) - No Compile   project linking appears corrupted (see 'TrueSTUDIO C...

Justin1 by Senior
  • 1112 Views
  • 8 replies
  • 0 kudos

Touch panel design with STM32

Hello,I am beginner of stm32, help me with selection of touch MCU & Free IDE from STM32.How to design hardware touch panel with STM32 ?Thank you

TouchMe by Associate
  • 729 Views
  • 3 replies
  • 0 kudos

stm3240g eval board

Hiis there anyone who has an example where you use the display screen on borad stm3240g-eval and it should be suitable for eclipse

Resolved! STM32F070CBT6 SysTick_Handler never called

Hi all,I have a custom board I have designed with an STM32F070CBT6 on it. Currently it is only populated with the power regulator, one led hooked up to pin PA1 and the debug header.I've used STM32CubeMX to generate a simple test project that initiali...