Hello,
I want to do a tool to download config data into NVM memory of TPS53679.
Refer to Document SLUA888,I got that I should follow the .CSV file to do operations to download data into NVM.
So I should parse the .CSV file to get valid data.
Is there any information to describe the format of .CSV file?
1)There is one record below ,which is got from .csv file.E2 is the PEC sum of this record.How to calcute this PEC sum?
WriteByte,0x77,0x00,0x00E2
2)There is another record below.The data part is 1410020030F5.When I send it to device,should I send 14 first or F5 first?What is the exact byte sequence?
BlockWrite,0x77,0xB0,0x061410020030F5C1
3)There is a third record below.
WriteWord,0x77,0x21,0x790097,The data part is 7900.When I send it to device,should I send 79 first or 00 first?
4)There is a fourth record below. how to calcute this sum("07AC0D1D ")?
BlockRead,0x77,0x9E,0x0407AC0D1D
Thanks.