STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Speex Library

Posted on April 22, 2014 at 16:19Hi all, I'm trying to use the speex library on a STMF205. I have downloaded the AN2812 and the stsw-stm32017 example. I have copied code example into  my project  :     /* Speex encoding initializations */     speex...

dbouvier by Associate II
  • 489 Views
  • 2 replies
  • 0 kudos

stm32F105rb usart

Posted on April 22, 2014 at 10:50 Hi, i have problems with usart communication with other cpu. I use stm32f150rb, UART4. My code: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, EN...

STM32CubeF4: I2C Slave

Posted on April 22, 2014 at 14:26Hi, I have just started my first project using the new STM32CubeF firmware library (on an STM32F4-Discovery board). I do not understand how to implement a normal I2C slave using the I2C HAL. Why are there two functi...

budde by Associate II
  • 353 Views
  • 1 replies
  • 0 kudos

C++ relevant bug in generated usbd_conf.h

Posted on April 15, 2014 at 22:08I found out that in my case the generated usbd_conf.h file contains a bug which is only visible when including it from a c++ file. The code contains the typical conditional 'extern ''C''' declaration at the beginning...

henry by Associate
  • 289 Views
  • 1 replies
  • 0 kudos

IAP programming errors

Posted on April 01, 2014 at 15:06 Dear List, I am working on IAP on the STM32F4Discovery board and flashing only occasionally works. I started from the example describing IAP using an USART. But I use USB to download the data...

Sietse by Associate III
  • 1409 Views
  • 14 replies
  • 0 kudos

No VBAT pin on STM32L152 ?

Posted on April 14, 2014 at 18:48Hi All,Can anyone please advise why there is no VBAT pin on STM32L152 MCU?I read that RTC runs as long as the MCU is powered...but when its not, then what ?How to implement RTC backup supply on this MCU?Thanks!regard...

Tom by Associate II
  • 795 Views
  • 5 replies
  • 0 kudos

STM324x9I-EVAL1 and SDRAM timings

Posted on April 22, 2014 at 08:03Hi there, I've been surprised to hit BW limit of SDRAM on the eval board. This happened trying to transfer DCMI data to SDRAM, while using SDRAM as data segment as well. Entering the gory details, I checked setup/tim...