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

volt.tech Latest Questions

ashishgawade
  • 0
ashishgawade
Asked: October 27, 2022In: Microcontroller

Start with Guiliani SDK and RA6M3?

  • 0

Hi everyone, I am starting on the RA6M3 and testing to run the Guiliani demo on the M13- RA6M3- EK- SDRAM kit. I learn stuck on a silly thing, I do not know how to program theresources.dat file directly in the ...Read more

Hi everyone,
I am starting on the RA6M3 and testing to run the Guiliani demo on the M13- RA6M3- EK- SDRAM kit.

I learn stuck on a silly thing, I do not know how to program theresources.dat file directly in the QSPI of the kit.
I can not find the” Load Ancillary file” command.

Can someone help me?
Thanks a lot

Read less
guilianimcumicrocontrollerra6m3ramcurenesassdk
  1. Alex thomas
    Added an answer on October 29, 2022 at 10:25 am

    In e2-studio 2022-07 binary files can now be downloaded as part of the debug configuration in the startup tab. For example, the highlighted line will load the raw binary file into the QSPI memory every time the program to be debugged is downloaded.

    In e2-studio 2022-07 binary files can now be downloaded as part of the debug configuration in the startup tab.

    For example, the highlighted line will load the raw binary file into the QSPI memory every time the program to be debugged is downloaded.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 2 Answers
Answer
nidhi singh
  • 0
nidhi singh
Asked: October 6, 2022In: Microcontroller

RA FSP IIC Master Example Code Not Building

  • 0

Dear Volt.Tech, I’ve been trying to run the IIC master example code with the EK- RA6M3 board but it doesn’t make with the latest FSP version(4.0.0). To workaround this I installed v3.8.0 but I’m facing issues with the IDE where it doesn’t enter the function which has a multi-byte i2c read sequence. I’m using the MAX86161 detector to test this out. Thanks & Regards

Dear Volt.Tech,

I’ve been trying to run the IIC master example code with the EK- RA6M3 board but it doesn’t make with the latest FSP version(4.0.0). To workaround this I installed v3.8.0 but I’m facing issues with the IDE where it doesn’t enter the function which has a multi-byte i2c read sequence. I’m using the MAX86161 detector to test this out.

Thanks & Regards

Read less
fspiicra6m3renesasRenesas Microcontroller
  1. vikas Nagpal
    Added an answer on October 12, 2022 at 11:48 am

    Hi, Thanks for reaching out to Engineering Community. Could you please check your e² studio version? Please note that FSP versions of 3.7.0 and later require a minimal e² studio version of 2022- 04 and FSP versions of 4.0.0 and later require a minimum e² studio version of 2022- 07. Best regards,

    Hi,

    Thanks for reaching out to Engineering Community.
    Could you please check your e² studio version? Please note that FSP versions of 3.7.0 and later require a minimal e² studio version of 2022- 04 and FSP versions of 4.0.0 and later require a minimum e² studio version of 2022- 07.

    Best regards,

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
vikas Nagpal
  • 0
vikas Nagpal
Asked: September 29, 2022In: Microcontroller

Using different baud rates for 2 different serial ports – RA6M3

  • 0

Hello, I’m using the RA6M3 regulator in one of the applications where I need 2 UARTS. uart0 and uart1. In the configurator, I’ve configured uart0 for 115200 buad and uart1 for 9600 buad ( as that’s what I need to communicate ...Read more

Hello,

I’m using the RA6M3 regulator in one of the applications where I need 2 UARTS. uart0 and uart1. In the configurator, I’ve configured uart0 for 115200 buad and uart1 for 9600 buad ( as that’s what I need to communicate to my peripherals). But ever these 2 different baud rates don’t work together. Seems I can configure both at 115200 or both at 9600 and also both would work( I tried checking it on teraterm).
Is there any way to configure 2 different devices uart0 and uart1 to different baud rates? Any suggestion in this direction would help me.

Read less
baudmcura6m3renesasRenesas Microcontrolleruarts
  1. nidhi singh
    Added an answer on October 7, 2022 at 10:12 am
    This answer was edited.

    Thanks for reaching out to Engineering Community. Could you try setting each baud rate with R_SCI_UART_BaudSet() function? Please make sure you call it after you have opened the SCI_UART channel and before you start any data transmission. Let us know if it helped. Regards,

    Thanks for reaching out to Engineering Community.

    Could you try setting each baud rate with R_SCI_UART_BaudSet() function? Please make sure you call it after you have opened the SCI_UART channel and before you start any data transmission. 
    Let us know if it helped.

    Regards,

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
vikas Nagpal
  • 0
vikas Nagpal
Asked: June 28, 2022In: Microcontroller

Free RTOS with USB-PCDC on Renesas RA6M3

  • 0

In developing a Renesas RA6M3 project based on Free RTOS, using PCDC to transfer data . Here, write happens properly but once we get read complete interrupt it goes into Default handler. Kindly give proper solution for this.Read more

In developing a Renesas RA6M3 project based on Free RTOS, using PCDC to transfer data . Here, write happens properly but once we get read complete interrupt it goes into Default handler. Kindly give proper solution for this.

Read less
Default handlerfreertospcdcra6m3renesasRenesas Microcontroller
  1. pallavi sharma
    Added an answer on July 29, 2022 at 5:12 pm

    It seems to be caused by the read buffer (g_read_buf) only being 8 bytes in size, whereas the max packet size for the full speed bulk transfer is 64 bytes. The USB driver sets up a 64 byte transfer with the DMAC when R_USB_Read() is called, then the DMAC transfer over writes some other data in RAM.

    It seems to be caused by the read buffer (g_read_buf) only being 8 bytes in size, whereas the max packet size for the full speed bulk transfer is 64 bytes. The USB driver sets up a 64 byte transfer with the DMAC when R_USB_Read() is called, then the DMAC transfer over writes some other data in RAM.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Rutuja
  • 0
Rutuja
Asked: June 23, 2022In: Microcontroller

Possibility of swapping between HCDC and HMSC

  • 0

I am currently working on a Renesas RA6M3 and was wondering if there is a possibility of working with a single (Full speed or High speed) USB port but switching between HCDC and HMSC based on the USB that is ...Read more

I am currently working on a Renesas RA6M3 and was wondering if there is a possibility of working with a single (Full speed or High speed) USB port but switching between HCDC and HMSC based on the USB that is connected to the port. The only example (with FSP) that I have seen was the Multiport and the Composite but both of them work with PCDC instead of HCDC. Has anyone attempted this before? Swapping during runtime between the protocols seems not possible but I did like to ask here before moving on.

Read less
hcdchmscpcdcra6m3usb
  1. pallavi sharma
    Added an answer on July 29, 2022 at 5:27 pm

    the current USB driver does not support multiple classes in USB Host mode, this includes the USB_Basic stack.

    the current USB driver does not support multiple classes in USB Host mode, this includes the USB_Basic stack.

    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.