cancel
Showing results for 
Search instead for 
Did you mean: 

Not running NAND FLASH with STM32H70VB

Not applicable

Hi,

I have a Project which is about data transfering and storaging.

I use STM32H750VB micro processor, MT29F32G08CBADBWP-12IT:D Nand Flash and LAN8742A Ethernet Chip for my application.

I configure and run Ethernet, ADC, I/O, UART etc. functions with using CubeMX. However I had some problems on Nand Flash application while was trying tu run it.

I did run the Nand Flash application correct when I used STM32F407 Discovery MB997B development kit.

I couldn’t find yet any example about H743ZI development kit.

1-     Do you have any experience about programming Nand Flash application with using H743ZI development kit.

2-     Do you have any idea "MPU - Memory Protection Unit" inside micro processor.

1 REPLY 1

Think you're going to need to own the coding/porting of drivers for this. People generally have migrated to eMMC to solve a host of issues from EOL form factors, architecture/geometry issues, and wear levelling.

Yes, you probably want to use the MPU, don't want buffering or caching on NAND space. Review books or manuals on CM7 core, or CPU architecture/design, if unfamiliar with the topic area.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..