• SPI on the LPC2129 (MCB2100 board)
    I want to set up an SPI connection with a sensor who has a SPI interface. But I cannot find anywhere what I need to define. I saw in some examples S0SPCCR, VICVectCntl0 etc. etc. But I cannot find...
  • SPI problem with LPC2129 (using MCB2100)
    I have pull up resistors on the /SSEL pins of the SPI bus. I want to use the LPC2129 as master, let him send 10 bytes .. 1 time Ox55 and 9 times 0x00 but it seems not to work. Is there something wrong...
  • slog with ULINK and MCB2100 board
    I have successfully used the uVision3 slog command to divert printf() data to a text file using an Infineon C164 processor connected via a serial link. However I'm unsure how this works with the ARM...
  • I2C Example for MCB2100
    Is there an example how to program LPC2129 to use I2C EEPROM 24... ? Thank you Varuzhan
  • Using sbit on MCB2100 - LPC2129
    Hi, I'm using a MCB2100 dev board with LPC2129 chip. I am used to using a 8051 based chip and have used the sbit declaration for pin assignment previously. However it doesn't really like it with my new...