Bug in USB HID code
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 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 March 02, 2017 at 11:26Hello everybody,I would like to make my first program on the PCB that I have soldered with a STM32L011, but I can't upload my first program. You can help me.I am the instructions of this forum, but I have no boot1 on...
Posted on April 12, 2017 at 17:43 Hi, I'm using STM32L476RE in a custom board without HSE. I ported Discovery (76VG) Blink Project (following Clive1's DFU system bootloader) and successfully tested on my board in both Keil and TureStudio. It’s on...
Posted on September 29, 2017 at 00:33i don't know if it's a feature or bug, but starting a timer in interrupt mode will bring the code into the interrupt handler the first time mcu calls timer start function.To solve this problem it's enought to cle...
Posted on September 28, 2017 at 00:36Hello,I am trying to solve this problem. I am using FATFS13 on my custom STM32F469 board and I am using the Standard Peripheral library.I have connected 1MB of SRAM over the FMC bus, and an SD card over the SPI b...
Posted on September 26, 2017 at 17:04Hello,I use STM32F413ZG MCU and STM32CubeMx to create the Keil project.Now, I need USB as communication Device Class(Virtual Port Com) to transmit data to computer(Master). But I do not know which function in USB...
Posted on September 28, 2017 at 15:01Greetings , I'm currently trying to adapt raw LWIP example code for the STM32F769I Board for use on my STM32F767ZI , I'm a novice and wanted to know if anyone can provide assistance with regards to this .#nucleof...
Posted on May 17, 2017 at 09:58Hi!For me, the new 1.8 version of CubeF0 is completely broken. Using the HAL RCC driver, it tries toa) enable USART2 that I don't use, and it fails because it can't set its clock sourceb) enables HSI oscillator (which ...
Posted on September 27, 2017 at 19:16 I am trying to setup and run SPI2 RX interrupt on a STM32F070CB microcontroller. I am utilizing the STM HAL drivers to setup the SPI and I am using the STM32CubeMX to setup the code for my project. I am tran...
Posted on September 26, 2017 at 15:20This function which is called at the entry of Main() function(Code generated by cubeMX) can not initialize systick timer to create 1ms time intervals correctly. As a result if functions which are called after HAL...