NUCLEO-WBA25CE1 "Bootloader limitation"
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link MATTER - Matter software expansion for STM32Cube - STMicroelectronics It is a reference implementation for the demonstration of Matter on ST...
Please go and visit our wiki pages where you can find a lot of information on our wireless product families (WB, WBA, WL) and the supported protocols: BLE, Zigbee, Thread, Matter, Lora, ... To begin your technical journey, please start from this top ...
Hello Community,I am making a custom requirement with LoRa using STM32WLE5CCxx. The parameters for the P2P communication are given below:Frequency: 868MHzSpreading Factor: 7Coding Rate: 4/3Bandwidth: 125KHzPreamble Length: 8 TX Power: 14dBm Another t...
How can i program stm32wle5ccu6 with st-link which is on the nucleo stm32g474ret6 or is it possible?
Is it correct that the WirelessFwInfo_t.MemorySizeSram2A/B members describe the wireless stack occupied areas of SRAM2 in terms of 1k units (growing downwards)?I am noticing there is memory being written to at 0x20031000 onwards, but that doesn't lin...
I have developed a device that joins lorawan in OTAA mode. I am testing the device and i am having some problems with conectivity.Device joined succesfully to Lorawan Network Server, i saved the NVM Lorawan context and i reset the device, after reset...
recently I received STM32WL development kit. it based on STM32WL55.This is my First use case of Dual Core STM32 and I don't know how it working. My project didn't need Dual core. so I try using only one core but it seems not working my expectation. i...
My development environment is stm32cubeMX and IAR.First of all, the configuration I programmed is like this.1. Init (write Status Register WP-E set 1)2. Block Erase (to the address where i will store the data)3. Write data to buffer4. Program Execu...
Hello,I am using the STM32WB55CEU6 chip and while trying to check the functionality with the STM32CubeMonitor-RF I am getting the following error: "Device under test not responding COM port closed"Upgraded "stm32wb5x_BLE_Stack_full_extended_fw.bin" a...
However, when I ran the code on my custom board, I am not getting any data from the BLE. I am stuck at line hci_reset().I initialized the SPI and BLE but when I ran the debegger, I did not reach the line before hci_reset(); when I set the interrupt t...
I know that "CFG_TASK_SW1_BUTTON_PUSHED_ID" was set in the header file (/app_conf.h), but just set, no morein the Datasheet the button for Nucleo board SW1 connected to a PC4 pin, but in CubeMX for project "p2p_server" I didn't find any mentions abou...