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

volt.tech Latest Questions

pallavi sharma
  • 0
pallavi sharma
Asked: May 21, 2022In: Microcontroller

Error in flashing in Renesas RH850

  • 0

In Renesas RH850, CS+ IDE , DCU cannot be accessed it shows error(E1203184) while Flashing from E1 emulator, even when all connections are correct. How do I resolve this issue?

In Renesas RH850, CS+ IDE , DCU cannot be accessed it shows error(E1203184) while Flashing from E1 emulator, even when all connections are correct. How do I resolve this issue?

Read less
CS+IDEDCUE1 emulatorflashingrenesasRenesas Microcontrollerrh850
  1. Rahul B
    Added an answer on June 18, 2022 at 5:07 pm

    Hello Pallavi, For that first download self check programm of E1 emulator from Renesas website, and confirm is it passed and ok to use.

    Hello Pallavi,

    For that first download self check programm of E1 emulator from Renesas website, and confirm is it passed and ok to use.

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

UART

  • 0

How do we change the UART BR in runtime?

How do we change the UART BR in runtime?

Read less
renesasrh850runtimeuartuart br
  1. pallavi sharma
    Added an answer on July 13, 2022 at 3:55 pm

    There are basically two way to change the UART baud rate at run-time.  It depends how you allocated the UART. If you allocated by PDL-method (ie. In the PSoC Creator TopDesign or Modustoolbox Device Configurator [design.modus])  then use the PDL SysClk API calls: Configure Baud Rate To get the UARTRead more

    There are basically two way to change the UART baud rate at run-time.  It depends how you allocated the UART.

    If you allocated by PDL-method (ie. In the PSoC Creator TopDesign or Modustoolbox Device Configurator [design.modus])  then use the PDL SysClk API calls:

    Configure Baud Rate

    To get the UART to operate with the desired baud rate, the clk_scb frequency and the oversample must be configured. Use the SysClk (System Clock) driver API to configure clk_scb frequency. Set the oversample parameter in configuration structure to define the number of the SCB clocks within one UART bit-time.

    /* UART desired baud rate is 115200 bps (Standard mode).* The UART baud rate = (clk_scb / Oversample).

    * For clk_peri = 50 MHz, select divider value 36 and get SCB clock = (50 MHz / 36) = 1,389 MHz.

    * Select Oversample = 12. These setting results UART data rate = 1,389 MHz / 12 = 115750 bps.

    */

    Cy_SysClk_PeriphSetDivider  (UART_CLK_DIV_TYPE, UART_CLK_DIV_NUMBER, 35UL);

    Cy_SysClk_PeriphEnableDivider(UART_CLK_DIV_TYPE, UART_CLK_DIV_NUMBER);

    Refer to the technical reference manual (TRM) section UART sub-section Clocking and Oversampling to get information about how to configure the UART to run with desired baud rate.

    link: file:///C:/Program%20Files%20(x86)/Cypress/PDL/3.1.1/doc/pdl_api_reference_manual/html/group__group_…

    If you allocated the UART by the HAL-method use:

    cyhal_uart_set_baud()  link: Hardware Abstraction Layer (HAL)

    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: May 21, 2022In: Microcontroller

NMI pin interrupt

  • 0

How to configure the NMI pin interrupt for the Renesas RH850/F1KH controller?

How to configure the NMI pin interrupt for the Renesas RH850/F1KH controller?

Read less
controllernmi pinrenesasrh850rh850 f1kh
  • 0 Answers
Answer
abhijithvnair
  • 0
abhijithvnair
Asked: May 16, 2022In: Microcontroller

Pin to Pin Compatible Microcontroller for Renesas RH850-P1M

  • 0

I am in search to find pin to pin package compatible controller instead of Renesas RH850/P1M QFP144 and QFP 100 microcontroller which I can use instead in the same board with mentioned controller. This will help me on the hardware ...Read more

I am in search to find pin to pin package compatible controller instead of Renesas RH850/P1M QFP144 and QFP 100 microcontroller which I can use instead in the same board with mentioned controller. This will help me on the hardware designing. Please help to find the suitable.

Kindly consider this as an urgent query.

RH850/P1M – High-end Automotive Microcomputers for Chassis System | Renesas

Read less
compatibilitymicrocontrollerQFP 100 microcontrollerRenesas MicrocontrollerRenesas RH850/P1M QFP144rh850rh850/p1m
  • 0 Answers
Answer
Techworld
  • 0
Techworld
Asked: May 3, 2022In: Microcontroller

Interrupt sample program for Renesas RH850-F1KM-S1

  • 0

I cannot enter interrupt. Please provide an interrupt sample program for Renesas RH850-F1KM-S1 ?

I cannot enter interrupt. Please provide an interrupt sample program for Renesas RH850-F1KM-S1 ?

