MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mccibootloader_stm32l0_systemflash.c File Reference

Go to the source code of this file.

Functions

bool McciBootloader_Stm32L0_programHalfPage (uint32_t flash_addr, const uint32_t *pData)
 
bool McciBootloader_Stm32L0_systemFlashErase (volatile const void *pBase, size_t nBytes)
 
bool McciBootloader_Stm32L0_systemFlashWrite (volatile const void *pDest, const void *pSrc, size_t nBytes)
 

Function Documentation

◆ McciBootloader_Stm32L0_programHalfPage()

◆ McciBootloader_Stm32L0_systemFlashErase()

◆ McciBootloader_Stm32L0_systemFlashWrite()