P.E. Syntax error in Cpu_SETBASEPRI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

P.E. Syntax error in Cpu_SETBASEPRI

跳至解决方案
1,627 次查看
crezyoz
Contributor IV

I am having a lot of difficulty getting the Flexbus to work without Bus Faults. I noticed a routine in CPU.C that has a syntax error in it, though it builds. I don't know what this routine does.. can anyone explain it to me?

 

I have attached an image from the cpu.c file. Please help.

0 项奖励
回复
1 解答
1,403 次查看
ProcessorExpert
Senior Contributor III

Hi,

 

the syntax errors repoted by the editor are shown because the editor does not understand inline assembler in C module.

The method Cpu_SetBASEPRI initialiyed the priority register BASEPRI during the initialization. The initialization influences what interrupts may occur (according to their priority level).

 

best regards
Petr Hradsky
Processor Expert Support Team

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,404 次查看
ProcessorExpert
Senior Contributor III

Hi,

 

the syntax errors repoted by the editor are shown because the editor does not understand inline assembler in C module.

The method Cpu_SetBASEPRI initialiyed the priority register BASEPRI during the initialization. The initialization influences what interrupts may occur (according to their priority level).

 

best regards
Petr Hradsky
Processor Expert Support Team

 

0 项奖励
回复
1,403 次查看
crezyoz
Contributor IV

OK.. thank you. Good to know.

0 项奖励
回复