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

STM32F030 interface with SD card using SPI

Posted on March 16, 2015 at 08:52 I am trying to implement this project using the demo files provided by ST ''STM32Cube_FW_F0_V1.0.0\Middlewares\Third_Party\FatFs''. I have also written the necessory code for low level SPI driver. The command...

Assign Hostname to my STM32F4 board using lwip

Posted on March 16, 2015 at 03:39Hi,I'm using my STM32F4DISCOVERY board with the STM32F4-BB shield which contain an Ethernet PHY/connector.i found many example for Ethernet communication using lwip and they work fine.i want to use my STM32F4 board a...

USART_SendData adding bits

Posted on July 17, 2013 at 11:42Hey I'm running the STM32L1 chip with an XBEE unit and everything works perfectly except my Tx adds bits when there is an even number in the unsigned char (I typedef this as BYTE) being sent. Shows in Putty and X-CTU....

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
  • 747 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
  • 278 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
  • 343 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
  • 397 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 ...