Grace中时钟设置中System Start_up Delay在哪个文件中有反映?
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.
Grace中时钟设置中System Start_up Delay在哪个文件中有反映?
这个delay是靠__delay_cycles来实现的,具体去看Grace生成的BCSplus_init.c
BCSplus_init.c文件中没发现__delay_cycles语句
倒是在System_init.c中发现了,但是延时周期数不随我在配置中的更改而更改,我问的就是这个怎么回事