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

STM32CubeMX / HAL Bug Report: PLLSAI

Posted on July 14, 2014 at 02:29 In trying to compile generated code from the STM32CubeMX application for the STM32F429I-DISCO board, I've found a problem with part of the HAL library. Simply, the PLLSAI assert #defines have a bug in thei...

evan23 by Associate II
  • 557 Views
  • 2 replies
  • 0 kudos

VCP on Nucleo : What's wrong ?

Posted on August 25, 2014 at 16:33Hello, I'm developping an internal production tool that uses a nucleo as MCU board. It uses the built in VCP to communicate with a .NET application. I'm using vitual com ports on many many apps and never had such pr...

root by Associate II
  • 773 Views
  • 2 replies
  • 0 kudos

SDIO TX underrun because of DMA FIFO error

Posted on October 05, 2012 at 15:03Hello,we are trying to work with SDIO at our FreeRTOS project, Without FreeRTOS everything works fine @ 16 MHz with Transcend miscroSDHC card, but if we try to do same test as FreeRTOS thread, we get TX underrun co...

rerayne by Associate II
  • 1562 Views
  • 6 replies
  • 0 kudos

Configuring uClinux for STM32

Posted on August 25, 2014 at 15:32Hi. I am configuring uClinux for STM32F1. I have applied the STM32 patch. But, in the uClinux-dist/vendors, I am unable to find the STM32 folder. Besides, after menu makeconfig, I cannot find the vendor selection ta...

shauns87 by Associate II
  • 967 Views
  • 4 replies
  • 0 kudos

STM32L152 Flash Access

Posted on August 27, 2014 at 17:19 Hello Everyone, I am working on an STM32L152 based platform and trying place some data inside internal flash. As you may know, when a page is erased, in stm32L1, each bit is set to 0x00 instead of 0xFF....

Unable to use USART1_TX PA9 pin because of USB conflict?

Posted on August 22, 2014 at 17:09 Hello everybody! It's not my first experience with USART but this time I have an unsolvable problem :) I try to use USART1 TX with the pin PA9 but I can't send datas. The pin PA9 always outputs 1.1V and...

jean by Senior
  • 1261 Views
  • 8 replies
  • 0 kudos

Still a Problem

Posted on January 14, 2014 at 13:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

update events from Tim7 using IRQ

Posted on August 27, 2014 at 13:50Hi All, i'm having issue on STM32F407 with update events,sometimes i'm getting IRQ immediatelly after init and sometimes first event is regular update event, did i missed some initialization step ? please help me .....