Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.

Sign Up Here
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Volt.Tech

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

volt.tech Logo volt.tech Logo
Sign InSign Up

volt.tech

volt.tech Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help
  • Home
  • About Us
  • Contact Us
Home/adc

Tag: adc

Analog to Digital Converter

volt.tech Latest Questions

jameshleo
  • 0
jameshleo
Asked: December 4, 2023In: Microcontroller

How to consider ADC Error Calculation?

  • 0

Hi,I trying to do an worst case error estimation in my ADC readings and according to the Datasheet as shown below I’ve other error factors Offset, Full- scale, Absolute Accuracy, DNL, INL.We’re ...Read more

Hi,

I trying to do an worst case error estimation in my ADC readings and according to the Datasheet as shown below I’ve other error factors Offset, Full- scale, Absolute Accuracy, DNL, INL.

We’re trying to mitigate the Offset and Full- scale error by applying a Two-Point Calibration Method.

I would like to know do I need to consider Absolute accuracy as ± 2 even though I’ve compensated Offset and Full-scale error.

Also what about DNL and INL errors do I want to consider both in my calculations and INL is the integral sum of DNL errors.

Also should I consider Typ or Max values what’s the difference between them?

Thank You in Advance

Read less
AccuracyadcCalculationDNLmicrocontrollerrenesasRenesas Microcontroller
  1. vikas Nagpal
    Added an answer on December 5, 2023 at 11:43 am

    Hello Jameshleo, Thanks for reaching out to the Volt Tech Community. First, the max values for errors defined on the user's manual are the worst error values measured in the laboratory test environment for the full voltage range, while typical is the most usual error value without compensation. UsinRead more

    Hello Jameshleo,
    Thanks for reaching out to the Volt Tech Community.
    First, the max values for errors defined on the user’s manual are the worst error values measured in the laboratory test environment for the full voltage range, while typical is the most usual error value without compensation.
    Using software techniques such as Two- a point calibration system you cancel/ compensate offset and full-scale error.
    In the case of the Renesas specification, the Absolute Accuracy value is the total uncompensated error for all error terms( INL, DNL, Offset, Gain, and Quantization error terms).
    So, you can improve the Absolute Accuracy to be lower than using compensation methods.
    Also, find attached the INL meaning:

    The INL depends on the internal circuit architecture and from any possible distortion, caused by the front-end signal conditioning circuit.
    I hope it helps!
    Regards,
    Vikas Nagpal

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Julian White
  • 0
Julian White
Asked: May 25, 2023In: Microcontroller

How to Set Trigger ADC from GPT?

  • 0

Hi, I’m using RF7A6M2AF MCU. I’m working at the register level and don’t use Renesas libraries. I’m trying to set up the MCU so I could spark ADC sampling from GPT. I do have a GPT formerly working in the circle. I ...Read more

Hi,

I’m using RF7A6M2AF MCU. I’m working at the register level and don’t use Renesas libraries. I’m trying to set up the MCU so I could spark ADC sampling from GPT.

I do have a GPT formerly working in the circle. I did set ADTRAUEN to 1 in the GTINTAD register and GTADTRA to 2, so the ADC trigger event starts early on during the GPT up-count. To confirm that the ELC_EVENT_GPT1_AD_TRIG_A event actually happens I’ve configured an interrupt for it and it does get triggered.

The thing I must be missing is the configuration at the ADC level for the trigger. A single checkup from the software trigger is working rightly and I can see ELC_EVENT_ADC1_SCAN_END related interrupt being triggered but if I configure ADCSR register TRGE and EXTRG fields to enable synchronous trigger I can not get ADC to work. I was looking into the ADSTRGR register to set a trigger for the ADC, but I don’t see an option for the GPT.

What am I missing?

Kind regards.

Julian White

Read less
adcadtrauengptmcumicrocontrollersrenesasrf7a6m2af
  1. nidhi singh
    Added an answer on May 26, 2023 at 10:30 am

    Hello, Thanks for reaching out to Volt Tech Engineering Community. Do you have set the ELSRn to register? For example, ELSR8 register (for ADC unit 0)? You require to set this register with the right value from Table 19.3 according to your preferred GPT channel and event. Thank & Regards

    Hello,

    Thanks for reaching out to Volt Tech Engineering Community.

    Do you have set the ELSRn to register? For example, ELSR8 register (for ADC unit 0)?

    You require to set this register with the right value from Table 19.3 according to your preferred GPT channel and event.

    Thank & Regards

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
ashishgawade
  • 0
ashishgawade
Asked: February 3, 2023In: Microcontroller

How GPT Trigger ADC without using FSP?

  • 0

Hi, I would like to trigger ADC conversion with GPT capture and compares events without using the FSP configuration. I couldn’t figure out how to do it, is there any example project about it? Thank you

Hi,

I would like to trigger ADC conversion with GPT capture and compares events without using the FSP configuration. I couldn’t figure out how to do it, is there any example project about it?

Thank you

