The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't
matter much, since these defines are unused... Obtained from: AT91SAM9G20 datasheet
This commit is contained in:
parent
3878e8fba6
commit
cecdf5f9b6
@ -238,7 +238,7 @@
|
||||
#define AT91SAM9G20_WDT_SIZE 0x10
|
||||
|
||||
#define AT91SAM9G20_PIT_BASE 0xffffd30
|
||||
#define AT91SAM9G20_PIT_SIZE 10
|
||||
#define AT91SAM9G20_PIT_SIZE 0x10
|
||||
|
||||
#define AT91SAM9G20_SMC_BASE 0xfffec00
|
||||
#define AT91SAM9G20_SMC_SIZE 0x200
|
||||
|
Loading…
x
Reference in New Issue
Block a user