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 ...
My STM32WL55JC2 is programmed with the example code for Lora End Node given in the SDK v1.3.0.Class_A is enabled by default and working properly i.e. receive window of the MCU opens only after the periodic uplink.When the class is set to Class_C in t...
Setup STM32WL55JC1 embedded on a custom PCB with other peripheralsSTM32CubeIDELora gateway - Multitech MTCDT3AC model with a built-in network server, join server, packet forwarder and gateway.STM32CubeWL f/w version 1.3.0 Application hangs because MB...
Hello everyone, I want to measure the current consumption on a STM32WB5MMDK discovery board. I've found that I had to put an ammetre on the jumper JP1, and I programmed the RGB LED to be working. However, when I put the ammetre and I power my board, ...
I am trying to set the maximum number of times I send out an advertisement, I managed to do it with the extended advertisement quite easily. I did this using the "adv_set_param[i].adv_set.Max_Extended_Advertising_Events = 8;"However now I want to do ...
Hello everyone,For my application, I need to record a time counter in flash memory, with a resolution of 1/10 of hour (eg. 6 minutes).Here is what I do :As I know there is a limitation for flash lifetime (10000 erase cycles), I built an algorithm whi...
Hello,I am using the STM32WL55 with the BLUENRG-2N.i need to add the Firmware update OTA capability using the Bluetooth (BLUENRG-2N)the examples of FUOTA for STM32WL are based on LoraWAN protocol ... so it is not what i looking for.Do you have any ex...
Never gets past this checkvoid MBMUXIF_WaitCm0MbmuxIsInitialized(void) { while (pMb_RefTable->SynchronizeCpusAtBoot != CPUS_BOOT_SYNC_CPU2_INIT_COMPLETED) { } /* USER CODE BEGIN MBMUXIF_WaitCm0MbmuxIsInitialized */ /* USER CODE END MBMUXI...
i am using LoRa E5 dev board for programming my code , i am using STM32 stlink debugger with stm32 cube programmer , the board is not connecting my stm32 cube programmer , the serial number is showing 1 but when i am trying to connect it is not conne...
I want to configure a stm32wb as BLE central and other as BLE peripheral such that they can exchange data. The combination of all this data also needs to be sent to a mobile phone. Can anyone suggest me a MOOC or may be a document that can be used a...
Im running ble heart of stm32wb55 , I would like use adc input channel with the ADC_SingleConversion_TriggerTimer_DMA_ but the tim2 that i instantiate seem not run; the variable ubDmaTransferStatus that indicate the end of dma tranfert(value = 1)...