• Problem with serial port interrupt in MSC1211y5
    I am working with Msc1211y5, 24 bit A2D with 8051 microcontroller. In my program, I have enabled A2D and timer 0 interrupts. When I also enable serial port 0 interrutps(Both send and receive are enabled...
  • Problem with serial port interrupt in MSC1211y5
    I am working with Msc1211y5, 24 bit A2D with 8051 microcontroller. In my program, I have enabled A2D and timer 0 interrupts. When I also enable serial port 0 interrutps(Both send and receive are enabled...
  • Using SPI with TI MSC1211Y5
    Hello all, I've been trying to get the Serial Peripheral Interface to work for the TI MSC1211. I need to pass the signal into a D2A (a TLC5628), and have at the output a DC output. Since I'm just...
  • Using SPI with TI MSC1211Y5
    Hello all, I've been trying to get the Serial Peripheral Interface to work for the TI MSC1211. I need to pass the signal into a D2A (a TLC5628), and have at the output a DC output. Since I'm just...
  • Strange problem with the VPBDIV register
    Hi: I tried the following code: #include <LPC21XX.h> #include <stdio.h> #define OSC_CLOCK_FREQ 14745600 #define CR 0x0D void UARTInitialize(unsigned int baud) { U0LCR = 0x83; /* 8 bit, 1 stop...