• 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...
  • 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...
  • 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...
  • Debugging STM32L103RE ... no C debugging with ULINK but there with simulator
    I have been using MDK-ARM for about 13 years - normally works well. I have a project now that uses a STM32F103RE uC. Project packs based, RTOS2. The CMSIS / rtos project compiles in a library for ST...