How do I parse the BOOT_REV correctly.
Is 16-bit value 0x0303 = revision 3.3
Is 16-bit value 0x0331 = revision 3.31
Is 16-bit value 0x03FF = revision 3.255
The datasheet doesn't specify how to parse the value.
I'm presenting this value in a GUI, so that is why I want to know this.