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

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
  • 314 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
  • 382 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
  • 214 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
  • 3318 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
  • 389 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
  • 208 Views
  • 1 replies
  • 0 kudos