• Rewriting internal flash sectors with IAP
    Hello, A colleague of mine needs to maintain the values of variables in non-volatile memory but the only provisions he has is internal flash. He implemented a scheme that uses 7 sectors (LPC1788...
  • rewriting L51_BANK.A51
    Hi The L51_BANK.A51 file assumes that the bank switching outputs from the uC can be allocated from a single port, and using consecutive pins. Unfortunately, my spare output capability doesn't fit this...
  • rewriting _crol_ as inline assembly
    This line: thresBits = _crol_(thresBits, 2); generates this SRC: MOV R7,thresBits?1282 MOV R0,#02H MOV A,R7 INC R0 SJMP ?C0198 ?C0197: RL A ?C0198: DJNZ R0,?C0197 MOV thresBits...
  • Flash sectors in LPC2368
    Hai all; I am doing a project in LPC2368. Here I am using 512k FLASH of LPC2368 for storing some critical (real time) data .I reffered C:\Keil\ARM\Flash\LPC_IAP2_512 for flash programming. ...
  • flashing problem in 4k sectors
    when i am flashing program to 0x000 (bootloader)and then to 0x2000.. the bootloader not working .. it directly goes to the appln ... this works when appln flashed first... whatz the prob behind this...