Hello, All! I write bootloader using RL-FlashFS Library. It's work fine. But when i try to use RL-FlashFS functions in main program my LPC2367 is stoping(in ABORT MODE). Maybe i must locate RL-FlashFS functions on other part of RAM ??? Where is my mistake?
With best regards, Vladimir.
In code i add string: memcpy((char *)0x40000000, (char *)(0x000010000), 64); (copy interrupt table to start address of RAM)
Remove this. The startup code does this for you!