Nut/OS  5.0.5
API Reference
LPC17xx_System_Defines

Functions

uint32_t Lpc176xGetCrpValue (void)
 Read out current Code Read Protection value at flash location 0x2FC.
void SystemInit (void)
 Setup the microcontroller system. Initialize the System and update the SystemFrequency variable.

Variables

const uint32_t LPC17XX_CRP = 0xFFFFFFFF

Function Documentation

uint32_t Lpc176xGetCrpValue ( void  )

Read out current Code Read Protection value at flash location 0x2FC.

References LPC17XX_CRP.

void SystemInit ( void  )

Setup the microcontroller system. Initialize the System and update the SystemFrequency variable.

Initialize the system

Parameters:
none
Returns:
none

Variable Documentation

const uint32_t LPC17XX_CRP = 0xFFFFFFFF

Note: LPC17xx Code Read Protection field field must be present in LPC17xx flash image and ocupy a word at 0x000002FC

Referenced by Lpc176xGetCrpValue(), and Lpc177x_8xGetCrpValue().