User Activity

Posted on September 16, 2015 at 10:05Hi,I am trying to communicate STM32F407 with a I2C slave device @ 100khz on I2C1.The slave supports up to 400khz.I traced the lines between the controller and the slave using a logic analyzer and check whether si...
Posted on June 30, 2015 at 12:10Hi,I used STM32CubeMX to configure Timers 10 and 11 in interrupt mode (Along with FreeRTOS)void HAL_TIM_Base_MspInit(TIM_HandleTypeDef* htim_base){  if(htim_base->Instance==TIM11)  {  /* USER CODE BEGIN TIM11_MspInit ...