while i was executeing eeprom emulation code on stm32g0b1cbt6n ,while running I'm getting EE_TRANSFER_ERROR.
MX_GPIO_Init(); MX_USART2_UART_Init(); /* USER CODE BEGIN 2 */ HAL_NVIC_SetPriority(FLASH_IRQn, 0, 0); HAL_NVIC_EnableIRQ(FLASH_IRQn); /* Unlock the Flash Program Erase controller */ HAL_FLASH_Unlock(); /* Enable Power Control clock */ __HAL_RC...