STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! How to make STM32F103C8T6 (blue pill) USB CDC work properly

I have such dev board and try to run it as virtual com port. I created project cubemx, enable only usb as device in CDC mode. After generating and running project with next small fixes I run it on board.int main(void){//....skip while (1) {   /* USER...

RLu by Associate
  • 1660 Views
  • 2 replies
  • 1 kudos

Resolved! STM32 Blue Pill

HelloI came across with this board (STM32 Blue Pills) and instantly got many questions.1) I couldn't find it on CubeMX and could you please confirm that it is not present on CubeMX or it is just clumsy me?2) It seems that MPU is STM32F103xx which I b...

hashtala by Associate II
  • 5304 Views
  • 3 replies
  • 1 kudos

Resolved! Alternate pin for I2C1_SCL on STM32C011J6Mx SO8N

Hi ALLI'm playing with a STM32C011J6Mx on  a plane breakout board.Sorry if this a basic question, new to using the SMT32 , last time I played with MCUs was 6809 CPU :)I wanted to use I2C and SWD, to use both I need to move the I2C1_SCL to it's altern...

stevecimo_0-1745539731667.png stevecimo_1-1745539814793.png stevecimo_2-1745540364223.png
stevecimo by Associate III
  • 247 Views
  • 1 replies
  • 0 kudos

Going from cubeide to makefile in toolchain

I'm trying to get the BLE_p2pServer example working using a Makefile setup on an STM32WBA55CG board. I copied the .ioc file and opened it in CubeMX, changed the toolchain setting, but now I'm stuck at the "copying libraries files" stage. Not sure if ...

joarwar by Associate
  • 256 Views
  • 0 replies
  • 0 kudos

Resolved! Nucleo-N657X0-Q and CubeMX

Hi,I am using the Nucleo-N657X0-Q board and here is what I have done so far:Generated a CubeMX projectEnabled FSBL, Secure Application, Non-secure Application and ExtMemLoader projectsEnabled XSPIM, XSPI2, EXTMEM_LOADER, EXTMEM_MANAGERGenerated codeO...

fa31 by Associate III
  • 490 Views
  • 2 replies
  • 1 kudos

STM32CubeIDE doesn't generate UART init function call

I am using NUCLEO-H743ZI which has STM32H743ZI on it. In the 'Device Configuration Tool' under the 'Project Manager'->'Advance Settings' there are options to set how I want to generate HAL calls. I basically want to set all of them 'Visibility(Static...

0693W000001qixjQAA.png
AErde.1 by Associate
  • 2445 Views
  • 6 replies
  • 0 kudos

Resolved! PLL1 HSI/HSE Bug with USB

Hi,I think I have found a bug in CubeMX v6.12.0.I have an STM32U595 with USB OTG HS.My USB peripheral is set to use the HSE as it's clock (not PLL1):However, when I try to set the oscillator source for PLL1 to the HSI, CubeMX gives an error declaring...

BCowp1_0-1745404381602.png BCowp1_1-1745404494645.png
BCowp.1 by Associate II
  • 275 Views
  • 1 replies
  • 0 kudos

SysTick_Handler not called, STM32G0B1

I am using CubeIde for the first time.First test - run minimal program with HAL from CubeIDe Configurator, under debuggerSimple program, only SYSTICK and uart , but SysTick_Handler() is not trigged at all .And function HAL_Delay hangs because uwTick...

Xme by Associate II
  • 15191 Views
  • 23 replies
  • 7 kudos