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 : ...
Posted on March 06, 2013 at 19:10Thank you for your answer. If I understand correctly, the structure does not correspond to a register STM32, but is a structure of 'work'. So, I thought wrongly that usb_regs.h corresponded to the USB registers. Tha...