• LPC2378 + SPI
    Hi All I am using LPC2378 to interface with the CLRC632 through SPI bus , i have used the example code provided by the nxp but its not working out the system waits in the while loop in the data transmitting...
  • problem in SPI of LPC2378
    Hi everybody! I want to send a byte with SPI in LPC2378 and i initialize the SPI block according to the user manual. But my problem is here that when i put a byte (for example 0x9F) in S0SPDR...
  • LPC2378 interface with AT45DB321D(SPI)
    Dear Sir, I am trying to make communication with flash memory AT45DB321D with LPC 2378 every register get modified except data register, here is the code given below, #define Cclk 12000000 /...
  • Change SPI clock for RL_FS
    How can I change SPI clock in RL_FS pack? I want to reduce this clock,My uSD card is not detected some times .fmount return FsMediaError or FsError. I think configured clock is high. I use the STM32f407...
  • SPI clock selection
    Using Stm32l476 controller. Master is running at 30 MHz and slave is running 15 MHz. In SPI master clock should be system clock/2 slave clock should be system clock/4 Question 1: My understanding...