• keybaored whith displey
    hi pople, i want to make a program to get the message on my displayw ith it scrooliong from left to rigt and down. and i need the keybaored to choos. has nu bodey got the code for me to see. this...
  • some trouble whith the use of isr_send_signal()
    HI, I think I have some trouble whith the use of isr_send_signal(), if the task is already in "active state". Please can you tell me what happend in this case : * Interrupt 0 each 100 ms * some...
  • Simulation of External Interrupt whith LPC2378
    Hello, I'm triyng to simulate an external interrupt with the LPC378 but it doesn't work. I already saw other threads about this problem. It seem's to work with MCB2100 with a .ini file but it...
  • No error whith a code space overflow
    I've noticed that the C51 linker does not always generate an error when the code space overflows its alloted space. For example, the following directive is used for the linker: CODE (0X0000-0X1BFF...
  • how to interface spi whith lpc2378
    thank you i write thiis code for simple write and read data in spi but i m not getting output InitSPI(); IOCLR0 = SPI0_SEL; Write_SPI(0x84); // opcode Write on buffer 1 Write_SPI(0x00); Write_SPI...