• AT45DB321D sample code for LPC2378
    Hi everybody! I want to provide a connection between LPC2378 and AT45DB321D DataFlash. I want write to and read from this DataFlash by LPC2378. Does anyone have a C code for it? Please help...
  • STM32F103 AT45DB321D SPI issue
    Processor – STM32F103ZE HCLK – 24MHz PCLK2 – 24MHz Serial Flash – AT45DB321D STM32 Standard Peripheral Ver 3.1.2 I am having an unusual issue working with serial flash. I am able to read and...
  • how to interface spi whith lpc2378
    thank you i write thiis code for simple write and read data in spi but i m not getting output InitSPI(); IOCLR0 = SPI0_SEL; Write_SPI(0x84); // opcode Write on buffer 1 Write_SPI(0x00); Write_SPI...
  • how to interface spi with arm lpc2378
    how i should configure spi at45db161 tell me some basic idea how to read and write thank you
  • LPC2378 SPI TO DAC INTERFACE FOR 24bits.
    when i go through data sheet i found tat i can able to send max of 16bits. but i need to send 24bits, is it possible to write 24bits? if i write into 3 segments dac wil consider as three diff data is...