资源简介
仿STM32 访问外部SPI Flash程序,在ESP32中使用外部SPI Flash。 只有.c文件,懂得就够了。后面还有其他版本
代码片段和文件信息
/* SPI Master example
This example code is in the Public Domain (or CC0 licensed at your option.)
Unless required by applicable law or agreed to in writing this
software is distributed on an “AS IS“ BASIS WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND either express or implied.
*/
#include
#include
#include
#include “freertos/FreeRTOS.h“
#include “freertos/task.h“
#include “esp_system.h“
#include “esp_log.h“
#include “driver/spi_master.h“
#include “soc/gpio_struct.h“
#include “driver/gpio.h“
#include “lwip/def.h“
#include “Proj1_SPI_Flash.h“
static const char *TAG = “SPI_FLASH_MODE“;
/*
This code displays some fancy graphics on the 320x240 LCD on an ESP-WROVER_KIT board.
This example demonstrates the use of both spi_device_transmit as well as
spi_device_queue_trans/spi_device_get_trans_result and pre-transmit callbacks.
Some info about the ILI9341/ST7789V: It has an C/D line which is connected to a GPIO here. It expects this
line
相关资源
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
评论
共有 条评论