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
What's your question?
  • Recent Questions
  • Questions For You
  • Most Answered
  • Answers
  • No Answers
  • Most Visited
  • Most Voted
  • Random

volt.tech Latest Questions

sravanisandya
  • 1
sravanisandya
Asked: February 21, 2022In: Microcontroller

Renesas RH850 Flashing issue in CS+IDE

  • 1

In Renesas RH850 in CS+ IDE , DCU cannot be accessed. Why is it showing Error (E1203184) while Flashing from E1 emulator even when all connections are correct.

cccs+rh850
  • 1 Answer
  • 0 Followers
Answer
  1. subbu
    Added an answer on February 21, 2022 at 12:12 pm

    Erase Microcontroller Flash area from Renesas flash programmer software and again download software from CS+ IDE issue is solved.

    Erase Microcontroller Flash area from Renesas flash programmer software and again download software from CS+ IDE issue is solved.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
sravanisandya
  • 1
sravanisandya
Asked: February 21, 2022In: Microcontroller

Renesas RL78 Data Flash Memory Watch

  • 1

How to Watch Renesas RL78 Data Flash Memory in Watch Window?

cc/cacxcs+rl78
  • 1 Answer
  • 0 Followers
Answer
  1. subbu
    Added an answer on February 21, 2022 at 11:51 am

    In Renesas CS+ IDE , Goto view ->Memory->Memory1 In that DataFlash Address mentioned in Datasheet for Ex.RL78F14, F1000 DataFlash Starting Address

    In Renesas CS+ IDE , Goto view ->Memory->Memory1 In that DataFlash Address mentioned in Datasheet for Ex.RL78F14, F1000 DataFlash Starting Address

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
Sravani
  • 1
Sravani
Asked: February 16, 2022In: Microcontroller

Renesas RL78 Flashing issue in CS+CC

  • 1

Download failed[Direct Error Cause]No response from CPU. Please confirm the signal of CLOCK or RESET,WAIT and so on. Seeing(E1200416) Flashing error in Renesas CS+ IDE when all connections are correct.

cccs+
  • 1 Answer
  • 0 Followers
Answer
  1. subbu
    Added an answer on February 16, 2022 at 5:11 pm

    Un-install Renesas Emulator E1 or E2 or E20 driver and install again issue will be solved

    Un-install Renesas Emulator E1 or E2 or E20 driver and install again issue will be solved

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
priyanka
  • 1
priyanka
Asked: February 16, 2022In: Microcontroller

Use of EPROM emulation library in Renesas RL78/D1

  • 1

How to use EPROM emulation library in Renesas RL78/D1 in CC compiler. I have integrated the type01 library, but was unable to use the function . Please share the application implementation code.

eprom emulation libraryrenesasrl-ccrl78/d1
  • 0 Answers
  • 0 Followers
Answer
Nick James
  • 1
Nick James
Asked: February 15, 2022In: Microcontroller

RAM initialization in Renesas RH850 F1x

  • 1
RAM initialization in Renesas RH850 F1x

What is the correct address to be set in Renesas RH850 F1x in Boot.asm GLOBAL_RAM_ADDR START address and GLOBAL_RAM_END address is set to 0 by default ?

cs+ ccram initializationrh850 f1km-s1
  • 1 Answer
  • 0 Followers
Answer
  1. Sandeep Kondhalkar
    Added an answer on February 15, 2022 at 1:15 pm

    ;----------------------------------------------------------------------------- ;hdwinit ; Specify RAM addresses suitable to your system if needed. ;----------------------------------------------------------------------------- LOCAL_RAM_ADDR .set 0xFEBE0000 ; for MCU : R7f701684 LOCAL_RAM_END .set 0xRead more

    ;—————————————————————————–
    ;hdwinit
    ; Specify RAM addresses suitable to your system if needed.
    ;—————————————————————————–
    LOCAL_RAM_ADDR .set 0xFEBE0000 ; for MCU : R7f701684
    LOCAL_RAM_END .set 0xFEBF7FFF ; for MCU : R7f701684
    RETENTION_RAM_ADDR .set 0xFEBF8000 ; for MCU : R7f701684/R7f701690 ; 0xFEBE0000
    RETENTION_RAM_END .set 0xFEBFFFFF ; for MCU : R7f701684/R7f701690 ; 0xFEBF7FFF

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
Arjun B
  • 1
Arjun B
Asked: February 15, 2022In: Microcontroller

Renesas RA6M4 MCU interfacing with touchscreen.

  • 1

How can I interface touchscreen with Renesas RA6M4 MCU.

renesas
  • 1 Answer
  • 0 Followers
Answer
  1. vsharma
    Added an answer on August 1, 2022 at 5:08 pm

    The CapTouch driver in the FSP is for the Capacitive Touch Sensing Unit peripheral (CTSU) built into the RA MCU devices. You will need to build the driver for the the external touch screen chip using the basic drivers the FSP provides (e.g. I2C, SPI external IRQ).

    The CapTouch driver in the FSP is for the Capacitive Touch Sensing Unit peripheral (CTSU) built into the RA MCU devices.

    You will need to build the driver for the the external touch screen chip using the basic drivers the FSP provides (e.g. I2C, SPI external IRQ).

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
Techworld
  • 1
Techworld
Asked: February 15, 2022In: Microcontroller

Implementation of USB and SCI Boot mode for RA MCU series

  • 1

In the RA MCU series by Renesas, what is the procedure for using USB and SCI Boot mode?

ra mcu seriesrenesassci bootusb
  • 3 Answers
  • 0 Followers
Answer
  1. Avs Mohan
    Added an answer on February 21, 2022 at 5:28 pm

    Hello, Please refer to the link, video done on SCI Boot for EK-RA4M2 SCI Boot mode Hope this helps you.

    Hello,

    Please refer to the link, video done on SCI Boot for EK-RA4M2

    SCI Boot mode

    Hope this helps you.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
Arjun B
  • 1
Arjun B
Asked: February 4, 2022In: Microcontroller

Change of SPI Baud Rate in Renesas RL78

  • 1

How to change SPI Baud Rate in Renesas RL78 ? What are the steps to change SPI Baud Rate in Renesas RL78 series.

renesas
  • 2 Answers
  • 0 Followers
Answer
  1. Best Answer
    Sandeep Kondhalkar
    Added an answer on May 13, 2022 at 12:42 pm

    The transfer clock frequency for 3-wire serial I communication can be calculated by the following expressions.(1) For Master(Transfer clock frequency) = {Operation clock (fMCK) frequency of target channel} ÷ (SDRmn[15:9] + 1) ÷ 2 [Hz](2) For Slave(Transfer clock frequency) = {Frequency of serial cloRead more

    The transfer clock frequency for 3-wire serial I communication can be calculated by the following expressions.
    (1) For Master
    (Transfer clock frequency) = {Operation clock (fMCK) frequency of target channel} ÷ (SDRmn[15:9] + 1) ÷ 2 [Hz]
    (2) For Slave
    (Transfer clock frequency) = {Frequency of serial clock (fSCK) supplied by master}Note [Hz]
    Note :The permissible maximum transfer clock frequency is fMCK/6.
    Remark :The value of SDRmn[15:9] is the value of bits 15 to 9 of serial data register (SDRmn) (0000000B to 1111111B) and therefore is 0 to 127. The operation clock (fMCK) is determined by serial clock select register m (SPSm) and bit 15 (CKSmn) of serial mode register mn (SMRmn).

     

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 … 38 39

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.