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

Resolved! DMA + ADC doesn't work

CubeIDE 1.1.0STM32Cube_FW_WB_V1.3.0Trying to make DMA transfer ADC results.I'm putting code in main() after MX_..._Init() and before while(1) {}HAL_ADC_Start_IT(&hadc1); works fineHAL_DMA_Start_IT(&hdma_memtomem_dma1_channel2, (uint32_t) src, (uint32...

Stecklo by Senior
  • 8745 Views
  • 25 replies
  • 1 kudos

Resolved! Gatt Server and Client

Hey, i would like to have a BLE device that can send and receive data from other BLE devices. Any idea how to implement this, since CubeMX only allows to be a server or a client?Thanks in advance

EBuss.1 by Associate II
  • 493 Views
  • 1 replies
  • 0 kudos

STM32WB55 BLE stack not working

Hi,I have a problem on my custom STM32WB board. It was working properly, but suddenly now it's BLE functions not working. The M4 core is OK, but APP_BLE_Init function return error and it fall in Error_Handler. When I checked the source of error, I re...

0693W000007YzpfQAC.png
mnoro.1 by Associate III
  • 440 Views
  • 1 replies
  • 0 kudos

NUCLEO STM32WL: Sigfox PushButton (STM Application)

Hello, I would like to use the debugger with Keil uvison. Thus, I change the two define in sys_conf, (buit, then flashed) : However, it is not working, it seeems that it goes to hardfault (whereas I can send message without the debug mode) Also, I ha...

0693W00000JM1i9QAD.png 0693W00000JM1lmQAD.png
LLr.1 by Senior
  • 262 Views
  • 0 replies
  • 0 kudos

How to set a ioc file as active project.

Hi all,I've created a project in CubeMx and started developing using a P-nucleo STM32WB55 development board. Now we have a second board with the STM32WB55mmg module with different pinout. So i've created a second cubemx project and initialized all th...

Taxara by Associate III
  • 2257 Views
  • 2 replies
  • 0 kudos