2.5.2.7 BL_ApplicationStartAddressGet()
uint32_t BL_ApplicationStartAddressGet (uint8_t imageId)
Retrieves the start address of the application based on the provided image ID.
| in | imageId |
- Identifier for the application image space |
uint32_t - The start address of the specified application |
MISRA C:2012 Deviation Required: misra-c2012- 7.2
Justification: The MACRO is used in the bl_interrupt file as an argument for assembly instructions, which requires the value to be a pure hexadecimal number without the appended U or u.