User Activity

hi,I am trying to connect ili9341  - STM32F722ZE FSMC- TFT but i couldn't succeed .ili9342 16bit - is working in direct GPIO 16 bit data PORT drive with STM32F722ZE not in FSMC-TFT . Looks most of the ili9341 working with FMC-TFT STM32F4 Series   aro...
hi1. STM32F722ZE & Winbond SDRAM is working fine with follow setting .W9825G6KH-6I 166MHz/CL3 or 133MHz/CL2   CASLatency = FMC_SDRAM_CAS_LATENCY_3; SDClockPeriod = FMC_SDRAM_CLOCK_PERIOD_3;my understanding was MCU main clock was divide by 2 is made o...
hi ,Working on USB - Device_Only  wake up from Stop mode and entering to stop mode is successful but not wakeup from stop mode .There is no  example code for USB wake up from STOP Mode .Entered to stop with following code : HAL_SuspendTick(); HAL_PW...
hi all and  @waclawek.jan @Lubos KOUDELKA USB - HID -Keyboard is working fine and keycode coming properly . Enter to STOP mode is successful by HAL_SuspendTick(); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);Trying to wakeup fro...
hi,USB keyboard working fine via HID and i need have small Manual Keyboard Detection  by pressing button . it's not compiling  if( HAL_GPIO_ReadPin(GPIOC, button_Pin)) { if(USBH_HID_GetDeviceType(USBH_HandleTypeDef *phost) == HID_KEYBOARD)...
Kudos from