User Activity

Posted on July 07, 2017 at 20:42Hello, I interfaced STM3210E-EVAL with external RF Slave chip and trying to place a data in a slave register.Ex data: Slave register address is 0xC0 and placing two bytes of data (0x00 and 0x12). For this I  configure...
Posted on December 06, 2016 at 22:05Hello, We are using STM32F072 series MCU with 8 physical ADC input channels and VBAT internal by configuring DMA with continues conversion mode:/* ADC init function */ void MX_ADC_Init(void) { ADC_ChannelConfTypeD...
Posted on July 27, 2016 at 23:17Hello, We are using lsm6ds3 sensor by connecting to STM32F103 controller through I2C communication. Over I2C to read both X and G Raw data taking around 800uSeconds over 400K speed. In one of my new project, needed bo...
Posted on July 25, 2016 at 23:20 Hello, trying to generate 1 millisecond interrupt using TIM4 timer with in STM32F103 series of processor. By selectinghtim4.Init.Period = 1 able to generate Two millisecond interrupt. When we configurehtim4.Init.P...
Posted on February 05, 2016 at 22:20Hello, my board designed with STM32F0 (100 pin) controller with 28 pins as input pins and 32 pins as output pins. All of the GPIO Inputs are time critical, required to sense both rising and falling edges. For this...