working on c37.118 forma

This commit is contained in:
Wintermute 2025-06-30 10:13:29 +02:00
parent 7883b42d13
commit f86a6bf9f4
6 changed files with 53 additions and 74 deletions

View file

@ -1,11 +1,15 @@
#= Bigendian
#= BigEndian
CFGFRAME {
0-1 bytes: field "SYNC" {
0 byte: const "magic_number" u8 0xAA
1 byte: const "ver_number" u8 0x31
0 byte: const "sync" u8 0xAA
1 byte: field "type_ver" {}
}
3-4 bytes: field "TIME BASE" u16
5-6 bytes: field "NUM_PMU" u16
2-3 bytes: field "framesize" u16
4-5 bytes: field "idcode" u16
6-7 bytes: field "soc" u16
8-9 bytes: field "fracsec" u16
10-11 bytes: field "time base" u16
}