User Activity

Posted on January 21, 2016 at 16:51When SPI3 is used with HAL libraries and SCK is on PB3, HAL do not disable JTAG  automatically which is present on same pin.It has to be done manually with __HAL_AFIO_REMAP_SWJ_NOJTAG() before SPI init.
Posted on January 06, 2016 at 17:38There seems to be a large part of code not written in HAL. It concerns the incomplete isochonous IN/OUT endpoints.Her is what's present in HAL now:/* Handle Incomplete ISO IN Interrupt */        if(__HAL_PCD_GET_FL...
Posted on January 05, 2016 at 15:39In reference manual RM0390 for Incomplete isochronous IN data transfers Application programming sequence there is step 3:3. The application must read the Endpoint Control register for all isochronous INendpoints to...
Posted on January 05, 2016 at 13:50When preparing to receive the data on OUT isochronous endpoint, the HAL sets up the even/odd flag once when you call the PrepareReceive for that specific frame that is active at that moment.However the data may com...
Posted on January 05, 2016 at 13:49When preparing to receive the data on OUT isochronous endpoint, the HAL sets up the even/odd flag once when you call the PrepareReceive for that specific frame that is active at that moment.However the data may com...