Project

General

Profile

Revision 6030b995

ID6030b99531025d5cf606ececd5a8598343384864
Parent 3a25bcb9
Child 89f527ad

Added by Aaron Perley about 10 years ago

Bootloader code test

View differences:

scout_avr/bom/bootloader.h
1 1
#ifndef BOOTLOADER_H
2 2
#define BOOTLOADER_H
3 3

  
4
#define BOM_I2C_PGRM 30
5
#define BOM_I2C_STRT 31
6
#define START_ADDR 0xA00
7

  
8
#define strt_pgrm ((void (*)(void)) _VECTORS_SIZE)
9

  
4 10
void boot_program_page (uint32_t page, uint8_t *buf);
5 11

  
6 12
#endif

Also available in: Unified diff