Вот как это понимать?
Код:
//-------------------------------------------------------------------------
// It's important for DATAFLASH_PARAMS_SIZE to be a divider of
// DATAFLASH_PARAMS_SPACE for all the functions of cycling to work
// properly. Unfortunatly, we can't check this in the preprocessor
// due to the sizeof() operation.
// It won't be a problem as long as the size of the parameters do not
// exceed 0x200 bytes. Just be aware.
// In any case, parameters size should never exceed 0x500 bytes.
//-------------------------------------------------------------------------
Параметры занимают первые 0х100 байт.
Потом блок временной информации столько же.
Потом можно начать третий блок, в сумме с первым не превышающий 0x200 ?