• RL Flash-FS EFS rewrite first sector
    Hi, all! I use RL Flash-FS Embedded File System for SPI NOR flash SST25. Sector size is 64 kB. Chip size is 8 MB. I am trying to write many files with big size, in order to fill full flash size. But...
  • 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...