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.
36 lines
959 B
36 lines
959 B
5 months ago
|
/*
|
||
|
* readme.h
|
||
|
*
|
||
|
* Created on: 2023��10��31��
|
||
|
* 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�������߷��ر���ID��0x1FF ���ͣ���֡
|
||
|
* 1. Boot���������ر��ij���1�ı��ģ�
|
||
|
* 2. ��ʱ100ms���ڼ��ȴ�����0x110��֡�����ֽ�0x55���������յ� ����BootLoader���� A��
|
||
|
* 3. ����û���յ�����bootloader�����ر��ij���3�ı��ģ���ת��APP��
|
||
|
*
|
||
|
* A. ��������bootloader�����ر��ij���2�ı��ģ��ȴ�ˢд��
|
||
|
* ˢдIDΪ0x222�����μ���canbootloader.lua��
|
||
|
* B. ����ˢд���̴���ʧ�ܣ����ر��ij���4�ı��ģ��������³������С�canbootloader.lua������ˢд��
|
||
|
*
|
||
|
* C. ˢд�ɹ������ر��ij���3�ı��ģ�����APP��
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef INC_README_H_
|
||
|
#define INC_README_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* INC_README_H_ */
|