• EINT1 example on MCB2103 and blinky example
    first : For some reason there are NO pullup resistors on the MCB2103 board pin GPIO 0.17 and 0.18 both are open drain outputs. Thats why 2 leds will not blink with the blinky example. If you try...
  • MCB2103 board, SSP
    Hi, I am trying to make SPI1 working. I can see data on MOSI on the scope, but I don't see any clock signal. I am fighting with this for days. Any help will be appreciated. Here is my initialization...
  • Tying VBAT to ground on the MCB2103 Dev Board
    Is there code preventing the LPC2103 from booting normally when VBAT is shorted to grounded on the MCB2103 development board? The Philips's user's manual for the part says to tie VBAT to ground when the...
  • RTL-RTX example complie error
    When I compile the Mailbox example of RTL-RTX, I got a error message: main.c(36): error: #167: argument of type "U32 **" is incompatible with parameter of type "void **" Why? How can I resolve...
  • RTL-TCPNET?
    how to create a tcp application using RL-ARM(tcpnet) without http server?