User Activity

I am trying to interface a TFT which has ILI9341 driver with Touch capability.It is not giving any response. I am using Keil IDE + STm32F407VG board + 2.8" TFT. For more information You can check my code which I attached with it.Thanks
I am working on a project where I have managed to detect any printer using USB driver provided by STM-HAL.All this code is developed on STM32F407VG MUC Discovery Board. Which is working fine and I am able to print the labels as i want without any err...
Hi,# General INFO:I made a custom USB Host Driver for Printer class using STM32F407 - Discovery Board. For This I use HAL Library. I knew that many people don't like this HAL library. I may understand if you guide me through bare-metal programming.Wh...
I am not able to get keyboard data on my USB Host(stm32f407- Discovery).> How this function is working in HAL Library?void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len);When Ever I hit any key on my keyboard. My control go...
I want to interface "Honeywell printer" with my USB host machine(STM32F407G-DISC1).So I want to write printer class driver. I am following HAL library.I am using UM1720 (STM32Cube USB host library).But I am also ready for bare metal programming.Seeki...
Kudos from