STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

HAL CAN Bus Transmission Problem

Posted on September 08, 2016 at 16:57Hello,       I am trying to send 1000 values from data stored in DMA on to CAN Bus. i am using the Data frame(8 bits each) of CAN to transmit data but i am not able to receive all the data frames. i am not able t...

ninad911 by Associate III
  • 517 Views
  • 2 replies
  • 0 kudos

STM32CubeMX FATFX + FreeRTOS

Posted on August 31, 2016 at 14:50Hello!I use STM32CubeMX, STM32F429ZIT microcontroller project contains FATFX and FreeRTOS. I have three questions:1) When the STM32CubeMXcode generates function MX_FATFS_Init () is in the code void StartDefaultTask ...

dr23 by Associate
  • 294 Views
  • 2 replies
  • 0 kudos

Stm32F103 uart2 with STM32Cube Mx

Posted on September 01, 2016 at 13:22Hi, I am using a nucleo - F103RB board for testing its UART. I am using the STM32Cube Mx to generate the codes for the start. I can successfully generate working codes for Usart1 and it can successfully transmit ...

Transmit Single Byte Using UART

Posted on September 02, 2016 at 20:13I am working on STM32F0. I am suing Uart HAL API to send a command to transmit data over UART which is     char *TxBuffer=''ABCD\n\r'';  int len = strlen(TxBuffer);  HAL_UART_Transmit_IT(&huart,(uint8_t*)TxBuffer...

anuj by Associate II
  • 3931 Views
  • 4 replies
  • 1 kudos

stm32 USB VCP Receive problem.

Posted on May 18, 2016 at 07:26stm32 USB VCP Receive problem. hello. I need help. I use STM32F4 eval board. and I want use ROTS and USB_HS.my eval board has USB_OTG_FS and USB_OTG_HS. so I use USB_OTG_HS.I select in cubeMX, USB_OTG_HS's Exteranl Phy...

how to Clear RxBuffer in HAL_UART_Transmit_IT

Posted on September 01, 2016 at 00:12Hi,I have been wokring on STM32F030  Discovery.I have initialized UART. Whenever I send data from my PC to STM32. It adds the data into previous data. For example if I send ''123'' and next time I send ''456''. T...

anuj by Associate II
  • 462 Views
  • 1 replies
  • 0 kudos

cube mx wwdg code generation bug

Posted on September 01, 2016 at 07:29Hi, I have a hands-on document about cube mx. I am trying to configure wwdg as my hands on document tell me. But there is a configuration bug I guess, cos after I enable wwdg it fires immediatly. (I have a bare p...

baycan by Associate
  • 268 Views
  • 1 replies
  • 0 kudos

Cubemx sdcard problem

Posted on August 31, 2016 at 13:12I am creating a project using Nucleo F401RE and cubemx and visualgdb. I've got a problem where there seems to be a clash between eeprom on spi and a 4bit sdio sdcard. I've got them working independently and together...

STM32CubeMX NAND STM32F2

Posted on June 21, 2016 at 17:51 Hello, I would report a strange issue in generating the low level driver for NAND. In particular there is a problem in function HAL_NAND_Address_Inc located in stm32f2xx_hal_nand.c: uint32_t ...