• microSD card on LPC2368 with SSP0
    Hi there, I try to use microSD on LPC2368 with SSP0 (SCK0 on P1.20, SSEL0 on P1.21, MOSI0 on P1.24 and MISO0 on P1.23), can somebody share with me experience or some workign example with above settings...
  • microSD card on LPC2368 with SSP0
    Hi there, I try to use microSD on LPC2368 with SSP0 (SCK0 on P1.20, SSEL0 on P1.21, MOSI0 on P1.24 and MISO0 on P1.23), can somebody share with me experience or some workign example with above settings...
  • SSP0 Clock setting
    we set CCLOCK to 60MHz, SSP0 divider is 2, so in lpc2300.s PCLKSEL1_Val should be 0x800. // SSPCPSR clock prescale register, master mode, // minimum divisor is 0x02 SSP0CPSR = 0x06; the clock...
  • SSP0 Clock setting
    we set CCLOCK to 60MHz, SSP0 divider is 2, so in lpc2300.s PCLKSEL1_Val should be 0x800. // SSPCPSR clock prescale register, master mode, // minimum divisor is 0x02 SSP0CPSR = 0x06; the clock...
  • Access violation writing SSP0 registers
    When I set up a simple project for the LPC1759, access to one SSP0 Serial Port register generates an access violation (Error 65) at address 0x00000020, when the LPC_SSP0->ICR register is written....