full dis of init exec entry. ready to implement this now.
This commit is contained in:
parent
438c940ed7
commit
a5656b81b0
3 changed files with 74 additions and 52 deletions
|
@ -29,7 +29,7 @@ void put_hex32(uint32_t x);
|
|||
const uint8_t hex[16]={'0','1','2','3','4','5','6','7',
|
||||
'8','9','a','b','c','d','e','f'};
|
||||
|
||||
#define NBYTES 128
|
||||
#define NBYTES 1024
|
||||
__attribute__ ((section ("startup")))
|
||||
void main(void) {
|
||||
nvmType_t type=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue