User Activity

My CPU is STM32H750VBTxMy Configuration of the timer is void MX_TIM2_Init(void) { TIM_SlaveConfigTypeDef sSlaveConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sConfigOC = {0};   htim2.Instance = TIM2; htim2.Ini...
Posted on September 25, 2015 at 12:38 The Code (generated by mxcube) void MX_USART6_UART_Init(void) { huart6.Instance = USART6; huart6.Init.BaudRate = 3000000; huart6.Init.WordLength = UART_WORDLENGTH_8B; huart6.Init.StopBits = UART_S...
Kudos from