User Activity

(was initially a reply to https://community.st.com/t5/stm32-mcus-products/store-values-in-internal-flash/m-p/666974 I am store variable in flash adders and after reset read but variable values is not store in flash adders.& using stm32g030f6p6 microc...
i am Initialize  UART2 and timer1 then my timer interrupt and UART2 interrupt in working fine but when i set priority timer first they do not set why? void main(void){NVIC-Set-Priority(TIM1_BRK_UP_TRG_COM_IRQn, 0);NVIC-Enable-IRQ(TIM1_BRK_UP_TRG_COM_...
Kudos given to