2013-07-29 01:41 AM
Hi,
I want to make project NAND FLASH + STM32F4 DISCOVERY + USB MASS STORAGE, but isnt't easy ))I have any examples (Discovery\Open407V-D\USB HS Examples\Project\USB_Device_Examples\MSC) with MSC, but it works with SD card. Can anybody help me with port this example to NAND FLASH ??? #nand-flash-msc #help-!=-do-it-for2013-07-29 08:05 AM
Focus on the abstraction layer, and how it hands off READ/WRITE/CAPACITY functions. I think the STM322xG_EVAL has some NAND example code.
ST maintains ahttp://www.st.com/web/en/support/mcu_design_consultants.html
to assist with code development.2013-07-29 11:26 PM
I thought so too, but they are different in the structure.
maybe somebody did this? really need to read the information from the nand flash memory via usb2013-07-30 08:29 AM
May be, but the STM32F4-Discovery doesn't normally have NAND connected to it, I guess you'll need to fish the code for boards like the RedDragon407 or EVAL series that do. Though I suspect you'll still need to do some porting as they have higher pin count devices.
2013-08-01 09:35 AM
Dmitri did you look at the examples (if any) for the Nand-Flash (A) board that waveshare claims is compatible with the Open407V-D?
I actually have one of these that arrived just a few days ago (along with the Open407V-D) but I have not had time to even connect it yet. -Hugh2013-08-05 01:35 AM
Yes, I did, but there's no particular order that I should, so I asked for help because the I do not have experience and time
2013-08-08 03:14 AM
I can not believe that nobody here on the forum can not help me ((((((((
2013-08-08 04:13 AM
I'd say replies were more than helpful as they pointed in solution direction. What more do you want from us?
2013-08-08 04:18 AM
examples, the direction I know
2013-08-08 04:27 AM
You have examples, now you just need to ''translate'' them to your specific board. If this is too hard to do, then you bit more than you can chew and I suggest finding a simple example. If you have some specific problems with port then write under this topic and I'm sure we'll be able to figure the solution/problem out, but if you expect that we will write you a working code that you will just paste into your code then you need to think again. We are here in our free time and time is not something we can make up - every minute lost, is lost forever.