当前位置:网站首页>Use CH341A to program external Flash (W25Q16JV)
Use CH341A to program external Flash (W25Q16JV)
2022-08-05 03:23:00 【An acre and a third of the land by the river bend】
Because I am working on a temperature and humidity meter recently, I use a liquid crystal display, but the image size on the liquid crystal interface is too large and cannot be displayed normally.Considering the use of external Flash for storage, I chose the W25Q16 Flash chip.Note that 16 on the chip means 16M bit, not 16M capacity. The actual capacity of this series of chips is 16/8=2M byte.
The burner I use is the CH341A bought by Taobao.As follows:

But the supporting programming software is not enough. It is easier to use the NeoProgrammer below, which supports 1629 kinds of Flash chips.
Link: https://pan.baidu.com/s/1nP6Z2OaNJH6awvBIb6FUnQ?pwd=szml
Extraction code: szml
W25Q16JV chip pin description:
CS: chip select pin, low-level chip works, high-level chip worksStrike, this pin must be connected to GPIO
DO: data output
WP: write protection, low level can only be read, high level is up to youread and write
GND: Ground
DI: data input (receives external commands)
CLK:Clock
HOLD: data pause control, low level means pause, high level work, usually useIf multiple devices share one SPI, if there is only one master and one slave, this pin can be connected to VCC
VCC: 2.7~3.6V
Connection to writer:

Successfully identified.
To be continued...
边栏推荐
- rpc-remote procedure call demo
- UOS系统下ksql应用缺少动态库”libtinfo.so.5“问题
- The pit of std::string::find return value
- QT MV\MVC structure
- Question about #sql shell#, how to solve it?
- Use Unity to publish APP to Hololens2 without pit tutorial
- IJCAI2022 | DictBert: Pre-trained Language Models with Contrastive Learning for Dictionary Description Knowledge Augmentation
- 结构体初解
- 语法基础(变量、输入输出、表达式与顺序语句)
- ffmpeg pixel format basics
猜你喜欢

Step by step how to perform data risk assessment

Matlab drawing 3

Getting Started with Kubernetes Networking

Is your data safe in this hyperconnected world?

Talking about data security governance and privacy computing

Use SuperMap iDesktopX data migration tool to migrate map documents and symbols

链表的简单描述及代码的简单实现

论治理与创新,2022 开放原子全球开源峰会 OpenAnolis 分论坛圆满落幕

2022-08-04 The sixth group, hidden from spring, study notes

presto启动成功后出现2022-08-04T17:50:58.296+0800 ERROR Announcer-3 io.airlift.discovery.client.Announcer
随机推荐
The pit of std::string::find return value
ASP.NET应用程序--Hello World
Details such as compiling pretreatment
YYGH-13-客服中心
结构体初解
Syntax basics (variables, input and output, expressions and sequential statements)
word column notes
Native js realizes the effect of selecting and canceling all the multi-select boxes
Never put off till tomorrow what you can put - house lease management system based on the SSM
private package
Object.defineProperty monitors data changes in real time and updates the page
2022.8.4-----leetcode.1403
龙蜥社区第二届理事大会圆满召开!理事换届选举、4 位特约顾问加入
2022高处安装、维护、拆除考试题模拟考试题库及在线模拟考试
用CH341A烧录外挂Flash (W25Q16JV)
Everyone in China said data, you need to focus on core characteristic is what?
CPDA|How Operators Learn Data Analysis (SQL) from Negative Foundations
Likou - preorder traversal, inorder traversal, postorder traversal of binary tree
private封装
public static
List asList(T... a) What is the prototype?