Read less
adcfspgptmcumicrocontrollersmicroprocessorsrenesastrigger
  1. vikas Nagpal
    Added an answer on February 4, 2023 at 11:12 am

    Hello, It’s easy. see the section, 3 of the manual (RA4M1) To trigger the A/D, write to register ELSR8 (R_ELC. ELSR (8), and the number you write to that register is the event number shown in table 18.3, nearly between 0x57 and 0x96, depending on which timer, which event (and maybe which processor).Read more

    Hello,

    It’s easy. see the section, 3 of the manual (RA4M1)

    To trigger the A/D, write to register ELSR8 (R_ELC. ELSR (8), and the number you write to that register is the event number shown in table 18.3, nearly between 0x57 and 0x96, depending on which timer, which event (and maybe which processor).

    First, you have to enable the ELC registers by writing 1 to R_ELC. ELCR and writing to the module stop register.

    You also have to inform the A/D by writing 9 to ADSTRGR (see section 35.2.12)

    Thank You

    Vikas

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Linto
  • 0
Linto
Asked: July 1, 2022In: Microcontroller

Does DA7212 accept both Analog and Digital Mics simultaneously

  • 0

The DA7212 supports 2 Digital mics on MIC1 channel and can support one Analog mic on the MIC2 channel. The datasheet says that the ADC digital filter is shared for the analog/digital mic channels. So either the analog mic or digital ...Read more

The DA7212 supports 2 Digital mics on MIC1 channel and can support one Analog mic on the MIC2 channel.

The datasheet says that the ADC digital filter is shared for the analog/digital mic channels. So either the analog mic or digital mic can use this ADC digital filter

Can I get the Analog Mic ADC data to the I2S without using the ADC digital filter.  If this is possible, then can I add 2 digital microphones on the MIC1 channel( I can do the digital filtering on the Analog mic in my firmware )?

Read less
adcadc digitalanalog micDA7212firmwarei2smic adc data
  1. pallavi sharma
    Added an answer on July 29, 2022 at 4:43 pm

    You can use the AMIC and DMIC, however both will effectively go through the ADC filters. If you enable the ADC_FILTER1, which has the voice and music filters both paths (AMIC, DMIC), will be effected by the filters.

    You can use the AMIC and DMIC, however both will effectively go through the ADC filters.

    If you enable the ADC_FILTER1, which has the voice and music filters both paths (AMIC, DMIC), will be effected by the filters.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
dev krishnan
  • 0
dev krishnan
Asked: June 29, 2022In: Microcontroller

Renesas RA2E1 ADC Internal Ref Voltage

  • 0

I would like to know the level of Renesas RA2E1 ADC internal reference voltage. Is it fixed or adjustable? What voltage is it?

I would like to know the level of Renesas RA2E1 ADC internal reference voltage.

Is it fixed or adjustable? What voltage is it?

Read less
adcRA2E1renesasRenesas RA2E1 ADCvoltage
  1. Support
    Added an answer on July 6, 2022 at 12:10 pm

    Hi dev , refer below link & download user manual hardware  for RA2E1 & there is table given on page 1003 for  ADC internal reference https://www.renesas.com/us/en/document/man/ra2e1-group-users-manual-hardware Thanks  

    Hi dev ,

    refer below link & download user manual hardware  for RA2E1 & there is table given on page 1003 for  ADC internal reference

    https://www.renesas.com/us/en/document/man/ra2e1-group-users-manual-hardware

    Thanks

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer

Sidebar

Ask A Question
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • ashishgawade
    ashishgawade added an answer Hello, No. External modules can get places wherever when it comes… December 7, 2023 at 10:05 am
  • vikas Nagpal
    vikas Nagpal added an answer Hello Jameshleo, Thanks for reaching out to the Volt Tech… December 5, 2023 at 11:43 am
  • sachinsharma
    sachinsharma added an answer Hi @jabirsheikh, For limit-checking sludge, the hardware uses the original… December 1, 2023 at 10:12 am
  • Alex thomas
    Alex thomas added an answer Welcome @audrawells, to the community! The STWBC86 is a Qi… November 29, 2023 at 10:36 am
  • ellasmith
    ellasmith added an answer Hello, No, you need a crystal.   Thank You Ella… November 23, 2023 at 10:19 am

Users

Kelli M. Worthington

Kelli M. Worthington

  • 1 Question
  • 0 Answers
test32847481

test32847481

  • 0 Questions
  • 0 Answers
Natural Wholesale

Natural Wholesale

  • 0 Questions
  • 0 Answers
james Williams

james Williams

  • 0 Questions
  • 0 Answers
Nora Benjamin

Nora Benjamin

  • 0 Questions
  • 0 Answers

Explore

  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help

Footer

volt.tech

Volt.Tech

Find your spark

About Us

  • About Us
  • Contact Us
  • Groups

Legal Stuff

  • Privacy Policy
  • Faqs

Follow

© 2022 volt.tech. All Rights Reserved
With Love by volt.tech.