STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

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
  • 1603 Views
  • 0 replies
  • 2 kudos

STM32wbxx_hal_smartcard not fully working in v1.10

Hi,We've just updated our HAL from 1.6 to 1.10 and encountered some issues with our link to secured element.ATR is successfully received.After any transmit (we are using DMA), a call to a receive return BUSY.We get file STM32wbxx_hal_smartcard.c back...

Intergration issues with example ble_RfWithFlash.

Hi all,Currently I am trying to intergrate the flash_driver from ble_RfWithFlash to my project because I was bumping in some issues with maintaining a bluetooth connection when erasing flash.I was working with V1.3.0 so had to update the firmware sta...

Taxara by Associate III
  • 685 Views
  • 3 replies
  • 0 kudos

Resolved! Hi, I'm developing a bootlader just to download a .bin file and then write starting at 0x8007000 address. My code is based on https://github.com/STMicroelectronics/STM32CubeWB/tree/v1.4.0/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_Ota

I follow the same approach with the magic value 0x94448A29 and so on.Burning firmware + bootloader works ok, also I can jump to the bootloader using the SRAM1_BASE address to write the reset type.The problem is that sometimes I got errors writing to ...

Jsilv.1 by Associate II
  • 877 Views
  • 2 replies
  • 0 kudos

How start PWM duty cycle transfer throught DMA ?

I create a simple project with CUBE_MX in order to test DMA_PWM generation.I configure the TIM2 like this : The DMA is configured this way: in the main i fisrt enable the PWM channel(signal output is ok on scope) , then i try to start a DMA transfer...

0693W000005CCI6QAO.jpg 0693W000005CCIBQA4.jpg
PJEAN.1 by Associate II
  • 544 Views
  • 1 replies
  • 0 kudos

Do the USB examples in STM32Cube_FW_WB_V1.10.0 work?

I'm trying to figure out how to use the USB peripheral on a P-NUCLEO-WB55 board. I got two of the demo projects from STM32Cube_FW_WB_V1.10.0  built (HID_Standalone and MSC_Standalone) and loaded. I have confirmed that they're actually running (I ca...

JRizz.1 by Associate
  • 352 Views
  • 0 replies
  • 0 kudos

Integrating OTA into an existing project

Hi,I am in the process of integrating OTA functionality into my project using the examples in STM32Cube_FW_WB_V1.2.0. With reference to AN5247, I have added the Reboot Characteristic and changed my Flash start address to 0x08007000. I have also notic...

Daniel L by Associate III
  • 1216 Views
  • 4 replies
  • 0 kudos

Resolved! How to change Gap discovery duration?

Hi,I tried the BLE p2p Client example from cubemx and running on STM32IDE.Whenever I push the button, the device starts scanning in general discovery mode. The issue is it always scans for 10 seconds and I am not able to change it.I have tried changi...

Saksham by Associate
  • 867 Views
  • 3 replies
  • 0 kudos