STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Weird behavior when breaking in an interrupt

Hello,I have a NUCLEO-WL55JC1 development board that I am trying to have communicate over subGHz RF.After configuring the RF module, I am trying to read what interrupts are generated based on different stimuli. To accomplish this, I set a breakpoint ...

AJ_1 by Associate II
  • 167 Views
  • 2 replies
  • 0 kudos

Resolved! Custom made ble characteristic updater don't work

Hello everyone!I just started learning how to use the STM32WB-Chips on the Nucleo-WB55RG and followed this tutorial: https://www.youtube.com/watch?v=Zgw3wRpGSRQ&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=17After that I tried to make a function (fo...

Resolved! STM32WB5MM-DK power consumption test with x-nucleo-lpm01a

How do I connect x-nucleo-lpm01a with STM32WB5MM-DK to test power?I am using the RF module from STM32WB5MM-DK and not the one from P-NUCLEO-WB55.I know that there is a video for P-NUCLEO-WB55. Is there a video/guide for STM32WB5MM-DK as well?   

DS.4 by Senior II
  • 434 Views
  • 6 replies
  • 1 kudos

How to use HAL DMA to generate PWM on P-NUCLEO-WB?

I am trying to generate PWM by using DMA with HAL library: uint16_t buffer[1] = {1500}; ... Status = HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_1, (uint32_t *)buffer, 1);however nothing happens. I am able to generate PWM without DMA: TIM2->CCR1 = 5...

LZure.1 by Associate II
  • 1527 Views
  • 7 replies
  • 0 kudos

How to wake up CPU1 with RF subsystem?

Hi everybody, how can the CPU1 of module STM32WB5MMG be waken up by the RF subsystem?The idea in mind is to use the module as a BLE Server, have the CPU2 perform advertising while the CPU1 is in STOP2 mode. According to the reference manual RM0434, t...

FDumontKeller_1-1710947379513.png FDumontKeller_0-1710946673367.png FDumontKeller_2-1710947603821.png FDumontKeller_4-1710948063131.png

aci_gatt_update_char_value_ext issue

Hello,We are trying to use MTU larger than 24X bytes.The characteristic size set to 483 bytes (CFG_BLE_MAX_ATT_MTU).We tried to use aci_gatt_update_char_value_ext to set the value (as the HCI layer is limited to 255 bytes transfer).aci_gatt_update_ch...

APort by Associate III
  • 82 Views
  • 0 replies
  • 0 kudos