|
Hi everyone !
I am having trouble reading and writing to the flash memory of the screen.
I write data to some addresses. however, when I turn the device off and on, it reads different values while reading.
The addresses and data I wrote are as follows:
address: 0x01DE 2EE4 ----> written value: 8000(decimal) = (0x1F40)
address: 0x01DE 0FA0 ----> written value: 0
address: 0x01DE 2EF2 ----> written value: 0
When I turn the device off and on, the data I read from these addresses are as follows:
address: 0x01DE 2EE4 ----> read value: 48960(decimal) = (0xBF40)
address: 0x01DE 0FA0 ----> read value: 0x02000000
address: 0x01DE 2EF2 ----> read value: 0x32000000
where could the problem be? Could there be an error in UART when sending data to dgus flash? because I am sending a lot of writing commands one after another. does this cause an error? If so, what solution will be required?
|
|