主题中讨论的其他器件:TMS320F280025C、 TMS320F280049C、
工具与软件:
尊敬的先生:
我已将 TIDM-DC-DC-BUCK 工程从 TMS320f280049C 转移到 TMS320F280025C、但这样无效。 没有错误、没有 ISR 在工作。
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.
工具与软件:
尊敬的先生:
我已将 TIDM-DC-DC-BUCK 工程从 TMS320f280049C 转移到 TMS320F280025C、但这样无效。 没有错误、没有 ISR 在工作。
通过在"280025_flash_lnk.cmd"文件中按如下所示更改存储器、可以解决该问题
部分中)
{
codestart :> beging, align(8)
.text:>> FLASH_BANK0_SEC5 | FLASH_BANK0_SEC2 | FLASH_BANK0_SEC3 | FLASH_BANK0_SEC4、ALIGN (8)
…
和
load_start (isrcodefuncsLoadStart)、
load_size (isrcodefuncsLoadSize)、
load_end (isrcodefuncsLoadEnd)、
run_start (isrcodefuncsRunStart)、
RUN_SIZE (isrcodefuncsRunSize)、
RUN_END (isrcodefuncsRunEnd)、
谢谢