• Handling SRAM data map
    Could you help me understand how can I declare and then use in my C application piece of memory in speecific place in SRAM? It could be on the end of memory map like 0x2001FF00 to 0x2001FFFF (I have...
  • Handling SRAM data map
    Could you help me understand how can I declare and then use in my C application piece of memory in speecific place in SRAM? It could be on the end of memory map like 0x2001FF00 to 0x2001FFFF (I have...
  • Interfacing STM32 with External 512kx16 SRAM, 8bit data only accessible per one address of RAM
    Hi,I have STM32F4 interfaced with the external SRAM sized 512kx16 array. Now what I believe is (Pls correct me if i am wrong), Pointing to Every incremental Address should give me 16bit data. because...
  • Interfacing STM32 with External 512kx16 SRAM, 8bit data only accessible per one address of RAM
    Hi,I have STM32F4 interfaced with the external SRAM sized 512kx16 array. Now what I believe is (Pls correct me if i am wrong), Pointing to Every incremental Address should give me 16bit data. because...
  • Locating large data blocks in LPC4078 SRAM
    I want to use all 96K of SRAM available, the main 64K SRAM is at addresses 0x1000 0000 - 0x1000 FFFF, the additional 32K of "peripheral" SRAM is at addresses 0x2000 000 - 0x2000 7FFF. My questions is...