User Activity

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...