• LPC1778 interfacing with SRAM
    Hi, I am trying to initialize this model of SRAM (R1LV0816ASB – 5SI) to my LPC1778. I am currently tracing my code result through the memtest code that I wrote but so far what I am seeing is let...
  • relocate RW and ZI to external SRAM
    Microcontroller: STM32F429NI DATA_IN_ExtSRAM is defined and SystemInit_ExtMemCtl function initialises in system_stm32f4xx.c file. However, our application stops working if the following is specified...
  • SD Card for LPC1778
    Dear Sir, I used SD Card with SPI interface example code with MCB1700 eval board . This is work well. Then I try to port the code from LPC1768 to LPC1778 ( NXP MCU ) by following SD Card example...
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • Relocating Keil Library Functions
    Hello all, I am working on a Bootstrap Loader which will receive the new program over CAN. To be safe, I will use a CRC algorythm to check for inconsistencies. Now, my problem is as follows:...