bl_iot_sdk icon indicating copy to clipboard operation
bl_iot_sdk copied to clipboard

BL602/BL702 SDK. Any technical topic, please access the following link.

Results 31 bl_iot_sdk issues
Sort by recently updated
recently updated
newest added

We are glad to hear voice from you. Any requirements? Feel free to talk or request Here. BTW: We are plan to add Nuttx support soon.

in ```make_scripts_riscv/project.mk```: > flash: all cd $(BL60X_SDK_PATH)/tools/flash_tool && env SDK_APP_BIN=$(APP_BIN) SDK_BOARD=$(PROJECT_BOARD) SDK_NAME=$(PROJECT_NAME) SDK_MEDIA_BIN=$(APP_MEDIA_BIN) SDK_ROMFS_DIR=$(APP_ROMFS_DIR) SDK_DTS=$(PROJECT_DTS) SDK_XTAL=$(PROJECT_BOARD_XTAL) BL_FLASH_TOOL_INPUT_PATH_cfg2_bin_input=$(APP_BIN) ./bflb_iot_tool --chipname=BL602 --baudrate=2000000 --port=/dev/ttyUSB1 --pt=$(PROJECT_PATH)/img_conf/partition_cfg_2M.toml --dts=$(PROJECT_PATH)/img_conf/bl_factory_params_IoTKitA_40M.dts --firmware=$(APP_BIN) need to change to correct path:...

I'm having hard time to compile provided examples (e.g. get-start/blink, get-start/helloworld). Apparently there is some linker problem. Is it just me (or my env)? BTW, I would really appreciate some...

remove the 'bl_iot_sdk/customer_app/get-start'. because of it's name its the first folder I look at. BUT: - it uses the outdated API; - makefile scripts has no support for the new...

Using the Xt-ZB1 board I am following the directions from the Pine64 Linux starter guide. I am trying to flash the sdk_app_helloworld.bin using blflash. I have pin D28 pulled high...

建议把工具链设置为子仓库,节省clone的时间,让开发者自主选择对应的工具链,而不用全部clone下来

https://raw.githubusercontent.com/bouffalolab/bl_iot_sdk/master/components/bl602/bl602_std/bl602_std/Device/Bouffalo/BL602/Peripherals/soc602_reg.svd Here the peripheral AON has a baseAddress of `0x4000F800`, but all registers in this section has an offset of `0x800`. I think his offset is redundant as the `0x800`...

Hi! I'm trying to port a C++ application to the BL602 using this SDK. This app use some parts of the STL like std::unique_ptr and std::array, for example. All my...

![image](https://user-images.githubusercontent.com/30776697/119606695-981c7000-be25-11eb-96a7-2d9202961977.png) ![image](https://user-images.githubusercontent.com/30776697/119606591-74592a00-be25-11eb-92ba-eeed26f8d8e7.png)

If yes, how to use? thanks.