解決済! 解決策の投稿を見る。
Hi, by default bus stall happens instead of RWW, thus example will run even without relocation to SRAM.
However driver also includes macro COPY_TO_RAM, so you can simply relocate flash routine to the SRAM, what you should do in real application.
Hi, by default bus stall happens instead of RWW, thus example will run even without relocation to SRAM.
However driver also includes macro COPY_TO_RAM, so you can simply relocate flash routine to the SRAM, what you should do in real application.
David,
Thank you very much for your answer!
It explains a lot.
Thank you also for your little example on Data Flash use
Best regards.