Resolved! Interfacing code of Ws2812b on stm32F1 is working but in a same way when i am trying it with Stm32F4 it is not working !!!!
TIM_HandleTypeDef htim3;DMA_HandleTypeDef hdma_tim3_ch2;/* TIM3 init function */void MX_TIM3_Init(void){ TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sConfigOC = {0}; htim3.Instance ...