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 ...

STM32CubeIDE project with H745 processor

Hi all, I am testing H745 processor on Nucleo-H745ZI-Q board and STM32CubeIDE 1.5.0 .I started from a demo project found in Cube library, which handles both CM7 and CM4 cores.The IDE correctly creates one HEX file for CM4 and another HEX file for CM7...

Resolved! Debug problem with code execution from RAM

Hi,I have problem with debugging execution from internal SRAM. I use Cube IDE and STM32H750 Disco board. There was no problem when I debug from flash. But when my binary size exceeded the flash capacity(128KB), I had to use external memory for the pr...

Problem with STM32CubeIDE 1.5.0

Hello. I was updated my STM32CubeIDE 1.5.0 two week ago. The new generated project for stm32l432kc chip has become incorrect with setting UART boudrate (I see that on oscilloscope). I use HSI in my project. I replace file ../Drivers/CMSIS/Device/ST/S...

SPala.4 by Associate
  • 226 Views
  • 0 replies
  • 0 kudos

Resolved! Processor peripheral registers view missing ?

Hi, I am trying out the cubeide coming from IAR. I am currently having a problem that some interrupt is occuring which goes to the default handler. Since all unmapped interrupt functions go to the same handler apparently CubeIDE shows an incorrect ...

unknown type name '__weak' after Building project

Hi all :last week i transform my system form WIN10 to mac os so I need transform Keil MDK project to STM32CubeIDE​below is my step​1.using STM32Cube MX Created STM32CubeIDE project ( it can compile and download successful)2.copy my BSP/ library fo...

0693W000006FYZTQA4.png 0693W000006FYZYQA4.png

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
  • 1282 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
  • 653 Views
  • 2 replies
  • 0 kudos