Hello, I am trying to program my own information into the EEPROM at PCM2704.
I write a field from the datasheet. I have verified that the memory is written correctly.
But if I connect it to a PC, the device name is absolutely incorrect. It consists of absurd characters.
For clarification, I'll still attach the screen from windows.
Do not you have any experience with this? Thank you.
unsigned char PCM2704[] = {0x00, 0x00, 0xBB,0x08,0x04,0x27, //0x00, 0x00 is adrress
0x50,0x72,0x6F,0x64,0x75,0x63,0x74,0x20,0x73,0x74,0x72,0x69,0x6E,0x67,0x73,0x2E,
0x56,0x65,0x6E,0x64,0x6F,0x72,0x20,0x73,0x74,0x72,0x69,0x6E,0x67,0x73,0x20,0x61,
0x72,0x65,0x20,0x70,0x6C,0x61,0x63,0x65,0x64,0x20,0x68,0x65,0x72,0x65,0x2E,0x20,
0x80,
0x7D,
0x0A,0x93,0x01};