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 have a project where I need to read protect my application code. The problem with RDP is that it would erase the entire flash (including OTA). I assume this problem is to be solved by using PCROP on the OTA code. I have attempted to protect the...
While connecting the B-L072Z-LRWAN1 to TTN with lora i-cube_irwan endnote and changing the AppEui and Appkey gives a never seen status at TTN. Putty perfectely shows the Version, OTAA, devEui, AppEui and AppKey but does not show the join. How can i...
Hi,I have generated the code for PWM generation using STM32 CubeMX and it is working fine on B-l072Z-lrwan1.But when I was trying to integrate same code with the existing Ping Pong example, I was not getting any PWM signal on respective pin. I have a...
I am using BL072Z board and the datasheet says:8.6 Reset sourcesThe reset signal of the B-L072Z-LRWAN1 Discovery kit is active low and the reset sources is one of the following:• Reset button B2• Arduino Uno V3 shield board from CN4• LoRa®/Sigfox™ mo...
Hi,I am working on CMWX1ZZABZ-078 module and I use the "X-CUBE-SFOX Expansion Package" stack for Sigfox. My Queries are as below:-1) How can I get MAC ID of the Radio Device using Sigfox stack? Is there any API available?2) It is mentioned i...
I need to develop an STM32WB55-based BLE system that consists of 2 parts. Each part will have a button on it as well as a sensor. When a button is pressed on one device, it needs to inform the other device, as well as communicate its sensor value. ...
Hi,I have added the following command to the post build steps.arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"The size of .bin file generated is 393411KB compared to 383KB hex file and does not upl...
I have observed, using a frequency counter, that the HSE clock on Nucleo board (after using the calibration value in the OTP memory) is off by around 20ppm. I have configured the SYSCLK to HSE_SYS. Now, HAL_GetTick counts the tick from the derived c...