STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F050F4P6 - I2C slave error

Posted on May 15, 2014 at 16:57I am use STM32F050F4P6 as I2C slave device with address 0xC8But it not workWhen i send 0xC8 or 0xC9 from master, STM32F0 is not ack and not workPlease help mecode main.c[CODE]#include <stm32f0xx.h>void Init(void);void ...

kidteam by Associate
  • 251 Views
  • 0 replies
  • 0 kudos

DMA SDIO TX underrun error

Posted on March 08, 2014 at 14:46I got the DMA working fine with SDIO , i can read multiple blocks ok , but when i try write multiple blocks , i get TX underrun error in the SDIO , and i can also see that there is a FIFO error in the DMA , which i d...

STM32F103 USART (overrun)

Posted on May 14, 2014 at 16:18 Hello, I am using USART 1 at 115200 and todayserious problems with USART overrun started to appear (yesterday everything was fine and I don't seem to remember any significant changes on this portion of the ...

oversc0re by Associate II
  • 1167 Views
  • 4 replies
  • 0 kudos

STM32Cube and previous peripheral library

Posted on May 14, 2014 at 21:12Hello, is STM32Cube the future exclusive peripheral library for STM32 ?Is the previous peripheral library discontinued and not recommended for new projects ?Thank you

yada2 by Associate II
  • 332 Views
  • 1 replies
  • 0 kudos

ACD1_In16 configuration

Posted on May 14, 2014 at 19:40I'm having some trouble configuring this ADC, I need to read the temperature of the internal sensor from the STM32F3 Discovery. But in order to do so I have to configure this particular ADC (ADC1_in16)

STM32 VDE self-test library for stdperiph_lib

Posted on May 08, 2014 at 09:28Dear ST; I want to Optimize my program,so for the safety,I need the self-test library.but I can not find it on the st.com,so I come here to get help from you guys. Thanks very much. Yours, liuwei #stm32f10x #stm32 #...

994724682 by Associate II
  • 1078 Views
  • 8 replies
  • 0 kudos

STM32F217VG + MicroSD + SDIO + FatFs problem

Posted on May 07, 2014 at 10:42Hi,I've a problem with my STM32F217VG. I need to use fat filesystem on MicroSD card (2 GB) to read/write/create files.I tried to use Chan FatFs module but it didn't working at all ...I use SD card in SDIO mode.When I d...