Hi,
I am trying to build a standalone program, there i am trying to initializing the UART1. But as i am trying to read or write the 0x4806A000 location, i am getting the prefetch abort exception.
I cant use any boot. Here in the board i check all the memory, i am able to access only SRAM(internal) and DDR, and some memory which is for GPMC reg purpose. and if i am trying to access other memory, i am getting the prefetch abort exception.
I am using the Mistral_Omap35xx_CortexA8.gel file.
Shall anyone guide me, why am i not able to access this? and how shall i?