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/isr

volt.tech Latest Questions

vikas Nagpal
  • 0
vikas Nagpal
Asked: December 5, 2022In: Microcontroller

GPIO Edge Detection When ISR is Raised?

  • 0

Hi, Configured IRQ Control Register (IRQCRi) rising and falling edge discovery (IRQMD{10}). When the interrupt of the edge discovery is raised, where to find out which edge falling or rising is detected, I need to know what’s the pin position of ...Read more

Hi,

Configured IRQ Control Register (IRQCRi) rising and falling edge discovery (IRQMD{10}).
When the interrupt of the edge discovery is raised, where to find out which edge falling or rising is detected, I need to know what’s the pin position of the GPIO input pin when an edge is detected.

The used CPU is RA2E1.

Read less
cpugpioirqcriirqmdisrmcumicrocontrollerRA2E1renesas
  1. Alex thomas
    Added an answer on December 7, 2022 at 10:33 am
    This answer was edited.

    Thanks for posting your question! You could check your IRQ- pin's level when entering your interrupt message function in order to check if a rising or falling edge is detected. In case your pin's level was initially low and when entering your message function it became high then a rising edge was deRead more

    Thanks for posting your question!

    You could check your IRQ- pin’s level when entering your interrupt message function in order to check if a rising or falling edge is detected. In case your pin’s level was initially low and when entering your message function it became high then a rising edge was detected. If your pin was initially high and also became low then a falling edge was detected. You could read your pin level by accessing the register shown in the picture below.

    For example, if your IRQ pin is P110, you could check its level in the interrupt message function like this:
    R_PORT1->PIDR_b. PIDR10 and check if it’s 1 (HIGH) or 0 (LOW).

    Another way is by using the already given API
    1.fsp_err_tR_IOPORT_PinRead(ioport_ctrl_t * constp_ctrl,bsp_io_port_pin_t pin,bsp_io_level_t *p_pin_value);

    Kind Regards,
    Alex

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

Rl78/G13 SPI continuous transfer

  • 0

What is the major difference between single and continuous transfer mode w.r.t to performance, as in both the cases for every byte ISR is served?

What is the major difference between single and continuous transfer mode w.r.t to performance, as in both the cases for every byte ISR is served?

Read less
bytecontinuous transfer modeg13isrrl78single transfer
  1. pallavi sharma
    Added an answer on July 14, 2022 at 10:27 am

    According to the RK78/G13 User's Manual, "Transfer end interrupt (in single-transfer mode) or buffer empty interrupt (in continuous transfer mode) can be selected". So in the single mode interrupt is generated after transmission of every byte, and in continuous mode it is generated once the buffer bRead more

    According to the RK78/G13 User’s Manual, “Transfer end interrupt (in single-transfer mode) or buffer empty interrupt (in continuous transfer mode) can be selected“.

    So in the single mode interrupt is generated after transmission of every byte, and in continuous mode it is generated once the buffer becomes empty.

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

Sidebar

Ask A Question

Stats

  • Questions 395
  • Answers 382
  • Comments 0
  • Best Answers 9
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • nidhi singh
    nidhi singh added an answer Hello, Yes, the software is still available, has not been… April 1, 2023 at 10:34 am
  • ashishgawade
    ashishgawade added an answer Hello, The USB-serial-JTAG port can usually reset/put the chip into… March 30, 2023 at 11:00 am
  • ashishgawade
    ashishgawade added an answer Hi Nidhi, Thanks for reaching out to Volt.Tech Engineering Community.… March 28, 2023 at 10:13 am
  • ashishgawade
    ashishgawade added an answer Hello@vikas, It's always recommended to use a bleeder of 100 ohms. Vout of the part has an offset… March 24, 2023 at 9:55 am
  • vikas Nagpal
    vikas Nagpal added an answer Hello, The SMPS reduces the power loss when VDD is… March 22, 2023 at 10:30 am

Users

test32798456

test32798456

  • 0 Questions
  • 0 Answers
test10977544

test10977544

  • 0 Questions
  • 0 Answers
test17802725

test17802725

  • 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.