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

Bug in LoRaWAN software expansion for STM32Cube

I am using V1.1.5 of the LoRa software expansion for STM32Cube and have come across an issue which leaves the stack unusable until reset.Although the problem was first encountered in our application project, I verified that the problem also occurred ...

Does anyone have a complete .IOC file for this discovery board?

Hi, I haven't found a .IOC file for the B-L072Z-LRWAN1 discovery board -- has anyone created or found such a file. I would like to use the STM Cube L0 to generate initialisation code but I need an IOC file for that. I have been looking at the intiali...

bed by Associate
  • 545 Views
  • 0 replies
  • 0 kudos

I-NUCLEO-LRWAN1 compatible boards?

Hi,I have two boards that I would like to use with the I-NUCLEO-LRWAN1 expansion board:NUCLEO-F411RE and NUCLEO-L152RE.Is any of them compatible with I-NUCLEO-LRWAN1?Thanks.

bdaniel7 by Associate II
  • 812 Views
  • 4 replies
  • 0 kudos

GPS frame using P-nucleo LRWAN1

#define U1RxBufSize 256#define U1TxBufSize 2048int16_t U1RxBufferPtrIN, U1RxBufferPtrOUT, U1TxBufferPtrIN, U1TxBufferPtrOUT=0;​char readableU1(void) {  U1RxBufferPtrIN = U1RxBufSize - __HAL_DMA_GET_COUNTER(huart4.hdmarx);        return U1RxBufferPtrI...

yjae by Associate II
  • 1601 Views
  • 5 replies
  • 0 kudos