User Activity

Posted on April 20, 2016 at 15:09 Hi, I need to ''translate'' a SPI program written for STM32F4 to STM32F2. I wrote SPI configuration: //STM32F4 void MX_SPI1_Init(void) { hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hsp...
Posted on November 13, 2014 at 11:31Hi,I need examples or informations about DMA and ADC 16 channels. I saw examples where DMA manage 4 ADC channels.   Thanks
Posted on September 15, 2014 at 13:56Hi,I need to know if it's possible configure TIM1 as timer base (I need interrupt every 5 msec). Thanks
Posted on July 01, 2014 at 09:01 Hi, I'm developing with STM32F0 and I have a problem with interrupt. this is my code: void batchStandByConf(void){ EXTI_InitTypeDef EXTI_InitStructure; //PC10 input GPIOC->OSPEEDR |= GPIO_OSPEEDER_OSPEE...
Posted on June 09, 2014 at 17:11Hi,I need to develop watch dog in my project. I see example in STM32F0xx_StdPeriph_Lib_V1.1.0\Project\STM32F0xx_StdPeriph_Examples\WWDG, but I need to set watch dog to 20 seconds. Is it possible? Thanks