User Activity

I'm using stm32f103c8t6 to control tft screen. I tried to use stm32f030c8t6 to conrol tft with same library but screen is always black. What can be the reason ?
Hi, i'm trying to control a barcode printer with STM32F105VCT6 with USB. The printer is godex EZ-1005. When i plug usb cable usb state comes to APPLICATION_START from APPLICATION_IDLE.According to this document. (Page 6) i need to send Standard Reque...
Hi. I'm tring to save data to usb memory stick. this is main fuction :while (1) { /* USER CODE END WHILE */     MX_USB_HOST_Process();   /* USER CODE BEGIN 3 */ switch(Appli_state) { case APPLICA...