User Activity

Hello everyone,I am trying to connect device with stm32  cube programmer vai UART connection I am not able to connect initial but as some resource form st community and other online article I able to connect but it not able get into application is th...
hello ,I am looking for disable debug in lower mode in stm32u575 MCU as they  have option to disable  debug mode in low power mode like "STOP 1 2 3 " but not available for low power sleep mode is there any  one have worked on it and dose it have some...
HELLOI am working with Xmodem  file transferring vai usb  I want to know how i get know about USB status like  Ready or not how we get in UART  while (!(HAL_UART_GetState(&huart4) == HAL_UART_STATE_READY) && wTimeout) {wTimeout--;}if (HAL_UART_GetSta...
Hello everyone I am trying to receive file form UART through Xmodem protocol I am getting file in debug mode but unable to get into run mode it showing  UART Rx busy basically hanging over these function while (!(HAL_UART_GetState(&huart4) == HAL_UAR...
Hi everybody I have errors in code mainly in RTOS file and TASK file after Updating the new STM32 CUBE MX generating code any one have any idea about these things  note :My code is working fine with old version of STM cube Mx i am using IAR workbench...