User Activity

Hello All This is my first try of Vcom ; I can trasmit to PC but I cant receive from PC ; /* Init Device Library */ USBD_Init(&USBD_Device, &VCP_Desc, 0); /* Add Supported Class */ USBD_RegisterClass(&USBD_Device, USBD_CDC_CLASS); /* Ad...
Hello All and thank you in advanced I have a pplication that we use two host usb connected to flash disks , one uses PORTA usb and other uses PORT B usb . i have test every usb seperatlly with file system after modifie usb_diskio and all work with n...
Hello All , I am sorry it might be the wrong forum , i use STM32f429 with TFT to create a menu system I am declare a structures for menu but i dont have success to put a structure in side a struture could me what is wrong ?  struct menu_type {char  *...
Posted on July 14, 2018 at 20:50Hello All; I am using STM32f429 ; my device should wakeup every 10 seconds to check the battery . We noticed that  the time need after reset before going to the Main routine is about 17ms ! we found every time teh CYC...
Posted on January 25, 2018 at 16:26Hello All I am sorry to disturb you all ; I am trying to fill the lcd structure with the right values but I think I have problem in understanding it please could you help me ? and I see that they are flickers on th...