This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 in f_open()
#define LD_WORD(ptr) (WORD)(*(WORD*)(BYTE*)(ptr))

Any suggestion? Thanks!

Parents Reply Children
No data