STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BUG in Sigfox expansion for STM32Cube

I'm using the B-L072Z-LRWAN1 dev kit with X-CUBE-SFOX firmware by ST on the Sgfx_push_button project.I've adapted it to use the timeServer library to send a Sigfox uplink every 10 minutes. Everything works fine until the second uplink with downlink ...

roliv.19 by Associate
  • 464 Views
  • 1 replies
  • 0 kudos

RXNE is never set.SPI always read 0

I am trying to use the SPI interface with a SPI ADXL345 sensor and the STM32F072 Nucleo board.I want to make a very basic read operation.Now the read function is blocked in waiting the the RXNE signal.But the RXNE is never set . SPI always read 0. I ...

EMEYD.1 by Associate
  • 617 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay function corner case not covered

Hi there, this is the default implementation of HAL_Delay function for stm32h7xx_hal.c (and I assume many other hals too)__weak void HAL_Delay(uint32_t Delay) { uint32_t tickstart = HAL_GetTick(); uint32_t wait = Delay;   /* Add a freq to guara...

VMach.1 by Associate III
  • 664 Views
  • 3 replies
  • 0 kudos