STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What can prevent entering STOP mode? (STM32WB)

After some activity using BLE in the background and UART as well as some EXTI on application side, the consumption jumps from 2,4µA to 4mA, so obviously I have a wakelock. If I hotplug to the system afterwards, I can see in PWR_EXTSCR that Stop mode ...

OliM by Senior
  • 675 Views
  • 0 replies
  • 0 kudos

Resolved! How to use PA15 (JTDI) as a GPIO

On a custom board, the RED_LED is connected to PA15, which is pulled-up by default (JTDI).The pin has been set to Push-Pull Output GPIO in CubeMX and is initialized to 0.The STM32WB55CGUx was experiencing random resets, until this particular IO was s...

Romain1 by Associate III
  • 2308 Views
  • 3 replies
  • 0 kudos

Enabling/Disabling Interrupts Problem in STM32WB55RG

Hello, I want to develop a software which includes an external interrupt for sleep mode and it should be enabled before entering sleep mode. For this purpose, I use: HAL_NVIC_SetPriority(EXTI0_IRQn, 0, 0) ;HAL_NVIC_EnableIRQ(EXTI0_IRQn); When I choos...

0693W00000aJCluQAG.png
Yusuf by Associate III
  • 870 Views
  • 5 replies
  • 0 kudos

STM32WLE5 Wake up from stop mode on EXTI for Rx

Hello,I'm trying to create a test application based on the SubGHz_Phy_Per RX example that will go into stop mode after initialization and wake up on EXTI line for an Rx window and then go back to stop mode.I want to base my test application on the Se...

GPIO CONFIGURATION

basically I'm working with a LoRaWan card that mounts your STM32WLE5CCU6 microcontroller.the problem arises from the high consumption of my product.I'm trying to program the PA8 pin of the microcontroller as an input that is always under VDD and I've...

rib.1 by Associate II
  • 711 Views
  • 4 replies
  • 0 kudos

RAK3172 LPUART sample code-LED not litting?

I am checking the below example code given in RAK3172 low level development folder.C:\en.stm32cubewl\STM32Cube_FW_WL_V1.0.0\Projects\NUCLEO-WL55JC\Examples_LL\LPUART\LPUART_WakeUpFromStop_InitThe only change I made here is for LED2 , GPIO pin changed...

PP.3 by Associate
  • 433 Views
  • 1 replies
  • 0 kudos