The ROBOOT project uses dual-licensing. You can use it for free for non-commercial, open source projects. See license.txt for details or visit project home page at http://www.wsn.agh.edu.pl/?q=roboot
THIS SOFTWARE IS PROVIDED 'AS IS'. NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. AGH UST SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file roboot_if_flash_stm32.c.
#include <string.h>
#include "roboot.h"
#include "stm32f10x.h"
Go to the source code of this file.
Defines | |
#define | UnlockTimeout ((uint32_t)0x0000000F) |
Variables | |
const ROBOOT_FLASH_Operations_T | flash_oper = { FlashUnlock, FlashLock, FlashErasePage, FlashWriteData } |