![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader_flash_mx25v8035f.h"#include "flash_mx25v8035f.h"#include "mcci_bootloader_platform.h"#include "mcci_bootloader.h"#include "mcci_flash_sfdp.h"Go to the source code of this file.
Functions | |
| void | McciBootloaderFlash_Mx25v8035f_storageInit (void) |
| bool | McciBootloaderFlash_Mx25v8035f_storageRead (McciBootloaderStorageAddress_t Address, uint8_t *pBuffer, size_t nBuffer) |
| void McciBootloaderFlash_Mx25v8035f_storageInit | ( | void | ) |
Definition at line 76 of file mccibootloaderflash_mx25v8035f.c.
References MCCI_FLASH_SFDP_HEADER_PROPERTY_PROTOCOL_NOR, MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JES216B, MCCI_FLASH_SFDP_HEADER_SIGNATURE, McciBootloaderError_FlashNotFound, McciBootloaderError_FlashNotSupported, McciBootloaderPlatform_delayMs(), McciBootloaderPlatform_fail(), McciBootloaderPlatform_spiTransfer(), McciFlashSfdpHeader_getProtocol(), McciFlashSfdpHeader_getSignature(), McciFlashSfdpHeader_getVersion(), MX25V8035F_CMD_RDSFDP, MX25V8035F_CMD_RST, and MX25V8035F_CMD_RSTEN.
| bool McciBootloaderFlash_Mx25v8035f_storageRead | ( | McciBootloaderStorageAddress_t | Address, |
| uint8_t * | pBuffer, | ||
| size_t | nBuffer | ||
| ) |
Definition at line 164 of file mccibootloaderflash_mx25v8035f.c.
References McciBootloaderPlatform_spiTransfer(), and MX25V8035F_CMD_READ.