• 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...
  • Blinky example MCB2100
    Hello, I am using keil MCB2100 board on windows platform. I run the example Blinky to test my board. The LED's toggel on board but when I want to display results on Hyperterminal (as inticated in...
  • 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...
  • No SPI activity on MCB2100
    Hello, I'm trying to use the SPI-interface on the MCB2100 board (with the LPC2129) but it just doesn't work. I can initialize the SPI0 and simulate the sending of data. But when I download it to...