Various HAL API functions (ADC version)

This post introduces the API functions used to read ADC values at each HAL.

API functions for reading ADC values are classified as follows.

  1. ADC Start function (ADC Start)
  2. ADC Status Get Function (ADC Status Get)
  3. ADC Read function reads the AD conversion value (ADC Read)
  4. Function to perform 1 to 3 (ADC Start & Check & Read)

The HAL we present here is the next HAL.

  • Arduino 1.8.6
  • AUTOSAR 4.4(MCAL)
  • Debian(Linux) v2022.04
  • Mbed 6.17.0
  • ModusToolbox HAL Cat1 2.4.3
  • MCUXpresso SDK iMXRT1051B_1052B ksdk2_0
  • Renesas SSP 2.4.0
  • STM32Cube FW_F4 V1.27.1

HALs have a variety of features, including those that are easy to use, those with high real-time performance, and those with a timeout function to prevent infinite loops caused by ADC failures. Please select the HAL that best suits your product.

OSS-ECAL English
error: Content is protected !!