User Activity

Hello there,I was trying to figure out a way of how to change the UART baudrate "in runtime" via HAL API for stm32f0. I failed to find a way to do it other than manually (copy out the functionalities used in the uart init function and change it accor...
In the stm32g0xx_hal_uart.c file, line 3750 the following function can be found:/** * @brief DMA UART receive process half complete callback. * @param hdma DMA handle. * @retval None */ static void UART_DMARxHalfCplt(DMA_HandleTypeDef *hdma) ...
Hello there,I am trying to find the right RDP config for the STM32G0 MCU. My aim is the following functionality:User code can read/ write the flash,Bootloader/ external SWD debugger cannot read the flash,Bootloader/ external SWD debugger can erase an...
Hello,I am trying to enter the system memory at boot time with the STM32G030 MCU. It has the BOOT0 line shared with SWCLK functionality, which is new to me compared to the STM32F* devices. I always entered the system memory in other devices by settin...
Hi there,Lets say my device is configured as an SPI slave device with a software NSS pin. The STM32 HAL API doesn't use the SSI bit from CR1 register at all. I was wondering, what actually happens to the SPI peripheral when I manually set or clear th...
Kudos from