HAL driver files Description Main peripheral/module driver file. It includes the APIs that are common to all STM32 devices. Example: stm32f1xx_hal_adc.c, stm32f1xx_hal_irda.c, … Header file of the main driver C file It includes common data, h...
A Simple Library for AD9833 based on STM32 This is a library for AD9833 DDS Chip from Analog Devices. For my project, I used STM32F030F4P6 and HAL libraries based on STM32CubeMX. I tried to write the library simple so as you can port it on other microcontrollers. It uses Software-...
HAL driver files Description Main peripheral/module driver file. It includes the APIs that are common to all STM32 devices. Example: stm32f1xx_hal_adc.c, stm32f1xx_hal_irda.c, … Header file of the main driver C file It includes common data, handle and enumeration structures, define ...