Content originally posted in LPCWare by rodri on Wed May 04 12:01:23 MST 2016
Hi metraTec, thanks for your answer!
Quote:
Is this really necessary? How about 1 flash with 4GBit?
Yes it is a better sollution. I'm doing my final year project and the idea is to test the scalability of my design, so in this case 1Gb chips is enough and cheaper.
EDIT: I think 43xx only support up to 128MByte memories, that is 1Gb.
Quote:
I see no reason why is should not be possible to deactivate the SPIFI pin and use it as GPIO + use 3 more GPIOs to have a manual slave select.
Is this what you needed to know?
Yes thank you. First I'm going to make tests with the link2 flash memory only.
Quote:
You are using the LPC4370? You know the interface is used to execute code? This chip has no internal flash memory.
This means: You have to link the code so it is executed from RAM! Because you use the SPIFI interface for something else.
After boot, code Is it transfered to RAM at 0x14000000, right? then if I want to write to Flash Memory, how I should proceed? I must respect the code zone?
sorry, I'm very lost with SPIFI
Thanks for all
regards!