• why LPC1788 bit-band region do not cover internal SRAM completely?
    hi to all, i am working on a project that in it i need to do some process on large amount of data (nearly 10Kb) and generate some output signal by deciding on each bit of my data and indeed i am in...
  • why LPC1788 bit-band region do not cover internal SRAM completely?
    hi to all, i am working on a project that in it i need to do some process on large amount of data (nearly 10Kb) and generate some output signal by deciding on each bit of my data and indeed i am in...
  • Using External 512kb x 8 bit SRAM with EMC of LPC2468
    Hi! I have a external SRAM ( CY7C1049CV33-15VXC ( 512K x 8) ) connected to: LPC2468 ---- SRAM P4.24 / OE = OE P4.25 / WE = WE P4.30 / CS0= CE P4.[0-18] / A0-A18 = Address of SRAM P3.[0-7] ...
  • Using External 512kb x 8 bit SRAM with EMC of LPC2468
    Hi! I have a external SRAM ( CY7C1049CV33-15VXC ( 512K x 8) ) connected to: LPC2468 ---- SRAM P4.24 / OE = OE P4.25 / WE = WE P4.30 / CS0= CE P4.[0-18] / A0-A18 = Address of SRAM P3.[0-7] ...
  • Bit-banding in SRAM region (Cortex-M4)
    Hi. I would like to use bit-banding feature in SRAM, but don't know exactly how to implement it with C. I already use bit-banding in peripheral region with this kind of macro: #define BITBAND_PERI_REF...