User Activity

My application has a few hundred bytes of data that need to be stored in flash. It won’t change often, but will be changed. I’d like to reserve an address range. I know how to read/write flash. Not sure how to decide where to put the data. Any mech...
I'm using STM32CubeIDE 1.3.1 w/ a Nucleo L4R5ZI board. I can transmit via the lpuart1 with the polled version - HAL_UART_Transmit(...). The interrupt is enabled in the NVIC. Changing to the HAL_UART_Transmit_IT(...) and board stuck repeatedly callin...