Do you have a question about the Renesas RX110 and is the answer not in the manual?
CPU Core | RXv1 |
---|---|
Maximum Operating Frequency | 32 MHz |
Operating Voltage | 1.8V to 5.5V |
Operating Temperature | -40°C to +85°C |
Package | LQFP, QFN |
ADC | 12-bit |
Communication Interfaces | UART, I2C, SPI |
MCU peripheral and feature requirements for the ADC driver.
Details required hardware peripherals like S12ADa/b/c/e/f and GPIO.
Lists dependencies like the Renesas Board Support Package (r_bsp).
Notes on variations in A/D converter modes and usage guidelines.
Lists tested toolchains, e.g., Renesas RX Toolchain v2.05.00.
Specifies required header files for configuration and API definitions.
Mentions ANSI C99 "Exact width integer types" for portability.
Explains build-time configuration options in r_s12ad_rx_config.h.
Details ROM and RAM code sizes based on optimization and configuration.
Details data structures used in API functions for strong type checking.
Defines callback event types and arguments for MCU-specific interfaces.
Specifies ADC OPEN() argument definitions and trigger sources for RX110.
Specifies ADC OPEN() argument definitions and trigger sources for RX113.
Specifies ADC OPEN() argument definitions and trigger sources for RX130.
Specifies ADC OPEN() argument definitions and trigger sources for RX210.
Specifies ADC OPEN() argument definitions and trigger sources for RX231.
Specifies ADC OPEN() argument definitions and trigger sources for RX63x.
Specifies ADC OPEN() argument definitions and resolution types for RX64M/RX71M.
Specifies ADC OPEN() argument definitions and modes for RX65x.
Lists and explains ADC API error codes returned by functions.
Describes methods for adding the FIT module to projects using the FIT plugin.
Provides an overview of the functions included in the ADC driver design.
Initializes the ADC peripheral, sets mode, triggers, and priority.
Manages channels, sensors, triggers, interrupts, and scan operations.
Reads conversion results from a single channel, sensor, or register.
Reads all potential channel sources for a snapshot of all values.
Ends scans, disables interrupts, and removes power from the A/D peripheral.
Returns the driver version number at runtime.
Demo using periodic interrupts from MTU0 to trigger ADC scans.
Demo scanning potentiometer via software trigger in an endless loop.
Demo scanning potentiometer via software trigger in an endless loop.
Demo using MTU3a to trigger ADC for potentiometer conversion on RX64M.
Demo using MTU3a to trigger ADC for potentiometer conversion on RX71M.
Demo using MTU2a to trigger ADC for potentiometer conversion on RX231.
Instructions on how to add a demo project to an e² studio workspace.
Provides links to Renesas Electronics website and inquiry contact.