Hi CraigG,
thank you for the reply. I got it running right now. The problem was, that i thought the loader utility would already pack the data in LSB format because it also already does the right packaging of the bit blocks.
I think its not documented in the loader manual for CCES that the loader utility puts the bits in MSB format. Or at least i couldn't find it.
So i had to add a function which reverses all bytes in the binary before its send via SPI to the SHARC.
Thank you for the hint with the debugger this is really helpful.