Page 1 of 1

[N9H20] FreeRTOS emWin samples

Posted: 09 Apr 2019, 15:04
by 9chuckyoung
Platform: N9H20
Platform resource link: https://www.nuvoton.com/hq/products/app ... _locale=en
BSP link: https://github.com/OpenNuvoton/N9H20_emWin_NonOS
Sample code brief: SimpleDemo and GUIDemo on FreeRTOS
IDE: Keil professional

Please note that to run the sample code we need to download the latest version of N9H20 BSP from OpenNuvoton.

Porting guide for important files for FreeRTOS:
In sample root and "Application" folder we duplicated and modified important files:
sample root:
1. standalone.c. (for heap assignment)
2. wb_init.s. (for SWI handler, e. g., vTaskDelay)

"Application":
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.