STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB VCP on STM32F3 discovery with FreeRTOS

Posted on February 27, 2015 at 03:04Hi there,I have the STM32F3 discovery board and running a FreeRTOS.I also have the USB virtual Com port (VCP) code from here: http://www.pezzino.ch/stm32f3-discovery-usb-virtual-com-port/ I have tested the USB VCP...

ayaka by Associate II
  • 643 Views
  • 1 replies
  • 0 kudos

429 uart IDLE flag not available in DMA receive?

Posted on March 16, 2015 at 08:12I use UART + DMA to receive unknown length packet, and use IDLE interrupt to monitor the end of the packet. It can recevie IDLE interrupt, but in HAL_UART_IRQHandler I read SR register and  IDLE flag is 0. I never en...

ray by Associate II
  • 235 Views
  • 0 replies
  • 0 kudos

IAP for STM32F0 in KEIL5 with RTX

Posted on March 16, 2015 at 02:42Dear allI follow the AN4065 and linkhttps://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fI...

cbleong by Associate
  • 282 Views
  • 0 replies
  • 0 kudos

Multipurpose timer

Posted on March 13, 2015 at 01:51Hi, we're using stm32f103c8t6 to generate various PWM signals to various components on the PCB. TIM1,3,4 are used to generate different PWMs and TIM2 is used as a 1ms timer. Recently we've realized that we will need ...

stm32f3 -accelerometter- gyroscope

Posted on March 15, 2015 at 04:33hi guy. I have a problem with accelerometter- gyroscope: how to set address for accelerometter by I2C I need code communication with  gyroscope A3G4250D thanhk you very much!

Problem with timer external clock STM32F303VC

Posted on March 14, 2015 at 20:24Hello everybody. I try configure the timer 3 with external clock, but I have a problem. When done a signal in PD2 (ETR), the timer don't increase. I think that problem is for any enable clock... I use HAL libraries w...

uri_104 by Associate
  • 341 Views
  • 1 replies
  • 0 kudos

PWM input works on TIM2 Ch2 but not Ch3

Posted on March 14, 2015 at 11:40Hi, I'm measuring the pulse width on one line, using TIM2. Everthing is fine if I use Ch2 (on PD4 or PB3) but I can't get a reading using Ch3 (on PD7). I'm using : TIM_GetCapture1(TIM2) Here is the init code, thanks ...

read/write multiple files using fatfs

Posted on March 14, 2015 at 02:59i require to open multiple files simultaneously and, read and write multiple files using stm32f4 and fatFs , as a test i used f_open with 4 different file names and file pointers but only two files got created in car...

scholar by Associate II
  • 1888 Views
  • 1 replies
  • 0 kudos

FIR filtering on STM32F4

Posted on March 12, 2015 at 09:36Hi,in my application, I need to make signal filtering using digital filters.I take ARM's DSP library and fir example, but it is not so useful for me, because there are samples stored in memory already and they are us...

tm3341 by Associate II
  • 1154 Views
  • 4 replies
  • 0 kudos