personal copy to test forking on mbed.org
Fork of k64f_uuid by
main.cpp
- Committer:
- mbedAustin
- Date:
- 2014-11-20
- Revision:
- 4:c397bce05ecd
- Parent:
- 2:3d2e61cce12a
File content as of revision 4:c397bce05ecd:
#include "mbed.h" //#if defined(TARGET_K64F) //#if defined(TARGET_LPC1768) #if defined(TARGET_C027) #error haha #endif int main() { uint32_t UUID_LOC = 0x40048054; // K64F address of UUID data uint32_t result[4] = {0}; uint32_t i = 3; //comment here for (; i>=0; --i) { result[i] = *(uint32_t *)UUID_LOC; printf("REG:%08x\tVAL:%08x\n\r", UUID_LOC, result[i]); UUID_LOC += 4; } error("exit\r\n"); return *result; } //hadeerp derp derp thingy