This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
最近由于项目需要在2806x的DSP开发can升级的bootloader功能,由于刚接触加上在网上找的资料比较凌乱,希望有懂的大神推荐下好的资源分享下,谢谢
您可以先参考一下
C:\ti\controlSUITE\libs\utilities\boot_rom\2806x\2806x_boot_rom_v1_1\source
//
// FILE: CAN_Boot.c
//
// TITLE: 2806x CAN Boot mode routines
//
// Functions:
//
// Uint32 CAN_Boot(void)
// void CAN_Init(void)
// Uint32 CAN_GetWordData(void)
//
// Notes:
// BRP = 1, Bit time = 15. This would yield the following bit rates with the
// default PLL setting:
// OSCCLK = 10 MHz SYSCLKOUT = 10 MHz CAN module clock = 5 MHz Bit rate = 100kbps
以及