Sorry, but there are no more tags available to filter with.
  • Using UART to write to SRAM

    Hi All,

    I am using UART to receive values and then write those values to SRAM. I am using the Texas Instruments Stellaris LM4F120 board.

    For this purpose, I am using the memcpy() function to write the received values over UART to my SRAM base address defined…