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

URGENT: STM32WLE5 custom design questions

I have a fast track project for which I need to do a quick feasibility study, determine if STM32WL is suitable candidate, and if so, have enough support available to design it in. So all your timely, insightful help would be greatly appreciated. Here...

AVigh.1 by Associate II
  • 7915 Views
  • 9 replies
  • 0 kudos

STM32WL problems with sending data. SOLVED.

Hi!EDIT 4: it was solved, and the solution at the end of the post.I did a hardware design based on the STM32WL55 chip + Balun and one line for controlling the radio, FE_CTRL1. I modified the HAL radio library for all the SET-RESET only using RF_SW_CT...

RobMBSos_0-1697482106536.jpeg RobMBSos_1-1697482173421.jpeg RobMBSos_2-1697482182152.jpeg RobMBSos_0-1697481026898.png
RobMBSos by Associate
  • 1012 Views
  • 0 replies
  • 1 kudos

stm32wb55 stack fota through external flash

Hi,I have custom board, with stm32wb55REV6 (512kb), and external flash of 1mb, I have large user app (about 72 sectors), so there is no enough extra space in the internal flash to hold the bin stack fw in it in order to call SHCI_C2_FUS_FwUpgrade(0,0...

nasrat87 by Associate
  • 248 Views
  • 0 replies
  • 1 kudos

ERROR : ERR_THREAD_CHECK_WIRELESS

get an error when debugging the example application:STM32Cube_FW_WB_V1.17.2/Projects/P-NUCLEO-WB55.Nucleo/Applications/Thread/Thread_Coap_Genericerror:[M4 APPLICATION] **********************************************************[M4 APPLICATION] WIRELES...

jfc54 by Associate
  • 426 Views
  • 1 replies
  • 0 kudos

GSM AT Command response

Hi I am sending a AT command through USART2 -char CGSN[] = "AT+CGSN\r\n";HAL_UART_Transmit(&huart2,(uint8_t *)CGSN, sizeof(CGSN),100);HAL_Delay(500);  HAL_UART_Receive_IT(&huart2,(uint8_t *)&ch,1);I am receiving ch in callback and storing each byte ...

KPeri by Associate II
  • 574 Views
  • 3 replies
  • 0 kudos