User Activity

I am trying to print data over USART on the stm32g030c8t6. My code is as follows:/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main...
I tried implementing a driver by following the Flash example present of the GitHub page and a blog I found online:How to Program Flash memory in STM32 » ControllersTechThe driver code according to this blog is: STM32/FlASH_PAGE_F1.c at master · contr...
I have written a small driver code for the same to store different types of data types to a memory location.The link to my code is: Yadnik1/Eeprom-Emulation-driver-STM32 (github.com) and I have taken reference from here: STM32/FLASH_PROGRAM/F1 SERIES...
For performing the conversion do I just have to convert degrees to millidegrees?Because this conversion does not output a perfectly comparable result.Racelogic IMU datasheet: Overview (racelogic.co.uk)
Kudos from