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

ADC example measuring wrong voltage.

ADC example measuring wrong voltage.Example - Repository\STM32Cube_FW_WB_V1.22.1\Projects\P-NUCLEO-WB55.Nucleo\Examples\ADC\ADC_SingleConversion_TriggerSW_ITis always measuring 3.298 V even when voltage is 2.6V.

GS2 by Senior
  • 188 Views
  • 6 replies
  • 0 kudos

Resolved! STM32WB09 Failed to read registers from target

Hi,I can't debug my STM32WB09. I can execute a few lines (it's not a specific number, it may be random), and then CubeIDE throws the following error and disconnects from the board. The board is based on the Nucleo-WB09KE (NUWB09KE$CR1). Below, I’m at...

ManuelIgnacio_0-1746192617697.png ManuelIgnacio_1-1746192777286.jpeg ManuelIgnacio_2-1746192786188.jpeg

Resolved! STM32WB09 LL_RCC_RC64MPLL_IsReady() doesn't works

Hi,We designed a custom board that includes the STM32WB09KE microcontroller. We're working with a BLE middleware, and when I try to run the code, it doesn't go past the line LL_RCC_RC64MPLL_IsReady() during the clock configuration in SystemClock_Conf...

ManuelIgnacio_0-1745511350359.jpeg ManuelIgnacio_2-1745511393562.jpeg

SV files for STM32WBA55CG. Generating a PAC for RUST

Hello all, I am trying to find the SVD file for STM32WBA55CG.I was looking at https://github.com/stm32-rs/stm32-rs/tree/master since I want to use svd2rust to generate a pac that I can use to implement a bare-metal function in the microcontroller. Ho...

elopezpe by Associate II
  • 247 Views
  • 2 replies
  • 0 kudos

STM32WB55 FUS and BLE stack Upgrade issue.

I have Stm32wb55Cgu6 board from from WeAct, With default FUS (V1.2) and BLE stack everything was okay. But when i upgraded the FUS 2.0 and newest BLE stack Full 1.22.1 . the Upgrade was successful, But I didn't got any Bluetooth connection for same c...

NAShams_0-1746526197678.png NAShams_1-1746526301400.png
NA Shams by Associate II
  • 102 Views
  • 3 replies
  • 0 kudos

How to setup TIM16 and TIM17 for IR transmitter on PB9

I can not get any output on PB9 after setting TIM16_Init:void MX_TIM16_Init(void) { /* USER CODE BEGIN TIM16_Init 0 */ /* USER CODE END TIM16_Init 0 */ TIM_OC_InitTypeDef sConfigOC = {0}; TIM_BreakDeadTimeConfigTypeDef sBreakDeadTimeConfig...

GS2 by Senior
  • 142 Views
  • 5 replies
  • 0 kudos

Disable Logging WPAN WBA5x

Hello,I upgraded from CubeIDE 1.17 to 1.18 and from WBA 1.5.0 to 1.6.0 and now I get this error the following error. I have logging disabled in WPAN configuration and no IP selected for logs under platform settings tab.../Core/Inc/app_conf.h:291:2: e...

cvs_dk by Associate II
  • 248 Views
  • 8 replies
  • 0 kudos

Autogenerated FreeRTOS dies on scheduler startup

[moved to MCU Wireless category -- p.]Hi Community,I'm quite new to the FreeRTOS and STM, so this might be hopefully only a beginners mistake.I have designed a small PCB with a STM32WLE5CCU6 to learn a bit in regrads of LoRaWAN. Now I'm already chall...