debug开始,cdrin优化后payloadlen加载错误
This commit is contained in:
@@ -14,9 +14,9 @@ volatile uint32_t *cdr_rxLen = (uint32_t*)( 0x000 + 0x18 ); //read
|
||||
volatile uint32_t *cdr_rxFifo = (uint32_t*)( 0x000 + 0x1c ); //read
|
||||
|
||||
|
||||
volatile uint32_t *WriteGpio = (uint32_t*) ( 0x800);
|
||||
volatile uint32_t *ReadGpio = (uint32_t*) ( 0x800);
|
||||
volatile uint32_t *ReadIsLast = (uint32_t*) ( 0x808);
|
||||
volatile uint32_t *WriteGpio = (uint32_t*) ( 0x400);
|
||||
volatile uint32_t *ReadGpio = (uint32_t*) ( 0x400);
|
||||
volatile uint32_t *ReadIsLast = (uint32_t*) ( 0x408);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user