User Activity

Hello, I'd like to better understand some settings in CubeMX to be sure default settings are OK for my application.Starting with USART2 Configuration for example:- in "DMA Settings" tab, what behavior is modified by the Priority dropdown (Low, Medium...
Hello,My message is too long so I put the question first and context after:Any advice regarding the most robust way to implement HAL_UART_ErrorCallback() ?For now I have: // UART Error Handle void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart) { ...
Hello, This has been asked many times but still can't find easy solution...I followed this tutorial : https://www.youtube.com/watch?v=ly3_JEC_d9w&ab_channel=ControllersTechbut still have some random failure ;(Also looked at https://github.com/STMicro...
Hello,I used to generate code from STM32CubeMX then edit, compile and flash to board with Keil µVision (default config). Recently, I followed bootloader tutorial that uses STM32CubeIDE and I must admit it's nice but for exact same source code, the ge...
By default the ST-Link Debugger setting Pack "Keil.STM32L0xx_DFP.2.1.0" is Enable and I got error "Invalid ROM Table" when trying to flash the MCU. But If I just Disable the checkbox Enable in the Pack tab in ST-link Debugger setting then the flashi...
Kudos given to