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

Long Characteristic Write Value

Just trying to figure out the max size I can pass to the write function.According to AN5289 :Write long distant value aci_gatt_write_long_char_value(conn_handle, RxCharHandle,offset, chunk_size, (&payload)+offset) Max data write length is 243 bytes.I...

DS.4 by Senior II
  • 402 Views
  • 1 replies
  • 0 kudos

STM32WB15 Wake_up pin polarity issue

Hello,I use a stm32WB15 MCU in shutdown mode with a wake up by the wake up pin PA0 (System wake-up 1).Everything works fine with the polarity "High". I use the HAL function "HAL_PWR_EnableWakeUpPin(PWR_WAKEUP_PIN1_HIGH)".But with the polarity "Low" a...

JGuir.1 by Associate II
  • 1290 Views
  • 4 replies
  • 0 kudos

Resolved! Stm32 default clocks after reset/boot?

Hi, I am trying to understand the startup process of stm32 mcu. So I have a good knowledge with STM32 and HAL but I want to learn a little deeper with the registers.So I created a blank project and included only the peripheral header file (stm32wb55x...

suads by Associate III
  • 4833 Views
  • 3 replies
  • 1 kudos

Stop modes and low power modes

Hello, I'm using the the official example of CubeMX P2P_server and I want to enter stop2 mode during advertising to minimize the current consumption like this: void SCH_Idle(void) { LL_C2_PWR_SetPowerMode(LL_PWR_MODE_STOP2); HAL_PWREx_EnableBLEActivi...