[文档下载] N76E003文档升级了1.07版

[复制链接]
1343|15
 楼主| heisexingqisi 发表于 2019-5-10 00:03 | 显示全部楼层 |阅读模式
DS_N76E003_EN_Rev1.07.pdf (3.59 MB, 下载次数: 81)


评论

赚积分,谢谢!  发表于 2020-6-7 21:54
 楼主| heisexingqisi 发表于 2019-5-10 00:06 | 显示全部楼层
手册都更新了,过一段说不定BSP也更新,坐等。
 楼主| heisexingqisi 发表于 2019-5-10 00:09 | 显示全部楼层
The N76E003 is an embedded flash type, 8-bit high performance 1T 8051-based microcontroller. The
instruction set is fully compatible with the standard 80C51 and performance enhanced.
The N76E003 contains a up to 18K Bytes of main Flash called APROM, in which the contents of User
Code resides. The N76E003 Flash supports In-Application-Programming (IAP) function, which
enables on-chip firmware updates. IAP also makes it possible to configure any block of User Code
array to be used as non-volatile data storage, which is written by IAP and read by IAP or MOVC
instruction. There is an additional Flash called LDROM, in which the Boot Code normally resides for
carrying out In-System-Programming (ISP). The LDROM size is configurable with a maximum of 4K
Bytes. To facilitate programming and verification, the Flash allows to be programmed and read
electronically by parallel Writer or In-Circuit-Programming (ICP). Once the code is confirmed, user can
lock the code for security.
 楼主| heisexingqisi 发表于 2019-5-10 00:09 | 显示全部楼层
The N76E003 provides rich peripherals including 256 Bytes of SRAM, 768 Bytes of auxiliary RAM
(XRAM), Up to 18 general purpose I/O, two 16-bit Timers/Counters 0/1, one 16-bit Timer2 with threechannel input capture module, one Watchdog Timer (WDT), one Self Wake-up Timer (WKT), one 16-
bit auto-reload Timer3 for general purpose or baud rate generator, two UARTs with frame error
detection and automatic address recognition, one SPI, one I2
C, five enhanced PWM output channels,
eight-channel shared pin interrupt for all I/O, and one 12-bit ADC. The peripherals are equipped with
18 sources with 4-level-priority interrupts capability.
 楼主| heisexingqisi 发表于 2019-5-10 00:09 | 显示全部楼层
新版本是英文版,等几天应该会出中文版的。
643757107 发表于 2019-5-10 23:49 | 显示全部楼层
看看有没有说什么
zhuotuzi 发表于 2019-5-11 00:10 | 显示全部楼层
新版好啊,收藏。
xinpian101 发表于 2019-5-12 23:49 | 显示全部楼层
看看这个版本哪儿更新了。
xinpian101 发表于 2019-5-12 23:50 | 显示全部楼层
是不是之前版本有搞错的地方
lidahai123456 发表于 2020-2-19 19:27 | 显示全部楼层
#include "N76E003.h"
#include "Common.h"
#include "Delay.h"
#include "SFR_Macro.h"
#include "Function_define.h"
void main(void)
{
Set_All_GPIO_Quasi_Mode;
PWM5_P03_OUTPUT_ENABLE;
clr_PWMTYP;
clr_PWMMOD0;
clr_PWMMOD1;
PWM_CLOCK_DIV_8;
PWMPH = 0x07;
PWMPL = 0xCF;
set_SFRPAGE;
PWM5H = 0x03;
PWM5L = 0xe8;
clr_SFRPAGE;
set_LOAD;
set_PWMRUN;
while(1);
}
//您好!我向您这样在keil里一编译就出现了5和警告,去掉set_SFRPAGE;和clr_SFRPAGE;就没事了,请问这是什么原因啊?
lidahai123456 发表于 2020-2-19 19:28 | 显示全部楼层
是我的keil设置的有问题吗?
Harvard 发表于 2020-2-19 20:10 | 显示全部楼层
应该是1.08版本了吧
huahuagg 发表于 2020-2-20 10:25 | 显示全部楼层
最新的到1.08了。
antusheng 发表于 2020-2-20 12:58 | 显示全部楼层
我去下载个最新的。
捉虫天师 发表于 2020-6-10 11:02 | 显示全部楼层
http://www.nuvoton.com.cn/export/resource-files/DS_N76E003_SC_Rev1.08.pdf
您需要登录后才可以回帖 登录 | 注册

本版积分规则

157

主题

2778

帖子

2

粉丝
快速回复 在线客服 返回列表 返回顶部