• Using the RL-Flash-FS library wih a CF card
    Hi, I am trying to find out what is necessary to allow the Keil RL-Flash-FS file system library to be used with a compact flash card (on a LPC2388). Is it simply a matter of providing the GPIO interface...
  • Using the RL-Flash-FS library wih a CF card
    Hi, I am trying to find out what is necessary to allow the Keil RL-Flash-FS file system library to be used with a compact flash card (on a LPC2388). Is it simply a matter of providing the GPIO interface...
  • problem wih global variables while having ram function
    I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ram_fun(); while(1) { ; } }...
  • problem wih global variables while having ram function
    I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ram_fun(); while(1) { ; } }...
  • Error : Flash download failed - Target dll has been canceled wih Segger Debugger
    Hi... Dear all, I bought a Segger's ARM Debugger J-Link EDU Version 9.3 I am using Keil 5 IDE for compiling & debugging my code. But when I debug the code it fails. & gives the error message...