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

Full-Duplex I2S using STM32F7

Posted on October 04, 2016 at 12:48Hello, We want to use the Full-Duplex I2S interface in a STM32F7 (STM32F769NI) but the CubeMX only allow the Half-Duplex feature, and the libraries doesn't support it. Nevertheless, the STM32F4 Cube allows the Full...

Connect 2 board to each other with Ethernet Protocol

Posted on September 19, 2016 at 16:50hiI working with stmf429 board with cubemx and HAL driver and i must run ethernet protocol (with LWIP or without)I want to connect 2 boards to each other (for example press key and led light up in other board) I ...

hamrgh by Associate II
  • 648 Views
  • 2 replies
  • 0 kudos

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
  • 783 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
  • 506 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
  • 5309 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...