Search found 88 matches

by 9chuckyoung
05 Apr 2020, 15:06
Forum: Nuvoton Arm9
Topic: [N9H30] Using Non-OS audio codec NAU8822 with I2S
Replies: 0
Views: 952

[N9H30] Using Non-OS audio codec NAU8822 with I2S

N9H30 has I2S interface to connect with external audio codec for playing or recording.
Supported sampling is up to 96000Hz 16-bit with stereo channels.

Sample code link is https://github.com/OpenNuvoton/N9H30_em ... 822/main.c
by 9chuckyoung
01 Apr 2020, 16:37
Forum: Nuvoton HMI/GUI
Topic: [FontArchitect] Font size limitation
Replies: 0
Views: 1314

[FontArchitect] Font size limitation

emWin limits font size up to 255. Link from official: https://forum.segger.com/index.php/Thread/2855-Issue-displaying-EmWin-fonts-with-size-large-that-255/ And SEGGER emWin explained TTF font limitation at 128 (127 is okay), so, we suggest to use Windows tool "FontArchitect.exe" to convert font to b...
by 9chuckyoung
29 Mar 2020, 23:51
Forum: Nuvoton HMI/GUI
Topic: [N9H20] Display font by Nuvoton Windows tool "FontArchitect"
Replies: 0
Views: 1160

[N9H20] Display font by Nuvoton Windows tool "FontArchitect"

Platform: N9H20 Platform resource link: https://www.nuvoton.com/hq/products/application-specific-socs/hmi-emwin-mpus/?__locale=en BSP link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS BSP contains tool and BSP sample pre-built binaries: http://www.nuvoton.com/hq/products/application-specific-so...
by 9chuckyoung
20 Mar 2020, 13:39
Forum: Nuvoton Arm9
Topic: [N9H20] How to use Non-OS NVTFAT with SPI flash
Replies: 0
Views: 1198

[N9H20] How to use Non-OS NVTFAT with SPI flash

Non-OS BSP N9H20 GitHub download link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS

NVTFAT document: \N9H20_emWin_NonOS-master\Documents\N9H20 Non-OS Library Reference Guide.pdf

NVTFAT SPI flash guide: \N9H20_emWin_NonOS-master\Documents\How to mount FAT in SPI flash.pdf
by 9chuckyoung
20 Mar 2020, 13:36
Forum: Nuvoton Arm9
Topic: [N9H20] How to use Non-OS NVTFAT for the case of "SD card + NAND flash"
Replies: 0
Views: 1040

[N9H20] How to use Non-OS NVTFAT for the case of "SD card + NAND flash"

Non-OS N9H20 BSP GitHub download link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS NVTFAT document: \N9H20_emWin_NonOS-master\Documents\N9H20 Non-OS Library Reference Guide.pdf Attched file is a modified example for NVTFAT to use SD card + NAND flash two storages respectively, the password is n...
by 9chuckyoung
20 Mar 2020, 13:12
Forum: Nuvoton HMI/GUI
Topic: [N9Hxx] How to port official emWin sample to Nuvoton platform
Replies: 0
Views: 1209

[N9Hxx] How to port official emWin sample to Nuvoton platform

The attached file is a guide to port emWin sample to Nuvoton platform, the password is nuvoton
by 9chuckyoung
20 Mar 2020, 09:51
Forum: Nuvoton HMI/GUI
Topic: [N9H30F6 NK] Binaries of emWin tutorial examples
Replies: 0
Views: 1141

[N9H30F6 NK] Binaries of emWin tutorial examples

Platform: N9H30F6 NK with 7" LCD Brief: Attached binaries are emWin tutorial examples, the password is nuvoton IDE and tool-chain: Keil professional and ARMCC5 Information: 1. For N9H30F6 NK with 7" LCD only. 2. Use NuWriter to download binary to DDR and run. Please download NuWriter first, the down...
by 9chuckyoung
20 Mar 2020, 09:50
Forum: Nuvoton HMI/GUI
Topic: [N9H26K6 NK] Binaries of emWin tutorial examples
Replies: 0
Views: 1107

[N9H26K6 NK] Binaries of emWin tutorial examples

Platform: N9H26K6 NK with 5" LCD Brief: Attached binaries are emWin tutorial examples, the password is nuvoton IDE and tool-chain: Keil professional and ARMCC5 Information: 1. For N9H26K6 NK with 5" LCD only. 2. To use USB cable to connect N9H26K6 NK and NB/PC, then power on demo board, in Windows, ...
by 9chuckyoung
20 Mar 2020, 09:50
Forum: Nuvoton HMI/GUI
Topic: [N9H20K5 RDK] Binaries of emWin tutorial examples
Replies: 0
Views: 1088

[N9H20K5 RDK] Binaries of emWin tutorial examples

Platform: N9H20K5 RDK with 4.3" LCD Brief: Attached binaries are emWin tutorial examples, the password is nuvoton IDE and tool-chain: Keil professional and ARMCC5 Information: 1. For N9H20K5 RDK with 4.3" LCD only. 2. To use USB cable to connect N9H20K5 RDK and NB/PC, then power on demo board, in Wi...
by 9chuckyoung
20 Mar 2020, 09:40
Forum: Nuvoton Arm9
Topic: [N9H20] How to use SPI flash with Non-OS BSP
Replies: 0
Views: 1018

[N9H20] How to use SPI flash with Non-OS BSP

Q: Is aay hardware modification required? A: No need to modify on N9H20 demo board. Q: Where is the N9H20 board reference guide? A: Nuvoton official website: https://www.nuvoton.com/products/microprocessors/arm9-mpus/-n9h-series/?group=Hardware&tab=2 Q: Any software compiler change setting required?...