User Activity

Hi In my system using STM32F407, there is a period PWM signal output triggered by external comand. However we find that the phase between PWM singal edge and HSE edge is changed cycle by cycle, is F407 capable to config the phase stable?when received...
Hi,​Using "STM32F4xx_DSP_StdPeriph_Lib_V1.8.0" to config STM32F407 Uart1 as following​///////////////////////////////////////////////////////////////////////////void USART1_Init(u32 baudrate){​ USART_InitTypeDef USART_InitStructure; GPIO_InitTypeDef ...
Hi Team,​Basing on the lastest "STM32F4xx_StdPeriph_Driver" to Read SPI data and then write into external FSMC(8bit) device in the PWM interrupt like following .​//--------------------------------------------------------------------------------------...
Hi Team,STM32F407 running on STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 with the following init configuration,​void USBFIFO_FSMCConfig(void){ FSMC_NORSRAMInitTypeDef FSMC_NORSRAMInitStructure; FSMC_NORSRAMTimingInitTypeDef p; p.FSMC_AddressSetupTime = 0X00;/...
Posted on July 08, 2016 at 13:13Hi Team,Use RTC as timer to restart STM32F030K6 from stop mode every 10mS, Set/Reset a dedicated I/O to show stop and running duration respectively in main loop like following procedure.  while(1){ if( RTC_Refresh_Tim...