Posted on January 30, 2014 at 08:24
There is a bug in CPAL_I2C_IsDeviceReady that prevents it from ever returning failure.
/* wait until timeout elapsed or target device acknowledge its address*/
while
((__CPAL_I2C_HAL_GET_ADDR(pDevIn...
Posted on November 21, 2013 at 01:28
I've come across an issue in usb_prop.c in the STM32 USB library examples. The _GetStringDescriptor function checks for the index of the Descriptor string, but allows an index of up to 4. There are actually o...
Posted on December 24, 2012 at 02:12
Any follow-up on this? I'm facing the issue as well. USB Reset doesn't seem to trigger USBWakeUp_IRQn. This is in V3.4.0.
void
USB_Interrupts_Config(
void
)
{
EXTI_InitTypeDef EXTI_InitStructure;
N...