13#include "tr_hal_config.h"
16#define FLASH_PAGE_PROGRAMMING_SIZE 256
17#define SIZE_OF_FLASH_SECTOR_ERASE 4096
18#define FLASH_PAGE_MASK (~(256 - 1))
28#define LOOK_FOR_START_CHAR 1
31#define PRINT(...) tr_printf(__VA_ARGS__)
40uint32_t
crc32(uint32_t flash_addr,
void set_flash_erase(uint32_t flash_addr, uint32_t image_size)
int serial_read(int length, int timeout_ms)
uint32_t crc32(uint32_t flash_addr, uint32_t data_len)
A simple printf utility for debug prints and cli support. Required for remote CLI to function properl...