STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! CubeMx and configuring ADC channel(s)

Hi Guys,Im struggling in getting a good way to work with cubemx and multi channel ADC. I want to be able to only change the cubemx file whenever there is a hardware change. Currently i cannot do so because in my firmware i am using HAL_ADC_ConfigChan...

Taxara by Associate III
  • 1013 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX STM32H7 I2C Custom Timing not so Custom.

In STM32CubeMX (6.1.0) for STM32H7 the I2C parameter settings allow you to enable Custom Timing. However, the Timing parameter still remains disabled and cannot be set. I would expect that for custom timing, the user could change the Timing paramete...

DOsbo by Senior
  • 875 Views
  • 4 replies
  • 0 kudos

LWIP PolarSSL Working example

The latest edition of Cube 6.1.1 provides config options for PolarSSL. Can anyone provide some info or working example on how to actually use it? Cannot see anything anywhere documenting the process? Thanks

RStep.2 by Associate
  • 361 Views
  • 1 replies
  • 0 kudos

Resolved! TIM6 and TIM7 not selectable for ADC

Hallo i´m using STM32F107 and i want to choose in STMCubeMX the TIM6 for triggering the adc in specific times for measuring. My Problem is that i can´t select TIM6 for triggering. What i don´t find is why. In the manual and so on is this possibility ...

0693W000007C2VmQAK.png 0693W000007C2UjQAK.png
TSchi.1 by Associate
  • 638 Views
  • 3 replies
  • 1 kudos

fatfs_platform.c needs a section /* USER CODE BEGIN Includes */ and /* USER CODE END Includes */ so we can call our user defined functions in BSP_PlatformIsDetected(), otherwise when the code is regenerated the manually inserted includes are lost.

Editing C:\ST\STM32CubeIDE_1.0.2\STM32CubeIDE\plugins\com.st.stm32cube.common.mx_6.1.1.202012091304\db\templates\fatfs_platform_c.ftl #include "fatfs_platform.h" /* USER CODE BEGIN Includes */   /* USER CODE END Includes */   uint8_t BSP_PlatformIsDe...