是否可以这样,保留一块FLASH,比如FLASHA,将写好的Bootloader放到这块FLASH中,每次上电先执行该bootloader中的代码,在一定时间内判断外设(SCI、SPI、IIC、CAN)是否有升级指令发送过来,过了这段时间没有升级指令,然后调用FLASHA之外的_c_int00。如果接收到升级指令,按照常规的方法升级FLASHA之外的用户程序。FLASHA...
1、使用ccs将固件烧写进去(不擦除bootloader),上电启动后进入bootloader中等待5秒钟,然后跳转可以跳转成功,证明跳转函数没问题? 2、由于转换工具转换hex到bin时将ff都写为了0,怀疑这个有影响,所以在bootloader中将通过ccs写入的固件读出,用串口发送给pc保存成bin文件,然后再通过can将这个文件升级到DSP...
XBOOT是一款TI C2000平台的bootloader软件,配合USBTTL,USBCAN等硬件,可以实现C2000系列DSP固件IAP功能。 XBOOT分为基础版本和定制版本,基础版本免费,用于评估,无技术支持,定制版本可用于商业场合,提供有限的技术支持。 基础版本特性 支持TMS320F28335/TMS320F28069/TMS320F28035。 28335使用30M外部晶振,28069/28035使用内部...
换了平台,就意味着重新画硬件电路、重新写底层硬件、重新写bootloader、重新看架构,想想都头大。因为对...
2、开发人员自己编写的二次引导程序(SecondBootloader,SBL) 3、通信内核及FLASH操作程序(Communication Kernel and FlashAPI,CKFA) 4、主控程序(APP) 5、控制程序升级上位机(TI can flash update PC interface,TI_CFU_PC) 其中1是C2000DSP的ROM中固化好的代码,2、3、4是开发者编写的运行于DSP中的三套代码,5是...
I want to call the CAN bootloader by an application program. Yes, it is possible. What you can do is to configure the bootload pins to always boot the device from flash. In your firmware, you can wait for a pre-determined time looking a specific C...
一个64 KB内存库,非常适合LFU/Bootloader/数据 8KB OTP(一次性可编程闪存) 133 KB RAM(ECC/奇偶校验保护) 安全 安全靴子 JTAG锁 高级加密标准(AES)加速器 唯一标识(UID)号 时钟和系统控制 两个内部10MHz振荡器 晶体振荡器或外部时钟输入 窗口式看门狗定时器模块 ...
+1Skyler Baumer5 个月前in reply toEzra Krause TI__Expert4355points Hi Ezra, You are correct, I apologize for my mistake. Please make the following changes: DCAN_Boot.c Line 64 should be Fullscreen 1 #include "bootloader_can_timing.h"...
Use the CAN ROM bootloader to download the flash kernel to RAM. 2. Run the flash kernel in RAM to download the application to flash. Figure 1-1. CAN Boot Flow 2 Programming Fundamentals Before programming a device, it is necessary to understand how the non-volatile memory of C2000 devices...
Boot-mode signals (general-purpose I/Os) are used to indicate to the bootloader software which mode to use. The Boot ROM also contains standard math tables such as SIN/COS for use in IQ math related algorithms. The device-specific Boot ROM guides are: • TMS320x281x Boot ROM Reference...