621 views|3 replies

2

Posts

0

Resources
The OP
 

How to mount NAND FLASH when transplanting micropython to STM32F429IGT6 [Copy link]

 

As the title says, I am using the Zhengdian Atom development board, and it is now running, but the file system can only recognize the flash

I looked through the schematic and found a 512MB NAND FLASH that can be used, as shown in the figure

I don't know how to mount it, and I don't know if it is in the mpconfigboard.h file. I'm a newbie posting this, please help me.

Latest reply

You mean SRAM, right? You can refer to the definition of STM32F769DISC development board in the source code.   Details Published on 2023-11-18 22:18
 
 

1w

Posts

25

Resources
2
 

If it is integrated into the firmware, you need to modify the flash definition in the source code, set spi, capacity, etc. You can also try to set spi in the user program, and then use os.mount to plug in.

 
 
 

2

Posts

0

Resources
3
 
dcexpert posted on 2023-11-18 18:36 If it is integrated into the firmware, you need to modify the flash definition in the source code, set spi, capacity, etc. In addition, you can try to set spi in the user program, ...

I see that its pin is FMC, it seems that it can read and write data directly by accessing the address, which seems to be a little different from SPI FLASH. I searched the Internet but couldn't find a similar plug-in method

Comments

You mean SRAM, right? You can refer to the definition of STM32F769DISC development board in the source code.  Details Published on 2023-11-18 22:18
 
 
 

1w

Posts

25

Resources
4
 
yyyzyyyz posted on 2023-11-18 18:59 I see that its pins are FMC, and it seems that it can read and write data directly by accessing the address. It seems to be somewhat different from SPI FLASH. I searched online and couldn't find it...

You mean SRAM, right? You can refer to the definition of STM32F769DISC development board in the source code.

 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list