Porting from LPC214X to LPC1768

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

Porting from LPC214X to LPC1768

753 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ennegi on Tue Jul 02 08:50:39 MST 2013

Hi all! I need your help for my porting of a source.


I take a source code of LPC214x and I found this:


 


void


EnterCriticalSection(  )


{


        VIC_Temp = VICIntEnable;    /* Save VICIntEnable */


<span class="Apple-tab-span" style="white-space: pre;"> </span>VICIntEnClr = VIC_Temp;     /* Disable Interruptions */


}


 


void


ExitCriticalSection(  )


{


    VICIntEnable = VIC_Temp;    /* Restore VICIntEnable */


}


<div>How I "traslate" this for my LPC1768? Thanks a lot!</div>
Labels (1)
0 Kudos
Reply
1 Reply

745 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cfbsoftware on Tue Jul 02 15:23:27 MST 2013
See the reply from CodeRed support to an identical question on the LPCXpresso forum:

http://knowledgebase.nxp.com/showthread.php?t=4772
0 Kudos
Reply