Page 1 of 1

NUVOTON N9H30

Posted: 29 Nov 2019, 20:32
by sridhar
Hi everyone,
I am currently working on a project regarding Nuvoton N9H 30 evaluation board.
I have got all BSP files from Github and Nuvoton representative related to this series.
I programmed this evaluation board using Nuwriter for DDRAM and SPI memory.
I managed to draw the image , edits , texts by using GUI builder.I also made a keyboard,
Numpad using Segger support.

Now I need to make windows which should change on clicking a button.
I also need to support videos,camera in my project.
So please do the needful.

Re: NUVOTON N9H30

Posted: 11 Dec 2019, 11:28
by sridhar
HI
Actually I need to change the windows by hiding /showing them.
So that I cant make the window visible or not.
Then I also tested the CAN code ,it is working perfectly.
Only thing I need to configure in all sample codes is mostly
pin configurations and include defines.After doing that almost
all the codes are working as per my requirement.
It is that much simple with nuvoton.
Thanks for the BSP files given by nuvoton at that much extent.
Thanks
R Sridhar

Re: NUVOTON N9H30

Posted: 21 Jan 2020, 10:40
by Roy_chen
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