主题中讨论的其他器件:UNIFLASH
工具与软件:
您好!
我们正在探索如何获取 Uniflash 脚本以加载到闪存中并从闪存中读回。 我们有一个脚本工作、用于将所有图像加载到闪存中。 但我们无法从闪存读回。 请告诉我们,我们可以在哪里找到相同的脚本?
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.
工具与软件:
您好!
我们正在探索如何获取 Uniflash 脚本以加载到闪存中并从闪存中读回。 我们有一个脚本工作、用于将所有图像加载到闪存中。 但我们无法从闪存读回。 请告诉我们,我们可以在哪里找到相同的脚本?
尊敬的 Jagadish:
我们已使用 https://software-dl.ti.com/ccs/esd/uniflash/docs/latest_qsguide.html#command-line-interfaceecho 链接中给出的命令 从存储器中加载和读取。 加载正常、而从内存读取无效。 您能检查并支持我们吗?
尊敬的 Bharath:
我只是要回复,
我使用以下命令测试了存储器读取:
dslite --mode memory -c user_files/configs/tms570lc43xx.ccxml --range=0x00000000、0x1000 --output=data.bin Exported_File
然后、我能够生成一个包含已导出数据的二进制文件、如下所示:
——
谢谢、此致、
Jagadish。