• Why the keil reset to DAbt_Handler?
    Hello,all: I want to port the FatFs written by ELM Chan to keil for my AT91SAM7X demo board,but when I use f_open to open a file,it reset to DAbt_Handler B DAbt_Handler the cause for it is the code...
  • RL-RTX and RL-FlashFS ->DAbt_Handler
    Hi, Use: MDK-ARM V4.14, RL-ARM V4.13 Processor: LPC2478 (MCB2470). The Code of the program: __task void task_main (void) { finit();// =>DAbt_Handler os_itv_set(100); while(1) { os_itv_wait...
  • memory errors
    Hi everyone, I am working with LPC2292 board and I am trying to store some infomation into an external RAM memory, the width of the memory is 16 bits, but ARM7 uses memories of 32bits, so when I try...
  • uVision - Out of Memory error
    Hello, I'm getting an error in uVision where I get a pop-up that says "Out of Memory" than uVision freezes. I have a project and I can compile and download to my target without any problems....
  • Memory allocation error with bootloader
    I have a big problem with LPC2387 and http-upload demo project when it's loaded by bootloader. After one ten of minute that the application it's running with one ftp connection and one http connection...