What is the fetch time for flash and RAM. I have to place an LUT in SRAM / flash. Which is the faster one ?
sRAM will be faster (except for low CPU clocks). If you need the exact value, you should look in the PSoC5 architecture TRM page 50).
FLASH is accessed via a cache controller, SRAM is 0 wait states.
Regards, Dana.