参数资料
型号: MB91F267NAPMC-GSE1
厂商: Fujitsu Semiconductor America Inc
文件页数: 8/53页
文件大小: 0K
描述: IC MCU FLASH 128KB FLASH 64LQFP
标准包装: 1
系列: FR MB91265A
核心处理器: FR60Lite RISC
芯体尺寸: 32-位
速度: 33MHz
连通性: CAN,UART/USART
外围设备: DMA,WDT
输入/输出数: 49
程序存储器容量: 128KB(128K x 8)
程序存储器类型: 闪存
RAM 容量: 4K x 8
电压 - 电源 (Vcc/Vdd): 4 V ~ 5.5 V
数据转换器: A/D 11x8/10b
振荡器型: 外部
工作温度: -40°C ~ 105°C
封装/外壳: 64-LQFP
包装: 托盘
配用: 865-1102-ND - BOARD EVAL RS232 100QFP
其它名称: 865-1091
19
8183F–AVR–06/12
ATtiny24A/44A/84A
The next code examples show assembly and C functions for reading the EEPROM. The exam-
ples assume that interrupts are controlled so that no interrupts will occur during execution of
these functions.
Note:
5.3.7
Preventing EEPROM Corruption
During periods of low V
CC, the EEPROM data can be corrupted because the supply voltage is
too low for the CPU and the EEPROM to operate properly. These issues are the same as for
board level systems using EEPROM, and the same design solutions should be applied.
An EEPROM data corruption can be caused by two situations when the voltage is too low. First,
a regular write sequence to the EEPROM requires a minimum voltage to operate correctly. Sec-
ondly, the CPU itself can execute instructions incorrectly, if the supply voltage is too low.
EEPROM data corruption can easily be avoided by following this design recommendation:
Keep the AVR RESET active (low) during periods of insufficient power supply voltage. This can
be done by enabling the internal Brown-out Detector (BOD). If the detection level of the internal
BOD does not match the needed detection level, an external low V
CC reset protection circuit can
Assembly Code Example
EEPROM_read:
; Wait for completion of previous write
sbic
EECR, EEPE
rjmp
EEPROM_read
; Set up address (r18:r17) in address registers
out
EEARH, r18
out
EEARL, r17
; Start eeprom read by writing EERE
sbi
EECR, EERE
; Read data from data register
in
r16, EEDR
ret
C Code Example
unsigned char
EEPROM_read(unsigned int ucAddress)
{
/* Wait for completion of previous write */
while(EECR & (1<<EEPE))
;
/* Set up address register */
EEAR = ucAddress;
/* Start eeprom read by writing EERE */
EECR |= (1<<EERE);
/* Return data from data register */
return EEDR;
}
相关PDF资料
PDF描述
MB91F478PMC1-GE1 IC MCU 384KB FLASH 144LFQFP
MB91F662PMC-GE1 IC MCU 512KB FLASH FR80 120-LQFP
MB95F108AJWPMC-GE1 IC MCU 60K FLASH 64-LQFP
MB95F118JWPMC-GE1 IC MCU 60K FLASH 2KB RAM 52LQFP
MB95F128DPMC-GE1 IC MCU FLASH 60K ROM 100LQFP
相关代理商/技术参数
参数描述
MB91F267NPMC-G 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:32-bit Proprietary Microcontroller
MB91F267NPMC-GE1 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:32-bit Proprietary Microcontroller
MB91F267NPMC-GS 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:32-bit Proprietary Microcontroller
MB91F267NPMC-GSE1 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:32-bit Proprietary Microcontroller
MB91F267NPMCR-GE1 制造商:FUJITSU 功能描述: 制造商:FUJITSU 功能描述:MCU 32BIT FR 128K FLASH 64LQFP 制造商:FUJITSU 功能描述:MCU, 32BIT, FR, 128K FLASH, 64LQFP 制造商:FUJITSU 功能描述:MCU, 32BIT, FR, 128K FLASH, 64LQFP, Controller Family/Series:FR60, Core Size:32b 制造商:FUJITSU 功能描述:IC, 32BIT MCU, FR60, 33MHZ, LQFP-64, Controller Family/Series:FR60, Core Size:32bit, No. of I/O's:48, Supply Voltage Min:4V, Supply Voltage Max:5.5V, Digital IC Case Style:LQFP, No. of Pins:64, Program Memory Size:128KB, MSL:- , RoHS Compliant: Yes