STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL issue with int8_t instead of uint8_t

Hello ! I've been working on with LIS3MDL a magnetometer from STM, but there was one problem because reading X,Y,Z it was showing good values but sometimes instead of value it just spitted 0, for example X = 0.14, Y = 0.30, Z = 0.14 and sometimes it ...

Xenon02 by Senior
  • 112 Views
  • 8 replies
  • 1 kudos

WWDG_IRQHandler Doesn't Seem To Be Reached

I started learning about it while playing with WWDG_Example from STM32446E_EVAL.I can enable WWDG and tie it to my EXTI button on my Discovery board.The board will reset when the button is pressed and __HAL_RCC_GET_FLAG(RCC_FLAG_WWDGRST) == RESET.Wha...

no Satel-VL53L8CX SPI example

Hi! I am developing a project which uses the satel-Vl53l8cx. I found many examples in I2C but none in SPI.The only one would be in VL53L8CX_ULD_driver_2.0.0 but this one was coded for the X-nucleo-Vl53l8A1.   A wiring is shown in AN5945 in SPI but in...

Antonin_m84_5-1720044853550.png Antonin_m84_6-1720044872426.png