• Problem whith monitor
    Hello I have problem with monitor 166. I can't debug my program in cicuit. Processor C167CS-LM with 32kb external ÐลกФЬ memory. I create my monitor in bootstrap mode DATA_START 3000h CODE_START...
  • 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...
  • 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...
  • 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...