User Activity

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 << ...