User Activity

Posted on March 03, 2015 at 11:24 Hello. I don't understand this code : /* Get tick */ tickstart = HAL_GetTick(); /* wait until command is send */ while(HAL_IS_BIT_SET(Device->SDSR, FMC_SDSR_BUSY)) { /* Check for the Timeout */ if(Ti...
Posted on March 06, 2013 at 16:51 Hi, I have a problem in file usb_regs.h of stm32_f105-07_f2_f4_usb-host-device_lib (version 2.10 ) typedef union _USB_OTG_DEP0XFRSIZ_TypeDef { uint32_t d32; struct { uint32_t xfersize : ...