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.

LAUNCHXL-F28379D加入SYS/BIOS支持后无法FLASH启动

Other Parts Discussed in Thread: LAUNCHXL-F28379D, TMS320F28379D

采用的标准的LAUNCHXL-F28379D电路板,SYS/BIOS版本为6.50.0.10,

程序下载之后可以运行,但是重新上电之后不能启动,LED没有变化。

哪位大神用过这个,或者有相关的例程请给参考一下。

多谢

bios_boot.rar
  • 采用的标准的LAUNCHXL-F28379D电路板,SYS/BIOS版本为6.50.0.10,

    程序下载之后可以运行,但是重新上电之后不能启动,LED没有变化。

    哪位大神用过这个,或者有相关的例程请给参考一下。

    ERIC:

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/index.html

    这里面有针对C2000 RTOS的安装包,里面应该有C2000的例程,你可以参考一下。

    在RTOS上没什么太多经验。

    但如果上电启动不了,则表示芯片不能正确引导跑到main中,那么你要看三点:

    1. 有没有用flash的cmd.

    2. GPIO72,GPIO84需要上拉, boot to flash.

    3. 应该要有code start . asm的文件才行。

  • <Linking>
    "../TMS320F28379D.cmd", line 113: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section "codestart" size 0x2 page 0. Available memory ranges:
    BEGIN size: 0x2 unused: 0x0 max hole: 0x0
    error #10010: errors encountered during linking; "f28379d_bios.out" not built

    发现例程里面都有F2837xD_CodeStartBranch.asm,可能是这里的问题,不过加进来之后就连接不通过。

    不知道哪里配置出了问题。

    谢谢

    f28379d_bios_2017-5-2.rar