Console Color Change - Prodinfo CRC

  • Thread starter Thread starter Jkop
  • Start date Start date
  • Views Views 1,148
  • Replies Replies 2

Jkop

Member
Newcomer
Joined
Dec 14, 2023
Messages
22
Reaction score
9
Trophies
0
Age
46
XP
291
Country
United States
So I have done a lot of research on this and cannot get the last step with the CRC-16 values. I checked the code at

https://switchbrew.org/wiki/Calibration

and don't quite know how to get input the hex values where. I tried to compile and run the code and gives me syntax errors.

I have checked github carameldunes and I think he doesnt mess with switches no more

Anyone know how to get the final values for YY= crc?
 

Attachments

  • purple.jpg
    purple.jpg
    86.6 KB · Views: 41
Not sure if this should calculate only first 16 bytes for CRC, but here is the godbolt that will calculate it for you

https://godbolt.org/z/b9GE7311x

just put your bytes in data[16] array and you will get result in compiled assembly.
In this example:
Code:
mov     w0, 22275
22275 is your CRC. Which is 0x5703. But since I don't know if this should be in what order it can be either 57 03 or 03 57
 

Site & Scene News

Popular threads in this forum