• 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 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...
  • 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...
  • 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...
  • 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...