EmbeddedRelated.com
Forums

IAR & CRP {Code Read Protection} help

Started by juval_esi October 18, 2006
Hi All

Dose any one Know a way to program the {code read protection} via the
compiler or via linker script for NXP LPC2138 ?
Thanks in advance

Juval

An Engineer's Guide to the LPC2100 Series

u can put the following lines in the crt0.S file, just before the reset
label:

.org 0x01FC
.word 0x87654321

On 10/18/06, juval_esi wrote:
>
> Hi All
>
> Dose any one Know a way to program the {code read protection} via the
> compiler or via linker script for NXP LPC2138 ?
>
> Thanks in advance
>
> Juval
>
>
>