Search found 10 matches

by Roy_chen
21 Jan 2020, 10:47
Forum: Nuvoton Arm9
Topic: CAN using interrupt in N9H30
Replies: 3
Views: 14126

Re: CAN using interrupt in N9H30

Hi Sridhar

Please access below website and download the newest BSP of N9H30_emWin_NonOS.
You should find CAN sample code in SampleCode folder that support can with interrupt in N9H30.
https://github.com/OpenNuvoton/N9H30_emWin_NonOS

thanks

PRChen
by Roy_chen
21 Jan 2020, 10:40
Forum: Nuvoton Arm9
Topic: NUVOTON N9H30
Replies: 2
Views: 15318

Re: NUVOTON N9H30

Hi Sridhar

If you look over the emWin_SimpleDemo in BSP, you should be know how to create window with API (CreateFramewin).
and you can use below API to delete window to reach your function
WM_DeleteWindow(pMsg->hWin);

thanks

PRChen
by Roy_chen
29 Apr 2019, 18:11
Forum: Nuvoton HMI/GUI
Topic: How to measure accurate value for resistive touch with ADC
Replies: 2
Views: 11735

Re: How to measure accurate value for resistive touch with ADC

How to link the touch driver to GUI? Ans: If you open the emWin_GUIDemo or emWin_SimpleDemo project, you should see the LCDConf.c file. emWin could call GUI_TOUCH_X_MeasureX() and GUI_TOUCH_X_MeasureY() functions regularly for getting X-axis and Y-axis. The ADC function will be triggered by GUI_TOU...
by Roy_chen
09 Apr 2019, 09:47
Forum: Nuvoton HMI/GUI
Topic: [NuMaker emWin M487] emWin WM change page
Replies: 1
Views: 11199

[NuMaker emWin M487] emWin WM change page

Platform: NK-BEDM487D Platform resource link: https://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/development-kit/?__locale=en BSP link: http://www.nuvoton.com/hq/support/tool-and-software/software/dirver/?__locale=en Sample code brief: Utilize emWin API to manage window p...
by Roy_chen
08 Apr 2019, 13:55
Forum: Nuvoton HMI/GUI
Topic: How to measure accurate value for resistive touch with ADC
Replies: 2
Views: 11735

Re: How to measure accurate value for resistive touch with ADC

Where do we get the sample code of ADC touch? 1. Please download M480 BSP first as below website https://github.com/OpenNuvoton/M480BSP 2. unzip the file and open it, we can see a folder of NuMaker-PFM-M487D from sample code folder. You should see two projects, one is "emWin_GUIDemo", the other one ...
by Roy_chen
01 Apr 2019, 14:55
Forum: Nuvoton HMI/GUI
Topic: How to measure accurate value for resistive touch with ADC
Replies: 2
Views: 11735

How to measure accurate value for resistive touch with ADC

The NuMaker emWin M487(NK-BEDM487D) is using resistive touch to implement HMI. https://direct.nuvoton.com/tw/numaker-emwin-m487 First user need to consider how to get the accurate value of ADC. Please follow below steps: 1. Make certain Vref of chip is right 2. Please refer to M480 TRM and set EXTSM...
by Roy_chen
27 Mar 2019, 15:30
Forum: Nuvoton HMI/GUI
Topic: [NuMaker emWin M487] emWin display Text type
Replies: 1
Views: 10668

[NuMaker emWin M487] emWin display Text type

Platform: NK-BEDM487D Platform resource link: https://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/development-kit/?__locale=en BSP link: http://www.nuvoton.com/hq/support/tool-and-software/software/dirver/?__locale=en Sample code brief: Utilize emWin API to show any kind o...
by Roy_chen
27 Mar 2019, 15:19
Forum: Nuvoton HMI/GUI
Topic: [NuMaker emWin M487] emWin display BMP with SPIM
Replies: 0
Views: 13615

[NuMaker emWin M487] emWin display BMP with SPIM

Platform: NK-BEDM487D Platform resource link: https://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/development-kit/?__locale=en BSP link: http://www.nuvoton.com/hq/support/tool-and-software/software/dirver/?__locale=en Sample code brief: Utilize BMP convert tool to generate...
by Roy_chen
26 Feb 2019, 15:26
Forum: Nuvoton HMI/GUI
Topic: [NuMaker emWin M487] emWin display internal flash BMP
Replies: 0
Views: 22816

[NuMaker emWin M487] emWin display internal flash BMP

Platform: NK-BEDM487D Platform resource link: https://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/development-kit/?__locale=en BSP link: http://www.nuvoton.com/hq/support/tool-and-software/software/dirver/?__locale=en Sample code brief: Utilize BMP convert tool to generate...
by Roy_chen
25 Feb 2019, 16:25
Forum: Nuvoton HMI/GUI
Topic: [NuMaker emWin M487] emWin display any font with SPIM
Replies: 0
Views: 16826

[NuMaker emWin M487] emWin display any font with SPIM

Platform: NK-BEDM487D Platform resource link: https://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/development-kit/?__locale=en BSP link: https://www.nuvoton.com/hq/support/tool-and-software/software/dirver/?__locale=en Sample code brief: Using nuvoTon FontArchitect tool to...