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/renesas ra series

volt.tech Latest Questions

Raja Singh
  • 0
Raja Singh
Asked: May 30, 2022In: Microcontroller

Renesas RA2L1 CAN is not working

  • 0

I am using Renesas RA2L1 example code on CAN but my CAN is not working/not received data CAN analyzer.

I am using Renesas RA2L1 example code on CAN but my CAN is not working/not received data CAN analyzer.

Read less
CANData CAN Analyzermicrocontrollerra seriesra2l1renesasRenesas Microcontrollerrenesas ra seriesrenesas ra2l1
  1. Shivali Singh
    Added an answer on June 6, 2022 at 5:11 pm

    Dear Raja Singh, You need to their CAN ic hardware is it ok or not, and which IC you are using for CAN?   Regards Shivali Singh

    Dear Raja Singh,

    You need to their CAN ic hardware is it ok or not, and which IC you are using for CAN?

     

    Regards

    Shivali Singh

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

Working with Renesas RA MCU

  • 0

How to start with Renesas RA MCU? Is there any sample code that relates to AD/DA, 7-segment LED, or any basic coding for Renesas RA series ? I just want to show 1 2 3 4 in my 7segments display.

How to start with Renesas RA MCU? Is there any sample code that relates to AD/DA, 7-segment LED, or any basic coding for Renesas RA series ?

I just want to show 1 2 3 4 in my 7segments display.

Read less
LED SEGMENTRenesas MicrocontrollerRenesas RA MCUrenesas ra series
  1. Shivali Singh
    Added an answer on May 25, 2022 at 12:47 pm

    Hi Linto, Before starting the work on RA Family MCU, you need to download the software of e2 studio IDE and FSP (Flexible software package) from Renesas website. After installation the software you need to go new stack and select the peripherals what you require then generate the code. Please followRead more

    Hi Linto,

    Before starting the work on RA Family MCU, you need to download the software of e2 studio IDE and FSP (Flexible software package) from Renesas website.

    After installation the software you need to go new stack and select the peripherals what you require then generate the code.

    Please follow the below link instruction for getting stating.

    file:///C:/Renesas/RA/e2studio_v2021-10_fsp_v3.5.0/fsp_documentation/v3.5.0/fsp_user_manual_v3.5.0/group___a_d_c___a_p_i.html

     

    Thanks & Regards

    Shivali Singh

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Rahul B
  • 1
Rahul B
Asked: April 19, 2022In: Microcontroller

Setting Ofast optimization level for RA Series.

  • 1

GCC has Ofast option, but e2studio cannot be set from the menu. For RA series, how can I set the Ofast optimization level?

GCC has Ofast option, but e2studio cannot be set from the menu. For RA series, how can I set the Ofast optimization level?

Read less
e2studioofast optimizationra seriesrenesas ra series
  1. pallavi sharma
    Added an answer on July 13, 2022 at 10:35 am

    Could you try adding it to Other optimization flags?  When compiling, you see both -o2 …. -ofast, I think the later options will overwrite the earlier ones.(hopefully).   arm-none-eabi-gcc -mcpu=cortex-m33 -mthumb -mfloat-abi=hard -mfpu=fpv5-sp-d16 -O2 -fmessage-length=0 -fsigned-char -ffunctioRead more

    Could you try adding it to Other optimization flags?  When compiling, you see both -o2 …. -ofast, I think the later options will overwrite the earlier ones.(hopefully).

     

    arm-none-eabi-gcc -mcpu=cortex-m33 -mthumb -mfloat-abi=hard -mfpu=fpv5-sp-d16 -O2 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Ofast -Wunused -Wuninitialized …

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
techfreak
  • 1
techfreak
Asked: April 18, 2022In: Interface ICs & Transceivers

CAN driver in FSP package for Renesas RA series.

  • 1

Does the FSP Package include a CAN driver? Will new FSP package release support the CAN driver for the  EK-RA6M3G board for  Renesas RA series.

Does the FSP Package include a CAN driver? Will new FSP package release support the CAN driver for the  EK-RA6M3G board for  Renesas RA series.

Read less
can driverfsp packagera seriesrenesasrenesas ra series
  1. Linto
    Added an answer on April 27, 2022 at 5:13 pm

    Yes, CAN support is already included in the FSP package.

    Yes, CAN support is already included in the FSP package.

    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 388
  • Answers 374
  • Comments 0
  • Best Answers 8
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • Julian White
    Julian White added an answer Hello, IrDA has hardly been used for a long time,… March 7, 2023 at 10:27 am
  • Julian White
    Julian White added an answer It's not required per se, but it's helpful. The issue… March 4, 2023 at 10:04 am
  • nidhi singh
    nidhi singh added an answer Hi Alex, The exchange mode for MCU boot uses the… March 2, 2023 at 10:37 am
  • Julian White
    Julian White added an answer Hi, Thank you for posting on the Volt.Tech community. Can… February 28, 2023 at 10:04 am
  • nidhi singh
    nidhi singh added an answer Hello, The labeling looks ok F130 = LD2981ABM30TR F133 =… February 23, 2023 at 10:27 am

Users

test27782358

test27782358

  • 0 Questions
  • 0 Answers
test17284313

test17284313

  • 0 Questions
  • 0 Answers
test1856815

test1856815

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