STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 414 Views
  • 1 replies
  • 0 kudos

STM32F407VGT6 - ADC pins unused ?(VREF+,VREF-,VDDA,VSSA)

Posted on April 03, 2014 at 17:45Hello everyone, i am trying to design a board around STM32F407VGT6 and i want to use minimum components. i will not use the ADC for any purpose , is it possible to leave the pins related to it (VREF+,VREF-,VDDA,VSSA)...

testid360 by Associate II
  • 1467 Views
  • 5 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
  • 348 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
  • 1782 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
  • 948 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...

STiH207 ?

Posted on April 21, 2014 at 09:15Guys, STiH207I'm just wondering, where can I find the discussion for this chip ? thanks https://my.st.com/st-extranet-web-active/active/en/catalog/mmc/FM131/SC999/SS1629/PF252588Guys, STiH207Advanced dual HD AVC proc...

SDHC and SDXC ?

Posted on April 20, 2014 at 05:22Guys, I tried to read SDHC 8Gb with SDIO and it works fine, but when I change into 64Gb SDXC, it doesn't work ? Do you have any ideas what the cause is ? When I tried with SPI and Atmega controller and SPI , they're ...