User Activity

I have used stm32cubemx v5.2 to create my project .Now i want to update only Uart drivers to drivers of cubemx V6.3 (latest drivers)How to do it ?Is it safe to just replace ?stm32l0xx_hal_uart.c and stm32l0xx_hal_uart.h with newer drivers ?
Hi ,I am using HAL_UART_Receive_IT(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size) HAL api for uart receive interrupti am calling it at end of HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)it works for some time but after some time HAL_...
Hi,I am using STM32L07XXXI am reading/writing and external eeprom using I2C" but I2C communication fails many time ". and system hangsDoes this function run needs to be atomic ?But using __disable_irq and __enable_irq effects HAL_GetTick() ?Can i ena...
Hi ,I have added usb functionality in my code using stm32cubemx.Now i don't want to compile it using #if or #ifdefHow to do it ?I tried following:I used #if to remove usb initializing function and not used usb in any code , but when i saw .map file s...
Kudos from