User Activity

Hello,i'm reading GPIO using internal instruction of GPIO_ReadPin function like "(GPIOC->IDR & GPIO_PIN_1)?1:0;" but i didn't get actual speed. So is there any alternative way to read GPIO fast ?Regards,Yash
Hello,I'm using Nucleo l4r5zi-p in which I configured the USB device CDC. When I transmit data using the CDC_Transmit_FS function some time it returns USBD_BUSY, sometimes USBD_OK so because of USBD_BUSY I'm not getting actual speed. But I'm transmit...