-
I am trying to use mfg_tool to generate partition binary but I am getting this error: ModuleNotFoundError: No module named 'esp_secure_cert'
I have also installed requirements.txt
![image](https…
-
There is a header file "drivers/soc/bl808/std/include/bl808_ipc.h", but no implementations for these function in sdk.
-
I use the docker image of esp-matter and found this in the version I loaded this weekend.
Onboarding the matter light example, I stranded with this error once the Wi-Fi was started.
```
I (69963…
-
[CMSIS-SVD](https://www.keil.com/pack/doc/CMSIS/SVD/html/svd_Format_pg.html) files describe the register maps of the MCU, and are machine readable xml. There are automated tools, like [`svd2rust`](htt…
-
Hi,
Just wondering why we are only allocating 64K DRAM in the D0 linker script when we have 512K?
https://github.com/bouffalolab/bl_mcu_sdk/blob/a574195a4b3399341794971a2ab4b8b17f4b70d7/bsp/board/…
-
Hi,
I see UART3 is missing from the hal driver. Any plans to update it?
Can you share the "magic" to get both TX/RX on D0 running with UART3?
(I see in the board.c only TX is setup, does this c…
-
https://github.com/bouffalolab/bl_mcu_sdk/blob/16d3a819c86dab25e3c20155a3563c2dc9bc7220/bsp/board/bl808dk/bl808_flash_d0.ld#L25-L30
https://github.com/bouffalolab/bl_mcu_sdk/blob/16d3a819c86dab25e3…
-
There does not seem to be much in the way of documentation for using JTAG with the BL808 chip. I have been trying to use a RV Debugger Plus with a Ox64 board but am not able to examine any of the cor…
-
The readme says : " Chip Reference Manual and Chip Data Manual are listed on [document](https://dev.bouffalolab.com/document) "
When I go to the page, and then click a datasheet download link, it …
-
I have BL70X IoT DVK-MB-V1.1, which have BL706 with no internal FLASH or RAM, everything is external.
It have Winbond 25Q32JVS1Q and 1604M-3SQR.
Unfortunately, I can't get this flashed with bflb_…