我们打算用EMIF16模式boot,遇到bootmode设置的问题。
在6657的datasheet中,有BOOTMODE[12:0] device configuration的描述,
这个与文档SPRUGY5B《KeyStone Architecture Bootloader user guide》中Table 3-1有EMIF16 Boot Mode Device Configurations描述。
问题是:这两个有什么区别?
我们应该依据哪个作为bootmode设置的标准?
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.
我们打算用EMIF16模式boot,遇到bootmode设置的问题。
在6657的datasheet中,有BOOTMODE[12:0] device configuration的描述,
这个与文档SPRUGY5B《KeyStone Architecture Bootloader user guide》中Table 3-1有EMIF16 Boot Mode Device Configurations描述。
问题是:这两个有什么区别?
我们应该依据哪个作为bootmode设置的标准?
最新版C6657 datasheet SPRS814A与SPRS814关于bootmode描述一样。
那就按照datasheet的来设置?
bootloader user guide中的EMIF16 Boot Mode Device Configurations定义:
6 5 4 3 2 1 0
submode Wait Enable Reserved SR Index
00 - Sleep boot 0 - Wait disabled
01 - EMIF16 boot 1- Wait enabled
10 - 11 - Reserved
这个定义用在什么地方?
这个7个bit是用在DSP芯片的一个寄存器中,去data sheet中查看DEVSTAT寄存器。