• Why are we reading incorrect length ?
    struct SOME_STRUCT { unsigned short objectId; unsigned long length; }; We read sizeof(SOME_STRUCT) from buffer. sizeof(SOME_STRUCT) - Not sure why the lenght is Eight bytes when the structure...
  • NXP LPC2148 Incorrect Vector Addressing
    Hello. I'm using a MCB2140 evaluation kit to program and debug the LPC2148, along with uVision4 and its RealView Compiler. I'm using the LPC2148 as a USB keypad controller. When I load my program...
  • Debugger shows Invalid code Range
    I am using C8051f120 mcu with code banking. My code size is around 90K. In my main function(which is in code bank common), I call a function residing in code bank 3. While debugging, when I step into...
  • ISR not called or Jumping to incorrect address
    I am using Keil as development environment for EFM32ZG110F32 controller from silicon labs. This is cortex M0+ core controller. I created project referring getting started manual of Keil and facing issue...
  • µVision4 not always showing address of variables
    Hi, I have a little "problem" with µVision4 (4.10). When my cursor is on &variable, popup not showing the address of the variable, only the value. ex.: img709.imageshack.us/.../forum1.gif With...