User Activity

Posted on April 19, 2016 at 18:00 Hi, I'm using an STm32F107 and I trie to configure the USB interface as host to access to an key. This is the initialization code : MX_USB_HOST_Init(); MX_FATFS_Init(); with : ...
Posted on March 02, 2016 at 11:57 Hi, I tried to configure my STm32F107 using the ''Cube'' to use the CAN1 and user ledsand I found a bug. This is the initialization code generated by the ''Cube'': void HAL_CAN_MspInit(CAN...