Hi All,
When i tried to access the GPIO module registers of the DM8148 for example the OUTDATA register or the OUTPUTENABLE register, my application crashes.
Anyone meet this problem or has the solution, help
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
When i tried to access the GPIO module registers of the DM8148 for example the OUTDATA register or the OUTPUTENABLE register, my application crashes.
Anyone meet this problem or has the solution, help
Hi,
How are you trying to access these registers? From u-boot? Linux kernel? Linux user-space? or BIOS?
How is it crashing? A data abort might indicate that the module is in reset.
Make sure the GPIO subsystem is powered and out of reset i.e enabled through the PRCM.
Benoit
P.S. If this response helps answer your question please mark this post as verified - Thanks