Hi,
What I really need to do is modify my existing RCW. I could do it in Notepad++ with the HexEditor plugin and manually calculate the checksum but I don't really understand what is before and after the RCW registers. What I mean is, at the start of RCW I see:
aa 55 aa 55 01 0e 01 00
Then there are all the RCW register bits.
Followed by 7 bytes of some data - what is it? Size?
And at the end there's one byte of checksum.
First of all, I managed to find QCVS PBL for ARM arch but I don't seem to be able to find QCVS for PowerPC.
I need to create a new RCW. What is the algorithm to create it or where is the QCVS and CodeWarrior I could use to create it automatically, please?