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

Bug report CubeMX V 4.14.0

Posted on May 11, 2016 at 15:47Cube is corrupting the .cproject file, resulting in no symbol table for the debug elf file.Create a project with Cube, edit run, test etc.Create a 'Release' build (No-debug).Back into Cube, modify and re-generate.Back ...

mattreed9 by Associate III
  • 280 Views
  • 1 replies
  • 0 kudos

STM32F446RE-Nucleo Board CAN Bus Exmaple

Posted on May 11, 2016 at 12:15Hello,      I am new to HAL Libraries. Can anyone please provide with an example of CAN Bus for STM32F446RE-Nucleo Board using HAL libraries. as it will help to have an idea how should we program.Thanks in advance. ...

ninad911 by Associate III
  • 1750 Views
  • 1 replies
  • 0 kudos

Bug Report STM32 CubeMX 4.14

Posted on May 06, 2016 at 05:09I use STM32CubeMX 4.14. It has little bug at MCU selector.When I checked ''ADC 16-bit'' and set the number as 1 at 'Peripheral Selection',CubeMX returns 22 items.But the 6 mcu(STM32F410xxx ) of 22 item dose not have a ...

0690X00000604uRQAQ.png
alfee0g by Associate
  • 294 Views
  • 1 replies
  • 0 kudos

BSP functions in CubeMX

Posted on May 03, 2016 at 22:24Hi,I'm using CubeMX and System Workbench by AC6 on STM32F407-vgt6 to develop some basic projects for university purposes. First of all I'm studying Cube firmware's examples to understand how to work with the board in t...

andre-83 by Associate
  • 465 Views
  • 3 replies
  • 0 kudos

HAL_GetTick() crash mcu

Posted on April 28, 2016 at 10:17I created a simple project using STCubeMX for my nucleo-f446ZE(STM32F446ZET6).The project should be a USB device HID but it fail to start. After messing around with the debugger, I discovered that the MCU PC register...

thom_as by Associate II
  • 791 Views
  • 3 replies
  • 0 kudos

USB CDC CubeMX bug in generated code

Posted on February 06, 2016 at 22:31 Hello, in the file usbd_cdc_if.c there is this function: uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len) { uint8_t result = USBD_OK; /* USER CODE BEGIN 7 */ USBD_CDC_SetTxBuffer(hUsbDe...

taraben by Senior
  • 349 Views
  • 3 replies
  • 0 kudos

help in can transmission

Posted on April 13, 2016 at 18:02hi all i get for transmission data with using can protocol with stm32f429, i studied ''can primer'' article from keil.com also reading user manual of ''stm32f429'' . i configured can parametrs an all of things we ca...

mpooyesh by Associate II
  • 1084 Views
  • 7 replies
  • 0 kudos

stm32cubemx & SDRAM initialization

Posted on April 20, 2016 at 18:08HiI use current stm32cubemx & cubef4 1.11i set in cubemx pins , clock & SDRAM config and generate codewhen i see sdram initialize code seems it not set auto refresh commandsthen configuration of sdram in cubemx not g...