• loading BIN to external RAM
    Is there any body who knows how to load a binary file to particular external RAM address in uvision? The command "LOAD" do not indicate any load address.
  • Using external RAM/Flash
    Hello, I'm using a LPC2468. When I check an off-chip RAM/ROM checkbox in the target menu while a valid address is filled in, must I also initialize the EMC? Are there circumstances when that is not...
  • MCBSTM32F400 external ram
    I'm using the Keil MCBSTM32F400 development board and I'd like to start using the external SRAM. From the user's guide the SRAM uses the following pins and is at the following location: SRAM FSMC_NE3...
  • external Flash and RAM with LPC2378
    Hi! I have MCB2300 board. Now I would like to do an own board. I need fast storage data, so I chose for external SRAM (I need at last 128kB) with battery. I also need DataFlash. 1.) Have anyone...
  • Setup heap on external RAM
    Hi I have a board with external RAM and I'm using it quite well, except that I wrote my own malloc and free, which works fine, but I rather use the malloc and free that comes with standard library...