FreeCalypso > hg > freecalypso-sw
view target-utils/libcommon/cmd_dieid.c @ 136:3b5c3f3646fb
RV bring-up: lack of timer ticks fixed,
still investigating the lack of "system time" messages from the RVT task
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Nov 2013 23:35:11 +0000 |
parents | 8387dcba945d |
children |
line wrap: on
line source
#include "types.h" void cmd_dieid() { u32 addr; for (addr = 0xFFFEF010; addr <= 0xFFFEF016; addr += 2) printf("%08X: %04X\n", addr, *(volatile u16 *)addr); }