STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Pros and Cons of using CubeMx

Posted on April 06, 2017 at 22:56Hi   Im just wondering what are all the Pros and Cons of using CubeMX. Im really just starting to develop for the ST32 and have the free Keil suite and been using the CubeMX. Obviously one Pro is getting a project up...

Request for a bug tracking system

Posted on April 02, 2017 at 00:18It happens many times that I find a bug inside the Cube/HAL driver or even inside the comments and documents and I really want to report it, so they can FIX it, thus making a bug free environment to develop my/our ap...

How power STM32F4-discvoery board externally?

Posted on April 06, 2017 at 13:32Hi community!So guys, is there any solution to this? I have here STM32F4discovery on my desk and i would like to power it externally. I have asked STM official to provide me solution for this. I have been told that t...

Documentation Error - STM32L072CZ WLCSP49

Posted on April 06, 2017 at 08:07http://www.st.com/content/ccc/resource/technical/document/datasheet/98/e1/71/c0/ae/f5/4b/d4/DM00141133.pdf/files/DM00141133.pdf/jcr:content/translations/en.DM00141133.pdf Ball F2 should be PB13 not PE13

0690X00000606htQAA.png

STM32F3 SPI Transmit DMA

Posted on April 06, 2017 at 16:15Hello! I use dma on spi3 rx & tx (STM32F302K8U6). When I call HAL_SPI_Transmit_DMA before HAL_SPI_Receive_DMA data from slave came damaged. Pseudocode:void WriteFifo( uint8_t * buf, uint16_t size ){   TxCmpltFlag = 0...

STM32F407VG ARM - UART Implementation

Posted on April 05, 2017 at 16:23Hello all,I'm using STM32F407VGT6, with 32-bit ARM� Cortex�-M4 microcontroller.I would need support with implementation of UART for this microcontroller.I couldn't find clear step tutorial for this task.To focus on, ...