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.

仿真没有InitSysCtrl()仿真怎么也能运行



仿真就是C语言简单操作,没有对端口或相关的寄存器进行使用,直接仿真,没有InitSysCtrl(),在F28027下仿真,运行正常,但我有个疑问,就是虽然没有使用芯片引脚及相关寄存器,但至少应该将时钟初始化(如使用外部时钟还是内部时钟等),时钟都没初始化,怎么仿真也能运行呢?