STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Having issues enabling the SubGhzSPI on STM32WLE5JC

I have five identical development boards that I am attempting to bring up. One of the boards works without issues. The other four all fail during MX_LoRaWAN_Init(), After digging a little deeper I found that the SubGhzSPI peripheral is never getting ...

0693W00000Y7A7qQAF.png 0693W00000Y7A7vQAF.png
Kurt28 by Associate
  • 2079 Views
  • 9 replies
  • 16 kudos

Resolved! Elf file and relative paths

I'm working on the STM32WL55 Nucleo-64, starting from the LoRaWAN_End_Node.I performed a hexdump and noticed that the ELF file generated at the end of the compilation process contains a significant recurrence of absolute paths, as shown in the pictur...

Feanoer_0-1720519174226.png Feanoer_1-1720520553204.png
Feanoer by Associate II
  • 404 Views
  • 6 replies
  • 2 kudos

Get CRC Error after transmit

Hi all,My application is showing belowDevice(NUCLEO-WL55JC1 EVM) send data to Gateway --> wait 100msec --> enter receive to wait data from gateway. In my test, If data from gateway more then device. The device report CRC Error to application layer.I ...

KimiHu by Associate
  • 545 Views
  • 2 replies
  • 0 kudos

Class C downlink not working in STM32WL55JC2.

My STM32WL55JC2 is programmed with the example code for Lora End Node given in the SDK v1.3.0.Class_A is enabled by default and working properly i.e. receive window of the MCU opens only after the periodic uplink.When the class is set to Class_C in t...

RonNad14 by Associate
  • 637 Views
  • 3 replies
  • 0 kudos

Resolved! Firmware update OTA : STM32WL and NlueNRG-2

Hello,I am using the STM32WL55 with the BLUENRG-2N.i need to add the Firmware update OTA capability using the Bluetooth (BLUENRG-2N)the examples of FUOTA for STM32WL are based on LoraWAN protocol ... so it is not what i looking for.Do you have any ex...

malarab by Senior II
  • 1736 Views
  • 3 replies
  • 1 kudos

MBMUXIF_WaitCm0MbmuxIsInitialized infinite loop

Never gets past this checkvoid MBMUXIF_WaitCm0MbmuxIsInitialized(void) { while (pMb_RefTable->SynchronizeCpusAtBoot != CPUS_BOOT_SYNC_CPU2_INIT_COMPLETED) { } /* USER CODE BEGIN MBMUXIF_WaitCm0MbmuxIsInitialized */   /* USER CODE END MBMUXI...

bblouin by Associate III
  • 777 Views
  • 7 replies
  • 0 kudos

Resolved! LoRa WAN end node development

i am using LoRa E5 dev board for programming my code , i am using STM32 stlink debugger with stm32 cube programmer , the board is not connecting my stm32 cube programmer , the serial number is showing 1 but when i am trying to connect it is not conne...

MANOJ_R1 by Associate
  • 349 Views
  • 2 replies
  • 3 kudos

Error : Unable to get core ID

Hi everyone,I'm using a Nucleo WL55JC1 trying to run the Lorawan AT_slave application. When trying to run the project in STM32CubeIDE, I get the error "no device found on target". Did the process of the solution on this post : https://community.st.co...

mrgcap by Associate
  • 931 Views
  • 4 replies
  • 0 kudos