Functions
flash_helper.h File Reference
#include "conf_general.h"

Go to the source code of this file.

Functions

uint16_t flash_helper_erase_new_app (uint32_t new_app_size)
 
uint16_t flash_helper_write_new_app_data (uint32_t offset, uint8_t *data, uint32_t len)
 
void flash_helper_jump_to_bootloader (void)
 

Function Documentation

uint16_t flash_helper_erase_new_app ( uint32_t  new_app_size)
void flash_helper_jump_to_bootloader ( void  )

Stop the system and jump to the bootloader.

uint16_t flash_helper_write_new_app_data ( uint32_t  offset,
uint8_t *  data,
uint32_t  len 
)