STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

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...

Ouadi by ST Employee
  • 1542 Views
  • 0 replies
  • 2 kudos

Use the same UART with STlink and with another module

Hi everyone !I'm really new to STM32 and everything that goes around... I want to communicate with a SIMCOM A7670E with my NucleoWB55RG and UART1. I'm using PB6 and PB7 for USART1_TX and USART1_RX. But these pins (I kept the jumpers) are also connect...

Fannyrsy by Associate II
  • 929 Views
  • 3 replies
  • 1 kudos

Resolved! STM32WB55: Timerserver periodic wakeup from deep sleep

I have done following configuration for RTC:static void MX_RTC_Init(void){/* USER CODE BEGIN RTC_Init 0 *//* USER CODE END RTC_Init 0 *//* USER CODE BEGIN RTC_Init 1 *//* USER CODE END RTC_Init 1 *//** Initialize RTC Only*/hrtc.Instance = RTC;hrtc.In...

hardik by Associate II
  • 1277 Views
  • 3 replies
  • 1 kudos

STM32WL55 CM0Plus is no longer able to work

Dear team!,I have a problem with STM32WL55JC1 board.I loaded the "LoRa End Node Dual Core "project and it works very well.Then I made a project from scratch, with Dual core checkbox checked.Before initialising any module, I built both projects and do...

MShafiee by Associate
  • 3474 Views
  • 2 replies
  • 0 kudos

Program ST50H with pyOCD

Hi,I'm working with an ST50H based on STM32WLE5 series MCU. Here's the product: https://www.st.com/en/partner-products-and-services/acsip-st50h.html. I would like to be able to flash the device using pyOCD or OpenOCD. However, after installing the ST...

alexemdesgagne_0-1708704076331.png

STM32WB55: Failed read remote feature

Hello,I'm currently developing a Zephyr application and want to use the STM32WB55 chip. For evaluating I use the ST Nucleo WB55RG board. The device is configured as a Bluetooth peripheral using the Zephyr v3.6.0 host stack and the stm32wb5x_BLE_HCILa...

janger by Associate
  • 783 Views
  • 0 replies
  • 0 kudos

Resolved! stm32wb5mm-dk

HelloI've been recommended the product by the ARROW sales manager, but I'm not getting any documentation or technical help. I'm new to st product and ble.Below are the features I want.1. If you don't do anything for a certain period of time, you will...

About the pairing mode of STM32WB

Excuse me, how can we establish a Bluetooth connection between stm32wb55 as an observer and other broadcasting devices on CubeMX? The current CubeMX can only implement WB as a broadcaster to connect to the app, which is not the pattern required in my...

cxiao.2 by Associate II
  • 588 Views
  • 1 replies
  • 0 kudos

RTC example folder Freezes at HAL_RTC_Init

I tried the RTC_Alarm example folder, at first it worked out well and I was able to view the output.But when I ran for the 2nd time without any changes in the code the execution stopped at  HAL_RTC_Init ->> (if (HAL_RTC_Init (& RtcHandle)! = HAL_OK))...