User Activity

Hello. If I write the protocol stack to an address different from the original address, will the protocol stack work properly? The firmware I wrote is stm32wb5x_Ble_Mac_802_15_4_fw.bin, and I wrote it to 0x080B1000 when it should have been written to...
HelloI am developing a FW that alternately runs BLE and Mac using stm32wb5x_BLE_Mac_802_15_4_fw.bin 1.13.3.0(3) for protocol stack.For FW, BLE and Mac are alternately switched over time (every second).The initialization of BLE, the initialization and...
HelloI would like to dynamically concurrent for BLE and Mac protocols with STM32WB?The protocol stack uses stm32wb5x_BLE_Mac_802_15_4_fw.bin.If you call SHCI_C2_BLE_Init() / SHCI_C2_MAC_802_15_4_Init(), there is no response of the previously called p...
I want to reset and reinitialize only CPU2 (M0 +) of STM32WB I used to ask a question in "Data reception stops at Mac_802_15_4_FFD in the sample code."Even now, this matter has not been resolved.At the end, it was said that RFD was used, but since I ...
I want to use a part of the memory of SRAM2a with CPU1 (M4) with STM32WB50x. Is that possible? (01) I changed the LENGTH of RAM_SHARD of the ld file to 6K and buffered 10KByte from 0x20031800 of SRAM2a, but when I received many packets of Mac802.15.4...