主题中讨论的其他器件:CC2340R5
您好、Clement:
感谢你的帮助。 我已经测试了您生成的 bin 文件、在将它烧写到开发板后、程序没有运行。 然后、我跟踪了您的文档、但它没有生成第二个.out 文件。 
詹姆斯
2024.03.27
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.
感谢你的帮助。 我已经测试了您生成的 bin 文件、在将它烧写到开发板后、程序没有运行。 然后、我跟踪了您的文档、但它没有生成第二个.out 文件。 
詹姆斯
2024.03.27
您好!
感谢您与我们联系。
请确保您已经执行了线程 LP-EM-CC2340R5随附的 PDF 文档中共享的所有步骤:如何将 bin 文件下载到 CC2345使用 jlink?
有关信息、已确认使用英语设置的系统的其他用户可以执行相同的步骤。 由于您的系统似乎设置了不同的语言、因此验证它是否不会产生任何副作用可能是有意义的。
此外、为了帮助进行调试、您能否帮助我理解日志中的以下行?

此致、
您好、 Clement:
我按如下所示修改了 makefile
buttonled_LP_EM_CC2340R5_freertos_ticlang.bin:buttonled_LP_EM_CC2340R5_freertos_ticlang_with_CCFG_crc.out
@echo 'building secondary target:"$@"
@echo '调用:ARM 十六进制实用程序'
"c:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmhex.exe --diag_wow=off --binary -o "buttonled_LP_EM_CC2340R5_freertos_ticlang_with_CCFG_crc.bin""buttonled_LP_EM_CC2340R5_freertos_ticlang_with_CCFG_crc.out"
@echo "finished building secondary target:"$@"
@echo ''
@(make)--no-print-directory post-build
我可以得到一个.bin 文件,但它不起作用,你能引导我吗。thankes!
詹姆斯
2024.04.02