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

STM32F401 USB -- USB_CoreReset failed(CSRST bit stucked)

During debugging a bus-powered STM32F401RCT6 customed board, a strange problem was encountered. The application code is directly generated by CubeMX with USB CDC, VBUS sense disabled. The USB failed at plug-in, even no USB enumerating. I tried to deb...

Peerless by Associate II
  • 1734 Views
  • 8 replies
  • 0 kudos

Resolved! Need help downloading STM32Cube_FW_F7_V1.15.0

I am not being able to download STM32Cube_FW_F7_V1.15.0 what so everfrom CubeMx it shows (HTTP access forbidden) errorand when downloading it from browser .. The download always stops at 90% .. trie multiple PCs different times different connections ...

Resolved! Can anyone help me with STM32CUBEMX?

Hello,I have a problem with STM32CUBEMX v5.1.0. I cannot download a new embedded software package, I receive an error that package is not available. I have that package downloaded and I tried to load this in cubemx using "from local" option and again...

AMaci.14 by Associate II
  • 783 Views
  • 1 replies
  • 1 kudos

SDMMC HAL doesnt appear to support 4bit data for micro SDHC?

I use CubeMX version 5.0.0 to create the SDMMC HAL for STM32L475VTGx. In CubeMX I chose 'SD 4 bits Wide bus'. The SDMMC parameters are all defaults.While running the initialization code inside of HAL_SD_ConfigWideBusOperation() it only allows 4bit da...

fredferd by Associate II
  • 914 Views
  • 3 replies
  • 0 kudos

Problems opening a File on a SD-Card with CubeMX 5

Hi all,I´m trying to use a micro SD-Card with my Nucleo L433RC and have some Problems. The Code is generated by CubeMX 5. I added the following lines to it: FRESULT res; uint32_t byteswritten; uint8_t wtext[] = "Test1"; if(retSD==0) {  if(f_mount(&SD...

SWend by Associate II
  • 553 Views
  • 1 replies
  • 0 kudos

Calling printf() falls into HardFault_Handler()

Hi,I have troubles with stdio.h library function printf on STM32F207ZG-Nucleo board. After implementing (for example from ..\STM32Cube_FW_F2_V1.7.0\Projects\STM32F207ZG-Nucleo\Examples\UART\UART_Printf\..) calling printf() doesn't work. When I've tri...

STM32CubeMX 5.1.0 released

Dear community We are pleased to announce the release of STM32CubeMX v5.1.0What’s new ? Performance enhancements for improved user experience.Font size is now customizable (Click "Window" -> "Font size")User interface updates Graphics updates: TrueST...

Resolved! Stm32L4 doesn't wakeup from shutdown

I'm using mbed coding on stm32L432kc nucleo board. I'm copying the code from the stm32 cube code examples to put my MCU in shutdown [https://github.com/Rayling35/STM32Cube_FW_L4_V1.12.0/blob/master/Projects/NUCLEO-L432KC/Examples/PWR/PWR_SHUTDOWN/Src...