@@ -668,7 +668,7 @@ static inline int rom_get_partition_table_info(uint32_t *out_buffer, uint32_t ou
668
668
*
669
669
* This method potentially requires similar complexity to the boot path in terms of picking amongst versions, checking signatures etc.
670
670
* As a result it requires a user provided memory buffer as a work area. The work area should byte word-aligned and of sufficient size
671
- * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3064 , so 3K is a good choice.
671
+ * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3264 , so 3.25K is a good choice.
672
672
*
673
673
* If force_reload is false, then this method will return BOOTROM_OK immediately if the bootrom is loaded, otherwise it will
674
674
* reload the partition table if it has been loaded already, allowing for the partition table to be updated in a running program.
@@ -695,7 +695,7 @@ static inline int rom_load_partition_table(uint8_t *workarea_base, uint32_t work
695
695
*
696
696
* This method potentially requires similar complexity to the boot path in terms of picking amongst versions, checking signatures etc.
697
697
* As a result it requires a user provided memory buffer as a work area. The work area should bye word aligned, and of sufficient size
698
- * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3064 , so 3K is a good choice.
698
+ * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3264 , so 3.25K is a good choice.
699
699
*
700
700
* The passed partition number can be any valid partition number other than the "B" partition of an A/B pair.
701
701
*
@@ -742,7 +742,7 @@ static inline int rom_get_b_partition(uint pi_a) {
742
742
*
743
743
* This method potentially requires similar complexity to the boot path in terms of picking amongst versions, checking signatures etc.
744
744
* As a result it requires a user provided memory buffer as a work area. The work area should byte word-aligned and of sufficient size
745
- * or `BOOTROM_ERROR_INSUFFICIENT_RESOURCES` will be returned. The work area size currently required is 3064 , so 3K is a good choice.
745
+ * or `BOOTROM_ERROR_INSUFFICIENT_RESOURCES` will be returned. The work area size currently required is 3264 , so 3.25K is a good choice.
746
746
*
747
747
* If the partition table
748
748
* has not been loaded (e.g. from a watchdog or RAM boot), then this method will return `BOOTROM_ERROR_PRECONDITION_NOT_MET`, and you
@@ -795,7 +795,7 @@ static inline intptr_t rom_flash_runtime_to_storage_addr(uintptr_t flash_runtime
795
795
*
796
796
* This method potentially requires similar complexity to the boot path in terms of picking amongst versions, checking signatures etc.
797
797
* As a result it requires a user provided memory buffer as a work area. The work area should be word aligned, and of sufficient size
798
- * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3064 , so 3K is a good choice.
798
+ * or BOOTROM_ERROR_INSUFFICIENT_RESOURCES will be returned. The work area size currently required is 3264 , so 3.25K is a good choice.
799
799
*
800
800
* NOTE: This method is primarily expected to be used when implementing bootloaders.
801
801
*
0 commit comments