Difference between revisions of "Hardware documentation"
From Pandora Wiki
(links added) |
|||
Line 14: | Line 14: | ||
*r1p1[http://infocenter.arm.com/help/topic/com.arm.doc.ddi0344b/DDI0344.pdf] ''Note: OMAP3530 uses r1p2'' | *r1p1[http://infocenter.arm.com/help/topic/com.arm.doc.ddi0344b/DDI0344.pdf] ''Note: OMAP3530 uses r1p2'' | ||
*NEON instructions[http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204h/Bcfjicfj.html] | *NEON instructions[http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204h/Bcfjicfj.html] | ||
− | + | *'''UPDATE''': r2p2 Documentation [http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344e/index.html] ''Note: OMAP3530 uses r1p2'' | |
− | * UPDATE: r2p2 Documentation [http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344e/index.html] ''Note: OMAP3530 uses r1p2'' | + | *NEON memory hazards[http://hardwarebug.org/2008/12/31/arm-neon-memory-hazards/] |
===OpenGL ES 2.0=== | ===OpenGL ES 2.0=== | ||
*Official site[http://khronos.org/opengles/2_X/] | *Official site[http://khronos.org/opengles/2_X/] | ||
+ | |||
+ | ===Other OMAP3530 Projects=== | ||
+ | *Beagle Board Resources[http://beagleboard.org/resources] As it uses the same SoC, many BB resources are also relevant for the Pandora. | ||
+ | *Beagle Board Google Group[http://groups.google.com/group/beagleboard] | ||
[[Category:Categories]] | [[Category:Categories]] |
Revision as of 09:43, 1 January 2009
OMAP3530
- OMAP35x: Main page on TI site[1]
- OMAP3530 specific page[2] This lists the features of the chip and has all the applicable Technical Documents
- OMAP35XX technical manual: [3] (38MB PDF)
C64x+
- CPU and Instruction Set Reference Guide[4]
- TMS320C6000 Assembly Language Tools v 6.0 Beta User's Guide[5]
- TMS320C6000 Optimizing Compiler v 6.0 Beta User's Guide[6]
- TMS320C6000 Programmer's Guide[7]
Cortex-A8
- r1p1[8] Note: OMAP3530 uses r1p2
- NEON instructions[9]
- UPDATE: r2p2 Documentation [10] Note: OMAP3530 uses r1p2
- NEON memory hazards[11]
OpenGL ES 2.0
- Official site[12]