Posted on May 28, 2017 at 12:46I'd like to report a bug.In the file usbh_hid_keybd.h, line 118:&sharpdefine KEY_CAPS LOCK 0x39should be replaced with:&sharpdefine KEY_CAPS_LOCK 0x39#usb #hid #keyboar...
Posted on January 26, 2016 at 17:40
Hi.
I'm trying to make my STM32F4-Discovery talk to itsef through CAN,using this configuration
and here's my code.
#include ''stm32f4xx_hal.h''
#include ''stm32f4xx_hal_can.h''
#includ...