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

Serious I²C problems

Posted on June 02, 2011 at 03:12 Hello guys. I have - as the title suggests - a problem with the I²C bus. I'm eagerly trying to get it working, but fail everytime. This is the code I'm using to initialize the I²C interface: _______ ...

stm32f10x_stdperiph_lib_um.chm

Posted on June 03, 2011 at 19:48I found this file with the STM32F10x_StdPeriph_Lib_V3.5.0 download.  The table of contents of this Help file look very useful, but there are no content files with it.  Everything I click on says ''Navigation to the We...

mschwab by Associate II
  • 898 Views
  • 1 replies
  • 0 kudos

tim2 interrupt

Posted on June 02, 2011 at 12:23Hello, i try get interrupt from timer 2 in compare mode. I want up count mode and generate interrupt in case match compare_register and counter and in case overflow counter. I'm using TrueStudio. Here is my code: void...

novotny by Associate
  • 554 Views
  • 2 replies
  • 0 kudos

Bit-banding on STM32L series

Posted on June 03, 2011 at 11:50Hi, I'm trying to get bit-banding to work on STM32L series. It seems that some header  definitions have changed between STM32F and STM32L so it's not clear how bit-banding should be implemented. I've tried the followi...

ADC EOC Interrupt

Posted on May 30, 2011 at 15:08The original post was too long to process during our migration. Please click on the attachment to read the original post.

blimmer by Associate II
  • 1044 Views
  • 4 replies
  • 0 kudos

DMA transfer between ext. Memory to SDIO problem

Posted on May 30, 2011 at 18:43Hi guys, I am working on a customized board with STM32F103. I am using SDIO example from library (V3.4) but modified the memory addr to external memory addr. I got problem when DMA transfer data from external memory to...

xzhang2 by Associate II
  • 693 Views
  • 3 replies
  • 0 kudos

RTC WaitForSynchro

Posted on May 31, 2011 at 10:28hi all, I'm using a RTC (for the first time!). During the RTC_Configuration function, execution stops in RTC_WaitForSynchro() call. void RTC_Configuration(void) {   RCC_LSICmd(ENABLE);   while (RCC_GetFlagStatus(RCC_FL...

Using USB Hid to send float/double

Posted on May 29, 2011 at 22:53Hi,I just started working with Hid class to communicate via USB with STM32F103VB. I managed to send few bytes of data at once usingUserToPMABufferCopy(Send_Buffer, ENDP1_TXADDR, 5);where Send_Buffer is declared asu8 Se...

deathclaw by Associate II
  • 1038 Views
  • 4 replies
  • 0 kudos