Using PEEDI
ITEM = int32_abs, BASE, 0x12345678; BASE = 0x12345678
ITEM = int32_abs, BASE, 0x12345678, 0 ; BASE = *0x12345678
ITEM = int32_abs, BASE, 0x12345678, 0x20 ; BASE =
*(0x10x20)
ITEM = int32_abs, BASE, Cyg_Scheduler_Base::current_thread
ITEM = int32_abs, BASE, Cyg_Scheduler_Base::current_thread,
0x20
ITEM = int32_abs, BASE, 0x20000000, 0x1234, offset2
ITEM = int32, PID, 0xA4 ; PID = *(BASE + 0xA4)
ITEM = string, NAME, 0xEC, offset2, offset3
ITEM = int32, R0, 0xC ; R0 = *(BASE + 0xC)
ITEM = int32, R1, 0x10, 0x20 ;R1 = *(*(BASE + 0x10) + 0x20)
ITEM = reg32_abs, xPSR, 0x20000000, 0 ; xPSR = *0x20000000
Section SERIAL
BAUD
Synopsis:
BAUD = 1200|2400|4800|9600|19200|38400|57600|115200
Description:
Serial Baud rate
STOP_BITS
Synopsis:
STOP_BITS = 1|1.5|2
Description:
Serial Stop bits
PARITY
Synopsis:
PARITY = NONE|EVEN|ODD
Description:
PEEDI User’s Manual
85