Posted on December 28, 2017 at 15:35 , ,Hello, , , As @Marvin Thorell said, you should use discontinuous mode. , ADC hardware is fast and interrupt software rutines are pretty slow, you will miss some channels even if you increase the 'Sampling Time...
Posted on December 11, 2017 at 06:44Hi Tarhan, 'HAL_UART_Receive' contains some loops inside of itself so i don't think it is the right place to use it in a 'IRQHandler' function. You had better to use it in main loop.
Posted on July 21, 2017 at 19:24Hi @riggs.rob, you can access the structures and set it in run time. You may place your code inside usbd_conf.c file, maybe this helps to you.void HAL_PCD_MspInit(PCD_HandleTypeDef* pcdHandle){ if(pcdHandle->Instance...