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.

omp程序固化到spinor中,从nor启动不了



请问我想将omp的例子固化到spinot中,用spi方式启动,但是由于omp在main至前需要进行一些初始化,我试过将gel中的初始化函数放变为可以运行的程序放在startup中,让程序运行时先运行starup得初始化,再运行其他的,但是好像不行,调试时,在stsrtup之前就运行了cache的一些程序,实际把程序烧写进去也起不来。

我用ibl的方式可以运行,说明程序应该没有问题,我试过其他的简单程序烧到nor,可以从spinor启动,说明启动代码的生成也没有问题,请问在烧omp这些需要提前进行初始化的代码应该怎么去做?