Other Parts Discussed in Thread: C2000WARE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1381300/tms320f28388d-about-dc-mode-pdo…
Other Parts Discussed in Thread: TMS320F28388D , SYSBIOS 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1196020/tms320f28388d-ti-rtos…
Other Parts Discussed in Thread: C2000WARE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1362657/tms320f28388d-regarding-compilation…
Part Number: TMS320F28388D Other Parts Discussed in Thread: C2000WARE 有以下两个疑问:
1、使用如下程序发送数据
I2C_putMasterData(I2C0_BASE,0x55); I2C_setMasterConfig(I2C0_BASE, I2C_MASTER_CMD_SINGLE_SEND);
向寄存器中写入数据,但寄存器中数据仍然是0
2、当debug时,或者reset时,没有向寄存器中写入数据,但是寄存器中已经有数据,如…
Part Number: TMS320F28388D Other Parts Discussed in Thread: UNIFLASH , SYSCONFIG 操作步骤
(1)程序在未使用DCSM都能正常运行; (2)使用了DCSM的Z1加密了所有能加密的RAM和FLASH后,程序不能正常运行; (3)如果在main函数开头调用了DCSM_unlockZone1CSM进行解密后,程序能够正常运行;
问题1:使用上述(3)的方法虽然能令程序正常运行,但是否会对代码安全造成风险? 已测试:①在该情况下(main函数开头调用了DCSM_unlockZone1CSM进行解密…