改用单维及二维数组的写法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB

2 weeks ago
/*
* readme.h
*
* Created on: 20231031
* Author: shiya
*
* CAN_H7_Bootloader程序存放位置
* FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
* APP的存放位置为
* FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 896K
* APP的中断向量表设置为
* define VECT_TAB_OFFSET 0x00020000U
*
* Boot顺序CAN总线2
* Boot程序总线返回报文ID0x1FF
* 1. Boot启动1
* 2. 100ms0x1100x55 BootLoader程序 A
* 3. bootloader请求3APP
*
* A. bootloader程序2
* ID为0x222canbootloader.lua
* B. 4canbootloader.lua
*
* C. 3APP
* PV
* CV CV中有PV
* GV
* IV
*
*/
#ifndef INC_BSP_README_H_
#define INC_BSP_README_H_
#endif /* INC_BSP_README_H_ */