Part Number: TIDM-TM4CFLASHSRAM Tool/software: Hello Team,
We're planning to use TM4C with external memory devices as in TIDM-TM4CFLASHSRAM EVK.
We need to store large number of data which will be transferred in chunks via SPI to an FPGA. As the…
Part Number: TM4C129XNCZAD Other Parts Discussed in Thread: TIDM-TM4CFLASHSRAM We have a new device designed with a TM4C129xnczad using the TIDM-TM4CFLASHSRAM. We are currently using a 24 BPP raster and having issues with our LCD screen updating at a good…
Bump This_Post said: The DoDMA function is reading in data from an external flash using CPU memory, then writing it to an external SRAM using CPU memory, currently I am trying to configure the DMA to do that instead.
Hi,
I think I may have given you incorrect…
Part Number: TM4C129XNCZAD Other Parts Discussed in Thread: TIDM-TM4CFLASHSRAM
So we currently have a device that uses a basic 640 x 480 screen with a raster input. The problem is that we are using an external SRAM as the LCD frame buffer, this is updating…
Then the TIDM-TM4CFLASHSRAM will be a good start point for you to reference. As mentioned, this example contains a custom bootloader called ektm4c129_epiflash_bootloader (see below) which will copy the example application called ektm4c129_epiflash_boot_demo…
Other Parts Discussed in Thread: TIDM-TM4CFLASHSRAM Hi Team, Our customer would like to request for the design files of the TIDM-TM4CFLASHSRAM reference design. The files are apparently one of the key factors on the processor selection for their new project…
cheng gu said: 1. if my variable type are uint8_t, uint16_t or uint32_t, and I put the variable into the external SRAM chip CY62147, when I read/write the variable, can I just use simple C code like below, do I need add some delay or other operation? what…
Part Number: MSP432E401Y I'm currently designing a microcontroller board with MSP432E401Y which uses EPI Host bus muxed mode for interfacing with 3 devices(SRAM, Parallel Flash and FPGA)
To segregate the address and data line, should i add a D-latch…