STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Problems with CubeMX v5.0.0

Hi,I was working with CubeMX v4.27.I've installed CubeMX v5.0.0, and loaded an existing project.When trying to generate code I encounter problems during download some item CubeMX requires.Please find attached screen shots.Thanks,Aviv

AFink by Associate III
  • 934 Views
  • 5 replies
  • 0 kudos

stm32 + cubemx + mbedtls error

I created a plain project using cubemx (v4.27.0) with lwip, mbedtls and freefrtos,. I just tried to compile a fresh, clean project (with no additional code) with no success:linking... Project\Project.axf: Error: L6218E: Undefined symbol time (referre...

John Doe1 by Associate III
  • 490 Views
  • 3 replies
  • 0 kudos

Stm32 + bare-metal + lwip + interrupt

Has anyone managed to use the lwIP Stack without an RTOS but still using it in an interrupt manner?As it is not allowed to choose interrupt mode while not configuring freeRTOS in CubeMX I assume that it is not possible using it that way.Thanks a lot ...

SoFa by Associate II
  • 1576 Views
  • 5 replies
  • 0 kudos

Resolved! about enabling peripheral in STM32CubeMx

When enabling a peripheral in STM32CubeMx (switch from disable to enable) Does this mean that its clock wil be activated in the program after generating the initialization code for a given IDE and we don't need to insert the   __HAL_RCC_peripheral_CL...

I want to know why it stops with HardFault_Handler.

HelloIt may stop with the interrupt routine of HardFault_Handler.MCU: STM32F446VCTxTools: CubeMXIDE: IAR Embedded Workbench IDEThis routine is in stm32f4xx_it.c.void HardFault_Handler(void) { /* USER CODE BEGIN HardFault_IRQn 0 */   /* USER CODE ...

koeda by Associate
  • 636 Views
  • 2 replies
  • 0 kudos