![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader_board_catena4801.h"#include "mcci_bootloader_board_catena_abz.h"#include "mcci_bootloader_flash_mx25v8035f.h"#include "mcci_stm32l0xx.h"#include <stdbool.h>#include <stdint.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | McciBootloaderBoard_Catena4801_storageInit (void) |
| static void | storagePowerOn (void) |
| void McciBootloaderBoard_Catena4801_storageInit | ( | void | ) |
Definition at line 82 of file mccibootloaderboard_catena4801_storageinit.c.
References McciBootloaderFlash_Mx25v8035f_storageInit, McciBootloaderPlatform_spiInit(), and storagePowerOn().
|
static |
Definition at line 55 of file mccibootloaderboard_catena4801_storageinit.c.
References MCCI_BOOTLOADER_FIELD_SET_VALUE, MCCI_STM32L0_GPIO_BSRR, MCCI_STM32L0_GPIO_BSRR_BS_P, MCCI_STM32L0_GPIO_MODE_OUT, MCCI_STM32L0_GPIO_MODE_P, MCCI_STM32L0_GPIO_MODER, MCCI_STM32L0_REG_GPIOH, MCCI_STM32L0_REG_RCC_IOPENR, MCCI_STM32L0_REG_RCC_IOPENR_IOPHEN, McciArm_putRegMasked(), McciArm_putRegOr(), and McciBootloaderPlatform_delayMs().
Referenced by McciBootloaderBoard_Catena4801_storageInit().