• 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...
  • ULINK ME stopped working with V4.22
    ULINK ME is no longer recognized after installing V4.22, with 4.20 it works.. anybody run into the same issue? Werner
  • 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...
  • 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...