Hi,
There Two programs Program A and B;
Prog A is the Application Image
Prog B suppost be bootload program
Flow chart here:
http://i67.tinypic.com/6o397a.png
Code for Prog A is here:
/* Includes ----------------------------------------------------*/
#include "main.h"
#include "stm32l4xx_hal.h"
/* Private function prototypes ----------------------------------*/
void SystemClock_Config(void);
void Error_Handler(void);
static void
↧