ı try to internal flash codding with STM32L476 ı van erase the banks and pages but HAL_FLASH_Program İS NOT WORKİNG ı get the SR errors(SIZERR,PGSERR) so how can ı fix it
my code is, /* Includes ------------------------------------------------------------------*/#include "main.h"#include "stm32l4xx_hal.h"#define FLASH_BSY (1 << 16)/* Fast programming not used => related errors not used*/#define FLASH_PGSERR (1 << ...