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 ...
Hi,I do not have much SW experience, so I am struggling a bit to wrap my head around some things...I'm trying to set up a project in CubeMX for a STM32WB5x Thread application.In the STM32_WPAN mode configuration, there are 2 UART parameters in the Co...
On HyperTerminal, I just see :[M4 APPLICATION] ConcurrentMode = 0[M4 APPLICATION] ==> Start_BLEOn debugging, the software infinity loops on BLE stack starting up on CPU2 in :-> APP_BLE_Init-> SHCI_C2_BLE_Init-> shci_send-> shci_cmd_resp_wait-> UTIL_S...
According to the Datasheet, MCO on the dual core WB chips is available as an "SYS_AF" and an "RF" alternate function. Does this has an impact if I want to use them from the main core?
As far as I can see, if an OTAA join request does not succeed on first attempt, it will not be retried until an interrupt/event starts another SendTxData callback, which calls LmHandler's LmHandlerIsBusy, which will retry to join, but will return tru...
I want to use USB as CDC device for virtual com port along with MAC 802.15.4 FFD example code i did following steps but computer didn't detect USB device.1) I added all the files from USB_Device folder to MAC 802.15.4 FFD code.2) In middlewares adde...
Hello, Recently, I came across an exciting open-source project called ioter, which is based on the Matter thread protocol. github.com/Samsung/ioterIt appears that this project has been verified only with Thread devices based on Nordic nRF52840. Howev...
Hello everyone, I ve been trying to implement DMA ADC to ping-pong example for 5-6 days. I made HAL_ADC_PollForConversion made without problem. When I try to implement dma + adc, it return 0. I reviewed lorawan adc.c example for polling (there is no ...
We are using the STM32WLE5JCI6 chip and we are mostly done with hardware and software development but got stuck with the below issues.We are trying to read two analog inputs from PB4 (ADC1_IN3) and ADC_CHANNEL_VREFINT. (We are using a Lithium thionyl...