Read less
interruptrenesasRenesas Microcontrollerrenesas rh850-f1km-s1rh850
  1. pallavi sharma
    Added an answer on July 13, 2022 at 12:28 pm

    I believe there are several interrupts used in this sample code: Y-ASK-RH850F1KM-S1-V3 Sample Code 

    I believe there are several interrupts used in this sample code:

    Y-ASK-RH850F1KM-S1-V3 Sample Code 

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Nick James
  • 0
Nick James
Asked: April 27, 2022In: Microcontroller

Does Renesas RH850 F1K(R7F7015813AFP-C) UART support full-duplex communication

  • 0

I use Renesas R7F7015813AFP-C.RLIN3 work in UART mode, “For performing half-duplex communication , the LIN/UART interface(in UART mode) have the support transmission start wait function”(19.8.1.7 in datasheet), does UART work in half-duplex? Does it support full-duplex?

I use Renesas R7F7015813AFP-C.RLIN3 work in UART mode, “For performing half-duplex communication , the LIN/UART interface(in UART mode) have the support transmission start wait function”(19.8.1.7 in datasheet), does UART work in half-duplex? Does it support full-duplex?

Read less
full-duplexhalf-duplexRenesas Microcontrollerrh850rh850 f1k(r7f7015813afp-c)uart
  • 0 Answers
Answer
vikas Nagpal
  • 0
vikas Nagpal
Asked: April 25, 2022In: Microcontroller

Renesas RH850, UART, DMA, 1.5Mbps, TX&RX can not work

  • 0

Renesas RH850, UART, DMA, 1.5Mbps, TX&RX are used together. The receiver will not work after receiving several frames of data. It must be re-initialized, but it will stop working soon, but TX or RX can be used alone.

Renesas RH850, UART, DMA, 1.5Mbps, TX&RX are used together. The receiver will not work after receiving several frames of data. It must be re-initialized, but it will stop working soon, but TX or RX can be used alone.

Read less
dmarenesas rh850rh850tx&rxuart
  1. [Deleted User]
    Added an answer on April 29, 2022 at 12:43 pm

    I guess you still need to include more details in order to fix your issue. However, I suggest you submit a ticket to Renesas Technical Support regarding your issue as information regarding automotive devices is not really shared in public. Also, please use your company email when submitting ticketsRead more

    I guess you still need to include more details in order to fix your issue. However, I suggest you submit a ticket to Renesas Technical Support regarding your issue as information regarding automotive devices is not really shared in public. Also, please use your company email when submitting tickets to Renesas Technical Support.

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

Purpose of Virtual channels in Renesas RH850 ADC

  • 1

I have recently been toying around a Renesas RH850 and would like to know what virtual channels are useful for ADC? I understand you can assign them to any physical ADC channel, but what is there purpose for that?  Why ...Read more

I have recently been toying around a Renesas RH850 and would like to know what virtual channels are useful for ADC? I understand you can assign them to any physical ADC channel, but what is there purpose for that?  Why not just read the physical channels?

Read less
Physical ChannelRenesas Microcontrollerrh850Virtual Channel
  1. Techworld
    Added an answer on April 19, 2022 at 5:39 pm

    The virtual channels allow us to arrange physical channels in a scan group in any order. Since each virtual channel may be assigned to any physical channel, and scans are in numerical order by virtual channel. We can also assign virtual channels to multiplexed analog inputs.      Read more

    The virtual channels allow us to arrange physical channels in a scan group in any order. Since each virtual channel may be assigned to any physical channel, and scans are in numerical order by virtual channel. We can also assign virtual channels to multiplexed analog inputs.

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

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

Check for HW reset, SW reset, WDG reset

  • 1

While using Renesas rh850f1k in my project , I need to check for HW reset, SW reset, WDG reset. Which register do I have to monitor to identify the reset reason?

While using Renesas rh850f1k in my project , I need to check for HW reset, SW reset, WDG reset. Which register do I have to monitor to identify the reset reason?

Read less
hw resetRenesas Microcontrollerrh850rh850f1ksw resetwdg reset
  1. pallavi sharma
    Added an answer on July 13, 2022 at 10:12 am

    Please refer to RESF and the redundant RESFR:  

    Please refer to RESF and the redundant RESFR:

     

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
nidhi singh
  • 1
nidhi singh
Asked: April 14, 2022In: Microcontroller

Renesas RH850/P1x-C FCU Firmware

  • 1

Where is the FCU Firmware ? It is already present in the ECC test area or is provided by Renesas?

Where is the FCU Firmware ? It is already present in the ECC test area or is provided by Renesas?

Read less
fcu firmwareflash memoryRenesas Microcontrollerrh850
  1. Techworld
    Added an answer on April 19, 2022 at 1:06 pm

     The FW is stored in a special area of the flash. The copy of the data from this area stored into the FCU RAM is either handled in the libraries or described in the flash hardware user's manual. For more details please contact: device_support.RH850-EU at lm.renesas.com

     The FW is stored in a special area of the flash. The copy of the data from this area stored into the FCU RAM is either handled in the libraries or described in the flash hardware user’s manual. For more details please contact: device_support.RH850-EU at lm.renesas.com

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

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.