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

STM32F 103 SysTick ve Uart Interrupts

Posted on November 29, 2012 at 09:38Hello everybody,I have a problem. I'm using STM32f103rbt6. I'm using SysTick and USART interrupts. They are working independently. SysTick is used for Delay operation. But in a case, I must use this Delay function...

Serial library for STM32

Posted on November 23, 2012 at 23:08Hi,Does exist any serial library for STM32 ? I searched on this forum and google and I found nothing, I'm looking for a traditional serial lib that allows to send other types of data than char (int32_t, float ...)...

DMA1 architecture

Posted on November 28, 2012 at 15:09Can DMA1 control SDIO and be responsible for transfer data from memory to SD card? I'm using DMA2 for different data transfers. Based on Table 23, page 173, document ID 15403 rev 4 it is not possible because SDIO ...

zbyszekl by Associate II
  • 467 Views
  • 2 replies
  • 0 kudos

CS43L22 STM32F4discovery

Posted on November 28, 2012 at 19:38hello Does any one know how to send sound data to headphone DAC on CS43L22 ? main goal is to read data from mic, that use convolution with my low pass filter coefficients, and then send data to headphones. Somehow...

linas2 by Associate II
  • 584 Views
  • 2 replies
  • 0 kudos

Problems with interrupts for STM32f051

Posted on November 26, 2012 at 15:32Hello all,I'am porting an stm32f103 application to an stm32f051 It is a bootloader which loads an application via RS485However I ran into problems with clearing the usart buffer. The uart interrupt is enabled for...

evert2 by Associate II
  • 521 Views
  • 3 replies
  • 0 kudos

Stm32l-discovery gcc link errors

Posted on February 19, 2012 at 06:26Hi, I am using Codesourcery gcc to build the stm32l-discovery demo. I get the following linking error ./Debug/src_icc_measure_Ram.o: In function `EnterLPRUNModeRAM': C:/CodeLite-embed/msys/home/Projects/Stm32f1L_D...

divner by Associate II
  • 953 Views
  • 3 replies
  • 0 kudos

Reading ADC

Posted on November 27, 2012 at 07:39Hello All, I am using STM32F2 series of controller. I want to monitor the battery voltage of my device which is connected to GPIO Pin 3 of port A which has alternate function of ADC1. Here is my code void RCC_Con...