Part Number: PGA970EVM
Tool/software: Code Composer Studio
Hello,
I'm trying to run the PGA970EVM. I have started last year with PGA GUI and USB2ANY, but I've never seen activity on any pin of the PGA970 (except SPI-lines): The only thing that happens is when using the Low Level Configuration I'm able to set a GPIO or the DAC output voltage for example - but NO firmware activity. I don't get any signal at the primary drive (TP45 and TP71). I have loaded the reference firmware (PGA970_FW_Release_1_5) several times, enabled the remapping and un-reset the processor - but nothing happens. Verifying of the DEVRAM was ok. Because I have no indication that the firmware is doing anything I have orderd a XDS200-Debugger. With the debugger I can step over some assembler code - but when initializing the C-variables an unexpected interrupt occurs and Fault_ISR() is entered (at position PC = 0x4D4 - see below). The compilation runs without errors, but the startup code seems to be corrupt (or there is a hardware problem ...).
$C$L9:
000004d2: 2300 movs r3, #0
000004d4: 7013 strb r3, [r2]
000004d6: 3201 adds r2, #1
000004d8: 3901 subs r1, #1
000004da: D1FA bne $C$L9
000004dc: 2101 movs r1, #1
000004de: 4468 add r0, sp, r0
000004e0: 2220 movs r2, #0x20
000004e2: 02C9 lsls r1, r1, #0xb
If it is helpful, I can provide more details like screen dumps etc. - thanks in advance.
Stephan Hotz