• malloc at LPC2294 with external RAM
    Dear all, I'm using a LP2294 with 1 MB external RAM and Keil RealView. The RAM is configured at 0x81000000 in the options dialog. Now I want to use a dynamic memory allocation by using malloc. I...
  • malloc at LPC2294 with external RAM
    Dear all, I'm using a LP2294 with 1 MB external RAM and Keil RealView. The RAM is configured at 0x81000000 in the options dialog. Now I want to use a dynamic memory allocation by using malloc. I...
  • LPC2294
    I would like to simulate UART feature on keil. #include <lpc22xx.h> void main(void) { PINSEL0 = 0x1; VPBDIV = 0x11; U0LCR = 0x8F; U0TER = 0x00; U0FCR = 0x01; U0THR = 1; U0FDR = 0x10;...
  • LPC2294
    I would like to simulate UART feature on keil. #include <lpc22xx.h> void main(void) { PINSEL0 = 0x1; VPBDIV = 0x11; U0LCR = 0x8F; U0TER = 0x00; U0FCR = 0x01; U0THR = 1; U0FDR = 0x10;...
  • LPc2294+TCP
    Hallo, I have a question to the topic ethernet. I have look at the exmaple LEDswitch Client and I don't understand why I need the following code: .. U8 p2val, cnt, lshf; .. p2val = 1; cnt =...