You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
166 B
2 lines
166 B
uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size);
|
|
void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);
|
|
|