搜寻
NuMicro 8051 开发板软件开发包 (BSP)
https://www.nuvoton.com.cn/tool-and-software/bsp-and-example-code/board-support-package/numicro-8051-board-support-package/
BSP List Content Version Date ML51/ML54/ML56 Series BSP ML51/ML54/ML56 Series BSP (IAR) github gitlab gitee ML51 series software package based on IAR Embedded Workbench 8051 V10.10.1. It supports IAR development environments with drivers and sample codes. Example source codes for NuMaker-ML56SD, NuMaker-ML54SD, NuMaker-ML51SD, NuMaker-ML51PC and NuTiny-ML51EB board are included. For detailed information, please download it and unzip it. V1.00 2020-09-10 ML51/ML54/ML56 Series BSP (Keil) github gitlab gitee ML51 series software package based on Keil uVision4 and PK51 Development Kit V9.52. It supports Keil development environments with drivers and sample codes. Example source codes for NuMaker-ML56SD, NuMaker-ML54SD, NuMaker-ML51SD, NuMaker-ML51PC and NuTiny-ML51EB board are included. For detailed information, please download it and unzip it. V2.00.001 2020-10-19 MS51 Series BSP MS51 Series BSP (IAR) github gitlab gitee MS51 series software package based on IAR Embedded Workbench 8051
研讨会 / 2023 Workshop - NuMicro Training Courses - Level2 M467
https://www.nuvoton.com.cn/news/events/seminar/TSNuvotonEvent-000452/
SalesSupport@nuvoton.com
Dear %(lastname) %(firstname),
已收到您的报名讯息,待您的报名资料经确认后,我们将会再寄发【课程确认函】到您的信箱,请注意查收。
若有其他相关问题,请联系 SalesSupport@nuvoton.com
谢谢您
新唐科技
20
2023 Workshop - NuMicro Training Courses - Level2 M467
邁科龍大廈 8 樓大会议室
20
2023 Workshop - NuMicro Training Courses- Level2 M467
Nuvoton
产品技术信息 / [NuMicro® NEWS Vol.1]Europe FAE training on NuMicro® Family Great Success
https://www.nuvoton.com.cn/news/news/products-technology/TSNuvotonNews-000065/
Nuvoton Technology Corporation has held twice the Europe Agents FAE training course to help local representatives, agents, distributors and FAE members to become the frontier service team. This course gained great success from each member's positive feedback and input. Through this training, customers wherever can take advantage of our well trained local FAE to get the best technique supports. For more information about NuMicro™ Family, please visit www.nuvoton.com. About Nuvoton Technology Corp. Nuvoton Technology Corp. was established in July 2008 as an affiliate of Winbond Electronics Corp.. Nuvoton focuses on the development of two main product lines, including consumer electronics ICs and computer ICs. Nuvoton operates a six-inch wafer fab, that provides foundry service for the company's own branded IC products, as well as for selected manufacturing partners. Nuvoton Technology Corp. has the advantages of core technology and customer relationships from over 20 years’ experience
常见问答 / NuMicro®家族系列的ADC是否支持录音功能?
https://www.nuvoton.com.cn/support/technical-support/faq/d597b4a1-04f1-11ea-b113-05daf7eedf03/
NuMicro®家族系列的ADC是否支持录音功能? 1441790272413 NuMicro®家族系列的12-bit或10-bitADC主要功能为各种传感器信号采样,应用于录音效果并不好,但是用户可以使用I2S接口与音频解码器来实现录音功能。NUC505系列内建24-bit Audio CODEC,支持高品质录放音功能。 下表列出了支持I2S接口的NuMicro®家族系列: NuMicro® Family Series with I2S Interface NUC100/120 Series NUC130/140 Series NUC123 Series NUC200/220 Series NUC230/240 Series Nano100 Series NUC442/472 Series M4511 Series NUC5052 Series Note1:M451系列的SPI1和SPI2支持I2S模式 Note2:NUC505系列支持内部音频编解码器 下图为音频编解码器(WAU822)与NUC100的连接范例。
常见问答 / NuMicro®家族芯片内部是否有LDO提供的3.3V电压给USB收发器(USB Transceiver)?
https://www.nuvoton.com.cn/support/technical-support/faq/d5b2ddcd-04f1-11ea-b113-05daf7eedf03/
NuMicro®家族芯片内部是否有LDO提供的3.3V电压给USB收发器(USB Transceiver)? 1441790979574 部分NuMicro®家族支持USB功能的芯片系列内部具有LDO,能够将VBUS的5V输入电压转成3.3V输出电压并提供给USB收发器。当使用USB功能的时候,在LDO的输出管脚VDD33需要外接一个电容来稳定LDO的输出电压,并且电容的位置需要靠近VDD33管脚。 根据NuMicro®家族不同的芯片系列,VDD33外接的电容值有不同的要求,请参考下表: NuMicro® Family Series Minimum Value of an External Capacitor NUC120 Series 1 uF NUC140 Series 1 uF NUC122 Series 1 uF NUC123 Series 1 uF NUC220 Series 1 uF NUC240 Series 1 uF Nano120/130 Series 1 uF NUC442/472 Series 10 uF M452/453 Series 1 uF NUC505 Series Do not have LDO for USB. 考虑到芯片工作的稳定性,我们不建议用户将LDO输出来驱动其它外围周边芯片。
常见问答 / NuMicro®家族芯片进行IAP(In-Application Programming)功能时,如何执行新程序?
https://www.nuvoton.com.cn/support/technical-support/faq/d615e58d-04f1-11ea-b113-05daf7eedf03/
NuMicro®家族芯片进行IAP(In-Application Programming)功能时,如何执行新程序? 1450679940000 NuMicro®家族芯片进行IAP(In-Application Programming)功能时,可通过两种方式执行新的程序: 向量重映射后执行系统复位(System Reset)指令 代码如下: FMC_SetVectorPageAddr(Application_BASE); NVIC_SystemReset(); 向量重映射后使用函数指针指向新的程序: 代码如下: func = (void (*)(void)) M32(Application_BASE + 4); __asm __set_SP(Application_BASE); func(); __asm __set_SP(uint32_t _sp) { MSR MSP, r0 BX lr } NuMicro®家族芯片向量重映射后,对两种方式的支持情况如下表所示: NuMicro® Family Series System Reset or CPU Reset Function Pointer Mini51 Yes Yes Mini58 Yes Yes M051 BN No Yes M051 DN No Yes M051 DE Yes Yes M058S No Yes M0518 Yes Yes M0519 Yes Yes NUC029xAN No Yes NUC029FAE Yes Yes NUC100/120 No Yes NUC130/140 No Yes NUC122* No No NUC123 AN No Yes NUC123 AE Yes Yes NUC131 Yes Yes NUC200/220 No Yes NUC230/240 Yes Yes NANO100/110/120/130 AN No Yes NANO100/110/120/130 BN No Yes NANO102/112 Yes Yes NUC442/472 Yes Yes M451 Yes Yes NUC505 No Yes Note: NUC122系列不支持IAP功能。
培训课程 / 2023 NuMicro Training Courses- Level1 Basic
https://www.nuvoton.com.cn/support/learning/training-courses/TSNuvotonTrainingCourses-000020/
竹北 課程目標 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案,利用新唐開發平台與開發資源,包括使用新唐科技 NuMicro® M254/M256/M258 系列,並帶 Nu-Link 除錯燒錄器的開發板、使用開發環境介面 (KEIL, IAR, NuEclipse),以及新唐科技豐富的軟體工具。課程內容除了 GPIO、TIMER、PWM、ADC、UART、I2C、SPI 等應用實作,也包括 HTN-LCD 驅動、電容式觸控等多項議題,讓您體驗便捷的開發流程。 課程特色 小班授課,以實作讓您快速上手。 全程得到新唐技術專家的親自指導,讓學員充分體驗新唐 32 位Cortex-M 微控制器實作。 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案。 2023 NuMicro Training Courses- Level1 Basic Nuvoton.Language.zhtw
培训课程 / 2023 NuMicro Training Courses- Level1 Basic
https://www.nuvoton.com.cn/support/learning/training-courses/TSNuvotonTrainingCourses-000027/
台南 課程目標 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案,利用新唐開發平台與開發資源,包括使用新唐科技 NuMicro® M254/M256/M258 系列,並帶 Nu-Link 除錯燒錄器的開發板、使用開發環境介面 (KEIL, IAR, NuEclipse),以及新唐科技豐富的軟體工具。課程內容除了 GPIO、TIMER、PWM、ADC、UART、I2C、SPI 等應用實作,也包括 HTN-LCD 驅動、電容式觸控等多項議題,讓您體驗便捷的開發流程。 課程特色 小班授課,以實作讓您快速上手。 全程得到新唐技術專家的親自指導,讓學員充分體驗新唐 32 位Cortex-M 微控制器實作。 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案。 2023 NuMicro Training Courses- Level1 Basic Nuvoton.Language.zhtw
培训课程 / 2023 NuMicro Training Courses- Level1 Basic
https://www.nuvoton.com.cn/support/learning/training-courses/TSNuvotonTrainingCourses-000030/
竹北 課程目標 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案,利用新唐開發平台與開發資源,包括使用新唐科技 NuMicro® M254/M256/M258 系列,並帶 Nu-Link 除錯燒錄器的開發板、使用開發環境介面 (KEIL, IAR, NuEclipse),以及新唐科技豐富的軟體工具。課程內容除了 GPIO、TIMER、PWM、ADC、UART、I2C、SPI 等應用實作,也包括 HTN-LCD 驅動、電容式觸控等多項議題,讓您體驗便捷的開發流程。 課程特色 小班授課,以實作讓您快速上手。 全程得到新唐技術專家的親自指導,讓學員充分體驗新唐 32 位Cortex-M 微控制器實作。 本課程旨在讓學員更快速掌握在新唐 NuMicro® 32 位微控制器開發專案。 2023 NuMicro Training Courses- Level1 Basic Nuvoton.Language.zhtw
产品推广活动 / 新唐科技将于德国纽伦堡embedded world 2011推出NuMicro®单片机解决方案
https://www.nuvoton.com.cn/news/events/tradeshow/TSNuvotonEvent-000050/
SalesSupport@nuvoton.com
新唐科技将于德国纽伦堡embedded world 2011推出NuMicro®单片机解决方案
Hall 9, 9-359
Nuvoton