We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
I am using nuvoton RDK N9H30 Evaluation board for my development
I want to connect my Evaluation board to PC,
so that i can view my TFT screen in PC
For this i have downloaded emwin VNC tool from segger
I am having example C code for GUI_X_VNCServer
But i want packages need to be installed for VNC uinsg keil
Also i need example project from any other microcontroller using VNC
Please anyone share your VNC project for example
I also wants to know the links for MDK 5-TCP/IP stack packages to use VNC with keil
Thanks
R Sridhar
Hi,
To operate VNC under Keil MDK 5, you need have these packages (in nutshell):
- Graphics -> VNC Server
- Network -> Socket -> BSD+TCP+UDP (all of them)
- Network -> CORE
- Network -> ETH
- CMSIS driver -> ETH MAC + PHY (depends on your board)
- Others: Any RTOS is mandatory and suitable graphics driver with display which supports read back frame buffer, or system memory with external frame buffer, or cache enabled.
The only thing to add this line after GUI init:
GUI_VNC_X_StartServer(0, 0);
After this, it should be work fine.
Attila
See the Keil documentation on VNC support:
https://www.keil.com/boards2/stmicroelectronics/stm32f746g_discovery/
Also, there is a demonstrating example project prepared for the STM32F746G-Discovery:
Note:
Since MDK 5.30 (May 2020) the support of microcontrollers with ARM7 or ARM9 cores requires to use MDK-Professional or MDK-Plus.
www.keil.com/.../4230.htm