User Activity

I have initialized variable as belowuint8_t u8Flag1ForStoreVer __attribute__ ((section (".RAM1_region")));So, after soft reset I am getting data back.But also same I am getting after hard reset(Power cycle) , even aftre long timeWhat should be value...
We are using STM32L071CBT6TR controller.We are receiving data through UART based on intterupt, for that we have enabled UART_IT_RXNE intterrupt.We have just enabled UART_IT_RXNE. But still we are getting frame error intterupt, we dont want frame erro...