Resolved! Shipped firmware for X-NUCLEO-ST67W61M1
Just received my X-NUCLEO board and I am trying to discover what the default firmware is on the shipped boards? The getting started guide appears to suggest one needs to program the module. Sid
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Just received my X-NUCLEO board and I am trying to discover what the default firmware is on the shipped boards? The getting started guide appears to suggest one needs to program the module. Sid
Hi,I'm working on a new PCBA design and it will require firmware update over the air of a STM32H563.The ST67W will be used in access point mode at all times.Is it possible to use the ST67W to update a target MCU? Is it done using the built-in bootloa...
Hi!I am trying a very simple test to receive the correct boot-up sequence which should be 0x55 0xAA and I am using this code:void ST67W_test(void) { printf("\r\n*** Bare-metal ST67W SPI Test ***\r\n"); // 1. Turn module ON HAL_GPIO_WritePin(CH...
Hi, I'm looking for the complete manual of ST87M01, including the list of AT command, as refered in UM3382EVKITST87M01-1 (https://www.st.com/resource/en/user_manual/um3382-evkitst87m011-stmicroelectronics.pdf) ressource file. thanks !
H563ZI Nucleo and Nucleo-67W61. Using the CLI Binary version 1.1.0 I get: #### Welcome to ST67W6X CLI Application ###### build: 20:14:53 Sep 25 2025--------------- Host info ---------------Host FW Version: 1.1.0[ERROR] [575] [spi_xfer_engine] (spi_if...
Hey,the text on the ST ic is:gzw9v914aimrc226did anybody know the type ?thanks a lot
Hi,I have a board design with the ST87M01-1301 that I am trying to bring up. The ST87M01 boots and I can control the device from the ST 87Mxx OM GUI tool, no issues with any of that.I am trying to get the GNSS working with a single antenna as shown i...
I am trying to use the BlueNRG-M2SP module on a custom PCB, connected over a UART interface to my main processor, STM32G431KBT6, as a network coprocessor. Ideally, I'd like my main processor to collect data, process, etc, and then communicate with a ...
Dear,I have an application that is very simple and instead of hooking up a STM32C01x to the ST87M01 I would like to know if I can program my own application inside of it? Regards,Roland
I’m using the X-NUCLEO-BNRG2A1 in network coprocessor mode (UART), but I’m stuck trying to run the BLE_Beacon example.Here is what I have done so far:I followed the AN5651 guide using a NUCLEO-L433RC-P.Since BlueNRG-1ST-LINK does not work on Windows ...