Standalone SWD programator
flash.h
Zobrazit dokumentaci tohoto souboru.
1 #ifndef FLASH_H
2 #define FLASH_H
3 #include <stdint.h>
4 
7 
15 extern int FlashProgram (void);
16 
17 /* in user.S */
18 extern const uint32_t * flashDataSource;
19 extern const uint32_t flashDataLenght;
20 
21 #endif // FLASH_H
int FlashProgram(void)
Zápis do flash cílového procesoru.
Definition: lpc_flash.c:310