• Step Into doesn't work in our own AGDI DLL.
    Step Into doesn't work in our own AGDI DLL for our own MCU with 22-bit contiguous mode compatible to DS80C390. StepInto works as Step Over does and AG_GoStep(...) get the same nCode in AGDI DLL when...
  • 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...
  • ARM7 compiled code is not working
    Hello, I am using Arm7 LPC2129, we have same code which is executed in IDE : Micro-vision Keil 3.11b when I put the perecompiled hex the sw is working fine in the Controller. But when I...
  • No correct work microSDHC card with LPC1788 (MCI protocol)
    No correct work microSDHC 8GB card with LPC1788 (MCI protocol). I use file system from Keil FS_CM3.lib and MCI driver from Keil MCI_LPC177x_8x.c (v4.54). MicroSD card with capacity before 4 GB works...
  • Is this the correct code for Digital clock?
    #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit PIN_P10=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit PIN_P11=P1^1; /* Clock*/ sbit PIN_P12=P1^2; ...