I successfully compiled latest SDK and was able to flash the board with BLDevCube 1.0.9 however nothing happens
I tried simple gpio blink and still nothing - seems like code is not executed on chip after writing to flash
What am I doing wrong? the image output is for chosen CPU M0 or D0
I tried also DevCube 1.8.9 but have no idea what addresses and other subimages to use - it is confusing.
Please help how to properly flash the board so code executes let's say from D0 cpu
Thanks
Flashing M1s Dock (BL808)
- Edited
It seems like I resolved the problem with devcube tool 1.0.9
you need to change f.ex. C:\IoT\Bouffalo\bouffalo_sdk\examples\peripherals\gpio\gpio_input_output\flash_prog_cfg.ini
[FW]
filedir = ./build/build_out/pwm*$(CHIPNAME)__d0.bin
address = 0x100000
After that blink worked on both D0 and M0 - haven't tried LP yet