Page 1 of 1

[N9H30] FreeRTOS emWin samples

Posted: 09 Apr 2019, 11:00
by 9chuckyoung
Platform: N9H30
Platform resource link: https://www.nuvoton.com/hq/products/app ... _locale=en
BSP link: https://github.com/OpenNuvoton/N9H30_emWin_NonOS
Sample code brief: emWin_SimpleDemo and emWin_GUIDemo on FreeRTOS
IDE: Keil professional

Please note that unzip password is nuvoton
Please note that to run the sample code we need to download the latest version of N9H30 BSP from OpenNuvoton.

Porting guide for important files for FreeRTOS:
In "Application" folder we duplicated and modified important files:
1. standalone.c. (for heap assignment)
2. startup.s. (for SWI handler, e. g., vTaskDelay)
3. FreeRTOSConfig.h. (for mutex config)
4. GUI_X_FreeRTOS.c. (time related on FreeRTOS platform)

Please note that BSP emWin library is for non-OS ONLY, hence, please don't run emWin related on multiple tasks.