DelfiSpace / DelfiPQcore

0 stars 1 forks source link

[SoftwareUpdate] Change Block/CRC addressing to 4 bytes #46

Closed CasperBroekhuizen closed 3 years ago

CasperBroekhuizen commented 4 years ago

the MSP432P4111 introduces a bigger memory, this means the memory offset can exceed 2 bytes, hence 4 bytes addressing should be implemented.

CasperBroekhuizen commented 3 years ago

Space is 0x80000 bytes per slot -> 524288 bytes -> 16384 blocks -> offset will easily fit in 2 bytes..