30 #if !defined(__FLASHLOADER_IMAGE_H__) 31 #define __FLASHLOADER_IMAGE_H__ 58 #endif // __FLASHLOADER_IMAGE_H__ const uint8_t g_flashloaderImage[]
Image of flashloader to load to RAM, in raw binary format.
const uint32_t g_flashloaderEntry
Entry point of flashloader image.
const uint32_t g_flashloaderStack
Stack limit of flashloader image.
const uint32_t g_flashloaderSize
Size of flashloader image.
const uint32_t g_flashloaderBase
Base address in RAM of flashloader image.