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

Resolved! SPI3 in stm32f10x problem

Posted on March 02, 2017 at 08:53Hi,Sorry I take the forum user's time for my simple questions.Here is my code for spi3 in stm32f10x for PB3 and PB4 output/input.    SPI_InitTypeDef SPI_INS;      GPIO_InitTypeDef GPIOS    RCC_APB2PeriphClockCmd(RCC_...

0690X00000606SeQAI.png
parisa by Senior
  • 552 Views
  • 1 replies
  • 0 kudos

Can someone suggest a gand programmer for stm32L152V8T6A?

Posted on March 07, 2017 at 14:39Hello ST_Community,       I am using the stm32L152V8T6A in my device and soon want to make its multiple copies.So can someone suggest the best suitable gang programmer to flash the firmware in multiple devices?.I am ...

dhiraj by Associate II
  • 477 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F051 RTC Vbat

Posted on March 07, 2017 at 07:09Helloi have created my project with STM32 CubeMX and everything works like a charm, But i am stuck with the clock, i want to configure a RTC clock with Vbat pin to keep time running even if VDD power loss, apparently...

using stm32f439 spi with serial flash, reading failed

Posted on March 06, 2017 at 15:31Hi,I have a macronix serial flash(MX66L1G45G) interfaced to my stm32f436 via spi4. hardware connections are correct.Initialization functions are as follows.int DRV_SPI_Init(void){        hspi.Instance = SPI4;    hspi...

CubeMX and FreeRTOS:

Posted on February 08, 2017 at 16:54Currently CubeMX supports only FreeRTOS v.7.It is a really old version without power save features. This year FreeRTOS v.9 is already available. Are they going to support new FreeRTOS versions? Why they didn't sup...

serafim by Associate II
  • 473 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMX 4.19 Fails To Load I2S RX DMA Configuration

Posted on February 06, 2017 at 02:14CubeMX version 4.19 fails to load the I2S DMA configuration when used in RX mode (peripheral to memory).I have confirmed this issue is repeatable over a range of parts and I2S modes. The consistent factor seems to...

Resolved! UART_DMATransmitCplt bug report (Cube 4.19.0)

Posted on March 06, 2017 at 22:42There is an extra 'else' at the end of UART_DMATransmitCplt function which prevents the HAL_UART_TxCpltCallback to be called in normal (non-circular) mode[...]}  /* DMA Circular mode */  else  {    HAL_UART_TxCpltCal...