STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

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

Code get stuck at

Hi,I am using STM32L072 LoRa discovery kit and enabled UART with DMA. Some times my code gets stuck in HAL_UART_Receive_DMA( ....) function at the line SET_BIT(huart->Instance->CR3, USART_CR3_EIE);This is called at the begining of the code. It wont r...

Slow block read with SPI fatfs

Hello,I measured the performance of uSD card connected through the SPI on Read/Write operation.The weird thing is that the Block read speed is 3x to 4x slower than the write speed.  I'm writing/read 4kB of data and the SD card is formatted with 4kB a...

frnt by Senior
  • 11285 Views
  • 12 replies
  • 0 kudos

PLACE_IN_SECTION(..) macro linking issues

Throughout the codebase the PLACE_IN_SECTION macro is used to place bluetooth related static variables into their own sections. I guess this is done increase the isolation from possible errors in other parts of the code.The sections (for example "BLE...

HRadt.1 by Senior
  • 1046 Views
  • 1 replies
  • 0 kudos

STM32WB15 / 55 soil moisture sensor

Hi,I plan to design and build a soil moisture sensor for our plants at home, based on the STM32WB55 (I need ZigBee / Thread). But I want to build up a prototype by using my STM32WB15 nucleo board and some of these cheap Arduino Soul Moisture PCBs wit...

Kampi_0-1695368234340.png
Kampi by Associate III
  • 1690 Views
  • 0 replies
  • 0 kudos

Testing RTC_SSRU

I'm looking to create a test case to verify that the handling of the interrupt generated by RTC SSRU is working correctly.In the LoRaWAN code base, the SSR time is set up such that the underflow will happen after about 48.5 days.There doesn't seem to...