P.E. Syntax error in Cpu_SETBASEPRI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

P.E. Syntax error in Cpu_SETBASEPRI

Jump to solution
900 Views
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 Kudos
1 Solution
676 Views
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

 

View solution in original post

0 Kudos
2 Replies
677 Views
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 Kudos
676 Views
crezyoz
Contributor IV

OK.. thank you. Good to know.

0 Kudos