Official
Beijing Winner Microelectronics Co.,Ltd., Floor 18, YinDu Building, No.67 FuCheng Road, HaiDian District, Beijing,P.R.China
W806, MCU,
W801, IoT Wi-Fi/BLE SoC,
Hi-Link
Download
HLK-W801
HLK-W806
SDK / CDK
T-Head, Open Chip Community – Download
Tutorials
HLK-W801 board features Alibaba Xuantie XT804 based MCU with WiFi 4, Bluetooth LE 4.2
WinnerMicro W806 240 MHz MCU finds it way into a $2 development board
Alibaba open sources four RISC-V cores: XuanTie E902, E906, C906 and C910
$6 C-SKY Linux Board Reviewed, Benchmarked
W800-C400 WiFi/BT microcontroller programujemy – wm_sdk_w800 tutorial, CDS, wm_tool.exe
How to debug W806 and W801 MCUs?
Getting started with W806 – 240MHz 32 bit MCU
Segger Wiki
Blue Pill
Interface Description
J-Link Commander
LoadFile
J-Link> LoadFile C:\Users\andreas\Documents\GitHub\cklink-lite\CKLinkLite2.30.hex
AliExpress
Inofficial
github.com/henrycoding/cklink-lite
henrycoding
github.com/droppingy/W801_SDK-linux
github.com/droppingy/hlk-w80x-toolchain
github.com/IOsetting/wm-sdk-w806
gitee.com/iosetting/wm-sdk-w80x
github.com/ganhailin/wm_sdk_w801
github.com/ggggxiaolong/wm_sdk_w800.git
gitee.com/wendal/wm_sdk_w800.git
W800-C400 WiFi/BT microcontroller programujemy – wm_sdk_w800 tutorial
Pasek LED WiFi/IR – WX300P – tryb muzyczny – ukryte przyciski [W800-C400]
github.com/List-View/wm_sdk_w800
Single chip microcomputer — HLK-W801 driving touch screen
nvv13
github.com/nvv13/
github.com/nvv13/test/tree/main/test-mk/w801
YouTube nvv13
cnblogs.com/milton
联盛德 HLK-W806 (五): W801开发板上手报告, Hands-on Report on the HLK-W806 (V): W801 Development Board
联盛德 HLK-W806 (一): Ubuntu20.04下的开发环境配置, 编译和烧录说明, Lansend HLK-W806 (I): Ubuntu 20.04 development environment configuration, compilation and burning instructions
联盛德 HLK-W806 (十): 在 CDK IDE开发环境中使用WM-SDK-W806, Lianshengde HLK-W806 (X): Using WM-SDK-W806 in the CDK IDE development environment
联盛德 HLK-W806 (二): Win10下的开发环境配置, 编译和烧录说明, Lianshengde HLK-W806 (II): Development Environment Configuration, Compilation and Burning Instructions under Win10
easyelectronics.ru
W806 W801 W800 – недорогие чипы для домашних самоделок, W806 W801 W800 – inexpensive chips for home-built applications
Winner Micro W806 – краткий обзор, Winner Micro W806 – a short review
W806 – GPIO и таймеры. часть 1., W806 – GPIOs and timers. part 1.
W806 – GPIO и таймеры. часть 2., W806 – GPIOs and timers. part 2
YouTube
Chandler Klüser
w801 – Test & SDK #01
w801 – Test & SDK #02
w806 – Instalação da SDK e Flash de Blink
w806 – Timers & Interrupts
TryTech
Микроконтроллер W806 – 240MHz, обзор новинки
msys2
# Update package pacman -Syu # install make pacman -S msys/make # install automake pacman -S msys/automake # install autoconf pacman -S msys/autoconf # install gcc pacman -S msys/gcc # install git pacman -S msys/git # Install the dependent libraries required for compilation pacman -S msys/ncurses-devel pacman -S msys/gettext-devel # or in one line: pacman -S msys/make msys/automake msys/autoconf msys/gcc msys/git msys/ncurses-devel msys/gettext-devel
Build app
$ make make[1]: Entering directory '/c/Users/andreas/Documents/GitHub/nvv13_test_w801/test-mk/w801/sdk-prj/01_blink/app' CC main.c CC n_delay.c AR libuser.a nvv13_test_w801\test-mk\w801\csky-elfabiv2-tools-mingw-minilibc-20210423\bin\csky-elfabiv2-ar.exe: creating ../bin/build/w800/lib/libuser.a make[1]: Leaving directory 'nvv13_test_w801/test-mk/w801/sdk-prj/01_blink/app' LINK w800.elf OBJCOPY w800.bin generate normal image completed. generate normal image completed. compress binary completed. generate compressed image completed. build finished!
CDK
W806 (W800_SDK)
/c/Users/andreas/wm-sdk-w80x-master/tools/w800/projects/SDK_Project/project/CDK_WS/W800_SDK/Obj/*.o /c/Users/andreas/wm-sdk-w80x-master/tools/w800/projects/SDK_Project/project/CDK_WS/W800_SDK/w800.elf /c/Users/andreas/wm-sdk-w80x-master/lib/w800 libapp.a libblehost.a libbtcontroller.a libbtcontroller_br_edr.a libbthost_br_edr.a libdrivers.a libdsp.a libnetwork.a libos.a libwlan.a libwmarch.a libwmcommon.a libwmsys.a
cklink
T-HEAD CKLINK: ICE Type: CKLink_Lite_V2 App Ver : 2.35 Bit Ver : null ICE Clk : 2526.316KHz 2-wire, With DDC, Cache Flush OnSN CKLink_Lite_V2-84EA5467D6. +-- Debug Arch is CKHAD. --+ [CPU: 0]+-- CPU 0 --+ [CPU: 0]T-HEAD Xuan Tie CPU Info: WORD[0]: 0x04a11453 WORD[1]: 0x11000000 WORD[2]: 0x21400417 WORD[3]: 0x30c00005 Target Chip Info: CPU Type is CK804FGT, in LITTLE Endian. L1ICache size 16KByte. Bus type is AHB32. Signoff date is 04/0107. HWBKPT number is 5, HWWP number is 2.
Many thanks for your help.