• 大小: 0.44M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


MR25H256 驱动程序 源文件 本人亲测 好用 免费

资源截图

代码片段和文件信息

#include “MR25H256.h“


#define WREN    0x06
#define WRDI    0x04
#define RDSR    0x05
#define WRSR    0x01
#define READ    0x03
#define WRITE   0x02
#define SLEEP   0xb9
#define WAKE    0xab
#define DUMMY   0xff

/*******************************************************************************
* Function Name  : MR25H256_Config
* Description    : Configures the SPI BUS.
* Input          : None
* Output         : None
* Return         : None
*******************************************************************************/
void MR25H256_Config(void)
{

}
/*******************************************************************************
* Function Name  : SPI_MRAM_WR
* Description    : Write and Read data with SPI BUS.
* Input          : uint8_t data --- the send command
* Output         : uint8_t recv --- the receive data
* Return         : None
*******************************************************************************/
uint8_t SPI_MRAM_WR(uint8_t data)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5501  2012-07-28 19:23  MR25H256\MR25H256.c
     文件         619  2012-07-28 19:33  MR25H256\MR25H256.h
     文件     1589404  2012-07-28 16:59  MR25H256\mr25h256.pdf
     目录           0  2012-09-11 19:54  MR25H256\

评论

共有 条评论