M0S_BL616_example
M0S_BL616_example copied to clipboard
M0S BL616 example (M0S dock)
ETA?
Hello folks! Just got this board and excited to play with it. When will examples be coming, especially related to WiFi? Thanks!
Is it possible to use JTAG with this dev board? How? According to [document in this repo](https://github.com/sipeed/M0S_BL616_example/blob/main/docs/source/get_started/debug.rst) pins needed for JTAG are not on the pin header.
Would be great to be able to use the usb2uartjtag code from the RV Debugger with this but it doesn't compile with the new buoffalo sdk.
On my "Sipeed M0S Dock" I have built & flashed the example M0S_BL616_example\sipeed\solutions\usbd_cdc_acm_with_uart There is an issue during enumeration which is not working correctly to retrieve iManufacturer / iProduct &...
Please document whether: 1) The DAC is accessible on the M0S_BL616 breakout? 2) Which pin the DAC is on the M0S_BL616?
BL616 中的pikapython历程编译无法通过,存在两处报错
Hello guys I would like to know if the m0s has support for deep sleep and if you have an example to follow, thanx!
hello, Just received a few M0S dock, and started to play with sdk. Im compiling and flashing helloworld and freertos exemple without any issue. But how the hell am i...
我将uart1的tx和rx接到一起,理论我在usb串口发送什么,usb串口就能接收到什么,实际一次性发送超过32位的数据,只能接收前32位数据 send: `223456789123456789123456789123456789123456789123456789123456789123456` recv: `22345678912345678912345678912345`
Could you please add this blinking led as helloworld example. I copy the code from twitter @eMbeddedHome Its helpful for me to getting started the board. ``` #include "bflb_gpio.h" #include...