STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32F072RB nucleo: CAN_handle issue

Posted on May 19, 2016 at 00:35I'm working with a STM32F072RB, a Nucleo64 series board.I'm developing CAN communication and I've some issue during the initialization of the ''CAN handle''. I use CUBE MX and stm32cubef0 libraries for the initializati...

CubeMX Feature Request - FreeRTOS alternate clock.

Posted on May 12, 2016 at 23:32In order to take full advantage of Tick-less Idle for Power-Saving I need to use an RTOS clock-source other than the SysTick.I need to alter the system clock (FreeRTOS does not accommodate this), and to do STOP1 or STO...

mattreed9 by Associate III
  • 756 Views
  • 7 replies
  • 0 kudos

STM32CubeMX FATFS SD card re-insert

Posted on May 11, 2016 at 10:39Does anybody know how to solve the re-inserting the SD card ? I have a project generated by STM32CubeMX. I have used it for re-inserting the SD card this function: if (CD_CARD == b_cd) {   if (CD_NO_CARD == b_cd_last)...

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
  • 331 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
  • 2174 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
  • 375 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
  • 630 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
  • 963 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
  • 441 Views
  • 3 replies
  • 0 kudos