• Issue regarding accessing XRAM in DS89C430
    I have problem accessing XRAM in DS89C430. I have included startup.A51 file and followed the instruction under forum " http://www.keil.com/support/docs/3345.htm". The issue is when i debug the code...
  • Dont get it
    Sorry. I meant to say Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the...
  • Dont get it
    Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the union part. Every other...
  • interrupts dont seem to work at all
    hi guys writing a simple program to blink a led for every 500ms using a systic timer i have observed the interrupt never occurs led stays on forever not only this but i have used many working sample...
  • Realloc Function Dont Work Correct
    Hi all, I want to use Dynamic Memory Allocation Functions. My platform is NXP LPC1768 (Cortex M3). My Heap Size Defined as 4096 Bytes in lpc17xx_startup.s file. First of all, I allocate an...