Search found 91 matches

by 9chuckyoung
05 Feb 2021, 10:11
Forum: Nuvoton Arm9
Topic: ethernet n9h30
Replies: 3
Views: 11272

Re: ethernet n9h30

Seems Nuvoton didn't provide any software stacks. Hence, if you're not familiar with those software stacks, the learning curve and entry barrier is high. What Nuvoton can do is porting its Ethernet driver into lwIP, because these parts are related with Nuvoton. The sample code is okay when IP addres...
by 9chuckyoung
11 Jan 2021, 14:46
Forum: Nuvoton Arm9
Topic: ethernet n9h30
Replies: 3
Views: 11272

Re: ethernet n9h30

FreeRTOS sample code: \N9H30_emWin_NonOS-master\SampleCode\FreeRTOS FreeRTOS source code: \N9H30_emWin_NonOS-master\ThirdParty\FreeRTOSV9.0.0\FreeRTOS lwIP sample code: \N9H30_emWin_NonOS-master\SampleCode\LwIP_httpd lwIP source code: \N9H30_emWin_NonOS-master\ThirdParty\lwip-1.4.1 Other FreeRTOS sa...
by 9chuckyoung
08 Jan 2021, 17:18
Forum: Nuvoton HMI/GUI
Topic: [N9H20 Non-OS] How to utilize GB2312 font encoding?
Replies: 0
Views: 14445

[N9H20 Non-OS] How to utilize GB2312 font encoding?

Nuvoton added GB2312 font encoding support and here are the steps: 0. You need a font data contains GB2312 font. Please note that Nuvoton emWin feature does not come with any fonts or a permission or license to use any PC installed font for converting purposes. It is user’s sole responsibility to no...
by 9chuckyoung
07 Jan 2021, 17:11
Forum: Nuvoton Arm9
Topic: [N9H30] How to load app to RAM address 0x0 from SPI flash?
Replies: 0
Views: 5862

[N9H30] How to load app to RAM address 0x0 from SPI flash?

Symptom: cannot utilize uboot to load app to RAM address 0x0 from SPI flash. sf read 0x0 0x100000 0x700000 It's uboot limitation, and workaround approached are shown below: Workaround 1: change app execution address from 0x0 to 0x8000. sf read 0x8000 0x100000 0x700000 *If you don't want to change ap...
by 9chuckyoung
06 Jan 2021, 12:05
Forum: Nuvoton Arm9
Topic: ARM9 sample code issues
Replies: 3
Views: 13969

Re: ARM9 sample code issues

May you show the exact sample path? (E. g., C:\N9H30_emWin_NonOS-master\SampleCode\ADC)
by 9chuckyoung
06 Jan 2021, 12:01
Forum: Nuvoton HMI/GUI
Topic: ADC N9H30
Replies: 1
Views: 14552

Re: ADC N9H30

You can forward this non-HMI topic to NuForum Arm7/9 viewforum.php?f=12&sid=9a1273349220d69690a76413f484b713~
by 9chuckyoung
05 Jan 2021, 19:12
Forum: Nuvoton HMI/GUI
Topic: emwin vnc
Replies: 3
Views: 25695

Re: emwin vnc

Please make sure you have Linux environment first. Linux environment in N9H30 path: https://github.com/OpenNuvoton/ARM7-ARM9-Family Download 4. N9H30 --> VMWare Linux develop environment If you can run emWin under Linux, please add the attached file "GUI_VNC_X_StartServerLinux.c" into Application fo...
by 9chuckyoung
20 Nov 2020, 15:51
Forum: Nuvoton HMI/GUI
Topic: [N9H20 Non-OS] How to use UTF-8 encoding?
Replies: 0
Views: 12660

[N9H20 Non-OS] How to use UTF-8 encoding?

Platform: N9H20K5 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 Sample code brief: Utilize emWin FreeType library to draw different size font with UTF-8 encoding IDE: Keil p...
by 9chuckyoung
20 Nov 2020, 10:49
Forum: Nuvoton HMI/GUI
Topic: [N9H20 Non-OS] How to use FreeType library?
Replies: 0
Views: 12649

[N9H20 Non-OS] How to use FreeType library?

Platform: N9H20K5 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 Sample code brief: Utilize emWin FreeType library to draw different size font IDE: Keil professional Note: Pl...
by 9chuckyoung
24 Sep 2020, 11:27
Forum: Nuvoton HMI/GUI
Topic: [N9H All Series Non-OS] How to use emWin's Virtual Screen feature?
Replies: 0
Views: 13902

[N9H All Series Non-OS] How to use emWin's Virtual Screen feature?

Platform: N9H20, N9H26 & N9H30 Platform resource link: https://www.nuvoton.com/hq/products/application-specific-socs/hmi-emwin-mpus/?__locale=en N9H20 BSP link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS N9H26 BSP link: https://github.com/OpenNuvoton/N9H26_emWin_NonOS N9H30 BSP link: https://g...