• Can I use Unity Test Harness for C51 compiler projects?
    I want to work on my next project which we have already locked down to be based on 8051 core and C51 compiler. Can I use unity Test harness for this project? Does anyone have experience to integrate Unity...
  • Can I use Unity Test Harness for C51 compiler projects?
    I want to work on my next project which we have already locked down to be based on 8051 core and C51 compiler. Can I use unity Test harness for this project? Does anyone have experience to integrate Unity...
  • Testing Data Cache of ARM926EJ-S
    Note: This was originally posted on 26th November 2009 at http://forums.arm.com Hi, I have an issue testing data cache for ARM926EJ-S used by AT91SAM9XE and AT91SAM9G20. As you know, AT91SAM9XE has the...
  • __asm uint32_t test (uint32_t data) problem
    Want to declare an assembler function (to be called from standard C) for a Cortex-M3 (LPC1343) like this: __asm uint32_t RevBytes (uint32_t data) { rev r0, r0 bx lr } Using armcc.exe V5.06...
  • Testing Data Cache of ARM926EJ-S
    Note: This was originally posted on 26th November 2009 at http://forums.arm.com Hi, I have an issue testing data cache for ARM926EJ-S used by AT91SAM9XE and AT91SAM9G20. As you know, AT91SAM9XE has the...