• 大小: 378KB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: 其他
  • 标签: EEPROM  MC9S12  Flash  

资源简介

MC9S12_Flash驱动以及模拟EEPROM,文章链接:https://blog.csdn.net/u010875635/article/details/94593764

资源截图

代码片段和文件信息

/******************************************************************************
  FILE        : datapage.c
  PURPOSE     : paged data access runtime routines
  MACHINE     : Freescale 68HC12 (Target)
  LANGUAGE    : ANSI-C
  HISTORY     : 21.7.96 first version created
******************************************************************************/

#include “hidef.h“

#include “non_bank.sgm“
#include “runtime.sgm“

/*lint --e{957}  MISRA 8.1 REQ these are runtime support functions and as such are not meant to be called in user code; they are only invoked via jumps in compiler-generated code */
/*lint -estring(553 __OPTION_ACTIVE__)  MISRA 19.11 REQ  __OPTION_ACTIVE__ is a built-in compiler construct to check for active compiler options */

#ifndef __HCS12X__ /* it‘s 

评论

共有 条评论