Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
flashwrapper.h
00001 /* 00002 * flashwrapper.h 00003 * 00004 * Created on: 25 дек. 2018 г. 00005 * Author: spookee 00006 */ 00007 00008 #pragma once 00009 00010 #include "stdint.h" 00011 //начальный адрес сектора 12 банка 2 00012 #define START_ADRESS 0x08100000 00013 00014 uint32_t flashRead(uint32_t address); 00015 void flashWrite(uint32_t address, uint32_t *p_data, uint16_t size); 00016 00017 00018
Generated on Wed Jul 13 2022 07:07:37 by
1.7.2