I am trying to start a one shot timer for a variable delay from an external interrupt (not a timer interrupt) which I know how to do by calling the follow code: HAL_TIM_Base_Start_IT(&htim6); HAL_TIM_OnePulse_Start_IT(&htim6, TIM_CHANNEL_ALL)...
Posted on November 22, 2017 at 00:19Ok, for those that have used the NHD-C0220Biz-FS(RGB)-FBW-3VM I have a stupid question. My display is not working and I verified the STM32 code is correct and even probe all the i2c addresses and see my i/o expand...