打印
[文档下载]

N76E003文档升级了1.07版

[复制链接]
920|15
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
heisexingqisi|  楼主 | 2019-5-10 00:03 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
DS_N76E003_EN_Rev1.07.pdf (3.59 MB)


使用特权

评论回复
评论
zhoufangtia 2020-6-7 21:54 回复TA
赚积分,谢谢! 
沙发
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.

使用特权

评论回复
5
heisexingqisi|  楼主 | 2019-5-10 00:09 | 只看该作者
新版本是英文版,等几天应该会出中文版的。

使用特权

评论回复
6
643757107| | 2019-5-10 23:49 | 只看该作者
看看有没有说什么

使用特权

评论回复
7
zhuotuzi| | 2019-5-11 00:10 | 只看该作者
新版好啊,收藏。

使用特权

评论回复
8
xinpian101| | 2019-5-12 23:49 | 只看该作者
看看这个版本哪儿更新了。

使用特权

评论回复
9
xinpian101| | 2019-5-12 23:50 | 只看该作者
是不是之前版本有搞错的地方

使用特权

评论回复
10
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;就没事了,请问这是什么原因啊?

使用特权

评论回复
11
lidahai123456| | 2020-2-19 19:28 | 只看该作者
是我的keil设置的有问题吗?

使用特权

评论回复
12
Harvard| | 2020-2-19 20:10 | 只看该作者
应该是1.08版本了吧

使用特权

评论回复
13
huahuagg| | 2020-2-20 10:25 | 只看该作者
最新的到1.08了。

使用特权

评论回复
14
antusheng| | 2020-2-20 12:58 | 只看该作者
我去下载个最新的。

使用特权

评论回复
15
捉虫天师| | 2020-6-10 11:02 | 只看该作者
http://www.nuvoton.com.cn/export/resource-files/DS_N76E003_SC_Rev1.08.pdf

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

116

主题

2538

帖子

2

粉丝