• Be careful of C51 7.02
    Just installed the brand-new 7.02 update for PK51. Lo and behold, my nice cleanly-compiling (under 7.01) project now has unresolved externals (with interesting new names) and code generation errors that...
  • SD care interface with LPC2148 on Development
    Hi, I am trying to integrate SDcard on to my project. My basic Aim is to transfer files to SDcard. The files are nearly 5MB to 10 MB in size. I used NSK electronics LPC 2148 development board. There...
  • Auto-Baudrate detect (Don't care crystal frequency)
    /****************************************************************************** Auto Baudrate : Detect for ASCII(0x00~0x7F) input Return : Time1 Count Reload Value (TH1) 2003/02/18 Jason Liao **...
  • init_TcpNet takes 2 seconds
    I find out, that the initialization function "init_TcpNet" of the RL-TCPnet stack takes about 2 seconds in my case. I use an STM32F437 running at 180MHz with a DP83848 PHY with the delivered driver from...
  • i2c interrupt not taking in lpc2148
    sending my whole code....... #include <LPC21xx.H> #include"prototype.h" unsigned char word[10] = {"india-pak"}; unsigned char i = 0; int main() { // VPBDIV = 1; PINSEL0 = 0X00000050; VICIntSelect...