STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how can i convert my simple few lines i2c wire library based arduino code to STM HAL api based code ?

Could someone please help me to convert My tested arduino code on STM32, now using HAL apis to drive same code :#include <Wire.h>int16_t X, Y, Z = 0;const uint8_t STK8321 = 0x0F;const uint8_t startRegister = 0x02;void printAcceleration() { byte accel...

Nverm.1 by Associate II
  • 5005 Views
  • 5 replies
  • 0 kudos