preliminary interrupts. looks like it is entering the isr but isn't
leaving correctly.
This commit is contained in:
parent
28c1ed2105
commit
09b15558a1
15 changed files with 89 additions and 26 deletions
|
@ -29,6 +29,10 @@ 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'};
|
||||
|
||||
#include "isr.h"
|
||||
|
||||
no_isrs();
|
||||
|
||||
#define NBYTES 1024
|
||||
__attribute__ ((section ("startup")))
|
||||
void main(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue