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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

For the STM32F100V8T medium density device can I link TIM2 (master) to TIM15 (slave) using the internal trigger ITR0?

This seems to work fine (timer linkage used in my current firmware) but the Reference manual (Doc ID16188 Rev 5) suggests this internal trigger (ITR0) is not available in low & medium density devices?! Can I rely on all future batches of the STM32F10...

0690X000008A8WtQAK.jpg 0690X000008A8YQQA0.jpg

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
  • 1595 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
  • 755 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
  • 854 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
  • 503 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...