Other Parts Discussed in Thread: SYSBIOS
大家好 问一下
我是通过spi flash加载程序的 程序是sysbios的
我测量了下加载时spi flash的时钟管脚 启动如下:
图中第一个黄色部分是6657从spi flash加载程序的时钟信号
图中第二个黄色部分是程序加载起来 main()之后 BIOS_start()之前 初始化时 6657从spi flash读取数据时的时钟信号
这之间间隔大概1.6s

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.
大家好 问一下
我是通过spi flash加载程序的 程序是sysbios的
我测量了下加载时spi flash的时钟管脚 启动如下:
图中第一个黄色部分是6657从spi flash加载程序的时钟信号
图中第二个黄色部分是程序加载起来 main()之后 BIOS_start()之前 初始化时 6657从spi flash读取数据时的时钟信号
这之间间隔大概1.6s

这个时间是不是sysbios的 "before main()"执行的时间?
这个时间能不能 缩短了?我的cfg文件中没有多少内容
启动流程基本如以下FAQ中的流程图所示。可以通过ROV工具看一下main函数之前有没有插入一些自定义的函数。