Other Parts Discussed in Thread: AM3703, TMS320C6472
I am wondering if there is assembly code available for doing a CPU Instruction Test on an AM3703 CPU (similar to OMAP35x).
It seems like this type of Power On Self Test code is available for some of your other products:
- There is mention of "CPU instruction check" that could be released as part of a Self Test Libary on this post: "power-on self test on F28xx (POST)" http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/p/79246/280871.aspx#280871
- "TMS320C6472/TMS320TCI6486 Power-On Self Test" http://focus.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=spraas5a&fileType=pdf
Is there any OMAP35x / AM37x CPU Instruction Set Assembly code similar to the list on page 2 of this document? http://focus.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=spraas5a&fileType=pdf
The test contains the following modules:
• Module 1. Chk6xTest ()
Verifies the CPU instruction set. This module uses the following assembly files to perform the CPU
test:
– alu_64x.asm: arithmetic operations
– alu40.asm: 40-bit arithmetic
– basic_64x.asm: basic operations
– bit.asm: bit management
– circular_64x.asm: circular addressing instructions
– cond.asm: branch and conditional instructions
– mult_64x: multiplier operations
– sat_64x: saturation instructions
– spbuffer_b/le0/1.asm: software pipelined loop buffer
If this exists somewhere, I'd appreciate being pointed in the right direction as I've been unable to find it. Thanks! - Elijah