How to choose QSPI Flash(nor flash or nand flash)and ram on stm32h7b0vb is enough for custom design?
Hi,
I have a project under EVT situation.
I will choose the stm32h7b0vb(128K Flash + 1.18M SRAM)as the mcu for the system.
The main functions is below:
1,Driver a tft-lcd with touch via LTDC interface,lcd size is 640*360 pixes support rgb888 and support single touch and slide.
2,Support FreeRT OS and about 10 tasks.
3,8M Bytes for sampling data records storage in flash and 40K SRAM for data records write and read.
4,Support DFU via ble(OTA), stm32h7b0 connect ble soc via uart.
Q1:
If the QSPI Flash is used for code storage and sampling data records storage,which one should be optimized(nor flash or nand flash)?What is the difference between the nor flash and nand flash?
Q2:
The SRAM on stm32h7b0 chip is enough for software design?
Q3:
How to design the dfu when use extern QSPI Flash for code storage?(I designed the dfu on internal flash on stm32f103re )
Thanks for your attention.
