-
Using the same toolchain for building [RV-Debugger-BL702](https://github.com/sipeed/RV-Debugger-BL702) on MacOS, unable to build example/helloworld:
```
[ 1%] Building ASM object build_out/driver…
-
hello @sakumisue, would you help me with an example for deep sleep mode? i was browsing the code but i dont find enough information on the sdk to invoke it
thanx a lot!
-
I have a dock and accidentally burned the lite core - and now I can't burn the dock core.
Have I fried it or his it in a state that can be reset?
When I run openFPGALoad --detect I see the board
…
-
编译产生了3种类型的错误:
1. section `.nocache_noinit_ram_region' will not fit in region `nocache_ram_memory'
2. region `nocache_ram_memory' overflowed by 21520 bytes
3. undefined reference to `usbd_ep_star…
-
Hello,
Newest SDK 2.0 lacks HBN_Set_XCLK_CLK_Sel(...) calls to initialize HBN high-speed clock for BL702. Bluetooth LE and other wireless interfaces couldn't perform properly without such initializ…
-
### What happened?
Added an EndDevice to the group via GUI.
Z2M reports failure of such action.
I am unable to add any EndDevices to the group. I have tried with 7 different types of EndDevices
…
-
https://github.com/bouffalolab/bl_iot_sdk-components/blob/1cb9b79de0729cdac6e06eeac27ee347f23b1449/platform/soc/bl702/bl702_std/BSP_Driver/std_drv/src/bl702_spi.c#L246
-
**Describe the bug**
Multi-lang builds for `Pinecilv2` fail with `ld`/`lto1` errors.
**To Reproduce**
```
$ cat test.sh
#!/usr/bin/env bash
set -x
set -e
while [ 1 -eq 1 ]; do
make clean…
-
**Is your enhancement proposal related to a problem? Please describe.**
I start to integrate `bl_mcu_sdk` with Zephyr RTOS. I noted that there are duplicated code between devices and would like propo…
-
Hi,
I'm trying to bring up the [Sipeed M0Sense board](https://dl.sipeed.com/shareURL/Maix-Zero/Maix-Zero/2_Schematic), and doing a simple blinky test right now with the onboard led
It has a RGB led …