STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Help with RTC, HSE and Interrupt

Posted on September 10, 2014 at 22:43 Hello guys, I am having some problems with the following code: void RTC_Configuration(void) { RTC_InitTypeDef RTC_InitStructure; RTC_TimeTypeDef RTC_TimeStructure; RTC_DateTypeDef RTC_DateStructure; NV...

External interrupt starting TIM2

Posted on September 10, 2014 at 16:33 Hello, For a datalogging appIication (STM32F401 Discovery), TIM2 is used as an interrupt for ADC sampling rate . /*---------------------------------------------------------------------------- C...

paul2 by Senior
  • 492 Views
  • 2 replies
  • 0 kudos

About the output compare mode hunting

Posted on September 10, 2014 at 18:26Hello Person who knows the solution. I am Yang and I try to make cluster for the rpm output but I met the rpm hunting problem. I need frequency modulation for the cluster. The below are the code than I use. STM32...

otcagon by Associate II
  • 569 Views
  • 2 replies
  • 0 kudos

Voice active detection of Speex encoding on STM32F4.

Posted on June 18, 2014 at 12:07Hi all,I develop the SPEEX encoding on STM32F4 follow the application note : ''Vocoder demonstration using a Speex audio codecon STM32F101xx and STM32F103xx microcontrollers'' and it's ok. I can play realtime with Spe...

nhandt3 by Associate II
  • 777 Views
  • 2 replies
  • 0 kudos

Multi-language LCD font demo

Posted on September 11, 2014 at 04:47Hi all, Now I'm seeking multi-language display font demo on STM32F429I-DISCO likes STM32Cube__FW_F4_Vx.x.x. Anyone know? tyro

yoshi by Associate II
  • 277 Views
  • 0 replies
  • 0 kudos

STM32F429I-DISCO external SDRAM as data Memory

Posted on September 10, 2014 at 13:13Goodmorning,I would like to use, on the STM32420Disco demo board, the external SDRAM as data memory.The FMC example present on the STD lybrary is not taylored to work properly on the disco board, so I have import...

UART/USART bug in STM32CubeMX V4.3 with STM32Cube V1.0

Posted on July 31, 2014 at 21:04Hi,There is a bug in STMCube when using UART/USART. When I config STM32F407VG and config UART4 and USART2 with MDK, then only stm32fxx_hal_uart is included. The stm32fxx_hal_uSart is not included and so is the config ...

Osto by Senior
  • 403 Views
  • 2 replies
  • 0 kudos

Using 480*272 LCD with STM32F207

Posted on September 10, 2014 at 13:14Helloo I am using STM32F207 in my project and Iam using 480*272 Resolution LCD for Display purpose.now as i new requirement i need to run a small video on my LCD . How can i run a flicker free video on 480*272 LC...