We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi all, i'm currently working on USB host controller driver on lpc2468. i'm trying to simulate the driver with keil. after initialization of usb clock, i'm checking if device is connected on port or not. when program counter points to status register, data abort condition occurs.
similarly, after usb clock initialization if i try to access any register like HC_HCCA, in USB controller data abort condition occurs.
i came across same condition when i was trying to simulate usb-audio source code (which i downloaded from keil website).
currently i don't have u-link debugger. does any one how to deal with this problem.
Data Abort means you are accessing the illegal memory for that particular register or data.So first verify where exactly you are encountered the data abort exception , go there and verify it.This is the basic step when you get data abort handler.