• i m not getting sck clock from lpc2378 fpr spi
    respected sir this is my code int main (void) { SYS_TargetResetInit(); PCONP |= (1 << 8); /* by default, it's enabled already, for safety reason */ PINSEL0 |= 0xC0000000; PINSEL1 |= 0x0000003C;...
  • i m not getting sck clock from lpc2378 fpr spi
    respected sir this is my code int main (void) { SYS_TargetResetInit(); PCONP |= (1 << 8); /* by default, it's enabled already, for safety reason */ PINSEL0 |= 0xC0000000; PINSEL1 |= 0x0000003C;...
  • spi not reading input clocked in bytes?
    This ( www.keil.com/.../group__spi__interface__gr.html) spi interface is so confusing to me. I can easily clock out my bytes. but I can not read them in? For example SPIdrv->Control(ARM_SPI_CONTROL_SS...
  • spi not reading input clocked in bytes?
    This ( www.keil.com/.../group__spi__interface__gr.html) spi interface is so confusing to me. I can easily clock out my bytes. but I can not read them in? For example SPIdrv->Control(ARM_SPI_CONTROL_SS...
  • SPI Clock issue of SPI with LPC2378
    Dear Sir, On Simulation a proper SPI clock is generated but in actual noisy clock is observed on CRO 1)Clock signal should be in square wave form? So if so for what reason noisy clock is seen on CRO...