wm-sdk-w806
wm-sdk-w806 copied to clipboard
not programing ??????????????
first of all thank you for the answer and the project ...
well .... I bought the product from aliexpress and programmed the gpio example to see if it loaded ... now I have made a program for a greenhouse control and what is my surprise that when I save it (without compilation errors) I get it says that it is recorded (without errors) but instead there is still the led program, since my program does not use leds
make flash make[1]: Entering directory '/home/icelon/sdk/wm-sdk-w806/app' make[2]: Entering directory '/home/icelon/sdk/wm-sdk-w806/app/src' make[2]: Leaving directory '/home/icelon/sdk/wm-sdk-w806/app/src' make[1]: Leaving directory '/home/icelon/sdk/wm-sdk-w806/app' make[1]: Entering directory '/home/icelon/sdk/wm-sdk-w806/demo' make[1]: Leaving directory '/home/icelon/sdk/wm-sdk-w806/demo' LINK W806.elf /opt/toolchains/csky-elfabiv2-tools-x86_64-minilibc-20210423/bin/../lib/gcc/csky-elfabiv2/6.3.0/../../../../csky-elfabiv2/bin/ld: warning: cannot find entry symbol Reset_Handler; defaulting to 0000000008010400 OBJCOPY W806.bin generate normal image completed. generate normal image completed. compress binary completed. generate compressed image completed. build finished! connecting serial... serial connected. wait serial sync... serial sync sucess. mac CC-CC-CC-CC-CC-CC. start download. 0% [###] 100% download completed. reset command has been sent.
I am wondering that it didn't build and flash your code -- maybe you edit the code in a wrong place? Could you add some obvious error in the code and see if the build will fail?
Another possible situation is that the final bin file wasn't updated, it rarely happens but I believe there is a possibility, you can run make clean or make distclean to ensure old builds are removed.

if the compilation passes I ate on purpose;
Hello, thank you for the repo, I have a problem, it keeps showing "please manually reset the device. ....................................................... serial sync timeout."
even after I click on Reset, the programming doesn't start. any idea ? I'm using wm801 board V1.1.
N;B: when I use the code with arduino IDE, I can program it without pressing on RST, and works smoothly. here is the link to Arduino IDE variant : https://github.com/Hi-LinkDuino/w80x_arduino So I mean there is no physical problem with the board.
Thank you.