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.
3.2.4.1 GPMC configuration for XIP/NAND, 有点疑惑:
1. 这个设置是boot阶段的设置吗?还是正常运行之后的设置?
2. XIP是指什么?我的接法是同步 不复用 nor flash,是否也是这个配置?
3. AM5728作为master,去读写flash, 那么gpmc_clk应该是作为时钟输出,那么在什么情况下作为时钟输入呢?
1. 这个设置是boot阶段的设置吗?还是正常运行之后的设置?
板子上电前,根据boot mode配置好对应的sysboot管脚。
2. XIP是指什么?我的接法是同步 不复用 nor flash,是否也是这个配置?
XIP是指execute in place,代码在flash里执行。nor flash是XIP配置。
3. AM5728作为master,去读写flash, 那么gpmc_clk应该是作为时钟输出,那么在什么情况下作为时钟输入呢?
gpmc_clk做时钟输出,由GPMC自动产生。