fixes changed base addresses
This commit is contained in:
parent
b921b9c71f
commit
71217499f2
4
env/ehrenberg/platform.h
vendored
4
env/ehrenberg/platform.h
vendored
@ -28,10 +28,10 @@
|
||||
#define APB_BASE 0xF0000000
|
||||
|
||||
#define gpio PERIPH(gpio_t, APB_BASE+0x0000)
|
||||
#define uart PERIPH(uart_t, APB_BASE+0x1000)
|
||||
#define uart PERIPH(uart_t, APB_BASE+0x10000)
|
||||
#define timer PERIPH(timercounter_t, APB_BASE+0x20000)
|
||||
#define aclint PERIPH(aclint_t, APB_BASE+0x30000)
|
||||
#define irq PERIPH(irq_t, APB_BASE+0x40000)
|
||||
//#define irq PERIPH(irq_t, APB_BASE+0x40000)
|
||||
#define qspi PERIPH(qspi_t, APB_BASE+0x50000)
|
||||
#define i2s PERIPH(i2s_t, APB_BASE+0x90000)
|
||||
#define camera PERIPH(camera_t, APB_BASE+0xA0000)
|
||||
|
Loading…
x
Reference in New Issue
Block a user