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.

ARM header files

Other Parts Discussed in Thread: OMAPL138, OMAP-L138

I have been going through the memory map of SPRS586A.pdf as well as the various evo*OMAPL138.h and other OMAPL138.h headers and I can’t seem to find any definitions related to the ARM memory sections. Are there really no header files or explanations as to what there is available there?

(i.e. I can't find the definition for the ARM ETB register BASE 0x01BC1000 defined in any header file)

 

Do you have any guidance as to where I can find any references/header files to that effect?

 

I am interested in the headers and documentation describing the following:

 

0x01BC0000 à ARM ETB memory

0x01BC1000 à ARM ETB reg

0x01BC1800 à ARM Ice Crusher

 

0xFFFD0000 àARM local ROM

0xFFFEE000 àARM Interrupt Controller

0xFFFF0000 à ARM local RAM

  • Thomas,

    The ARM interrupt controller is documented in the OMAP-L138 system guide, and the header is available in the pspdrivers called cslr_aintc.h. 

    For the ARM ETB and Ice Crusher, I believe these are ARM's IP.  Therefore, you can go to www.arm.com to find more information about those.

    The ARM local ROM and RAM are memory regions.  Therefore, there aren't any header files.

    Hope this helps!

    - Christina