STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Hi, I wanted to use three channel on a single timer. The setup seems to work fine for the first two (ch1 and ch2) but not for ch3. it seems that even with HAL I have to manually set the bit TIM_CCER_CC3E on for ch3. Did I miss something?

I use these fonction to enable all three channels: HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_1); HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_2); HAL_TIM_OnePulse_Start(&htim3, TIM_CHANNEL_3);it have to insert this to enable ch3 but just for the chann...

KRem.1 by Associate II
  • 1471 Views
  • 7 replies
  • 1 kudos

How to use stlink-server?

I've tried to use the stlink-server from here (in my understanding, it's a GDB server). And no success with gcc-arm-none-eabi-9-2020-q2-update toolchain: when I'm trying to target connect localhost:7184I have the following debug output from the stlin...

SDomb by Associate
  • 776 Views
  • 2 replies
  • 0 kudos