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

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
  • 333 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
  • 552 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
  • 881 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
  • 401 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
  • 1237 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...

Please fix one-year old bug!!!

Posted on April 19, 2016 at 20:03 Dear ST, please fix already one-year old bug! It is described here yet: https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM...

sincoon by Associate II
  • 847 Views
  • 6 replies
  • 0 kudos

STM32Cube: adding user files to project in Keil

Posted on December 29, 2015 at 13:17Hi all,Hi All,I'm building a project in STM32Cube for Keil uVision 5. It's working fine. In next step I'm adding some new files in Keil, adding library path in Options for Target and when I have one more time Gene...