element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Blog Renesas Solution Starter Kit for RX23E-A: get up and running
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 23 Jun 2023 8:49 AM Date Created
  • Views 1628 views
  • Likes 11 likes
  • Comments 10 comments
  • RoadTest
  • RX23e-a
  • d2a28d6e-11d8-11ee-be56-0242ac120002
Related
Recommended

Renesas Solution Starter Kit for RX23E-A: get up and running

Jan Cumps
Jan Cumps
23 Jun 2023

I received the Renesas Solution Starter Kit for RX23E-A, for Road test: Renesas Solution Starter Kit for RX23E-A. In this post: how to get started with the kit and software .

image

The kit is is configured to work out of box with a PC program. This combination allows you to do the evaluation tests in the user manual, and see the results on screen. To get started, you need to download software and application note, configure the power source and connect to USB.

Download the PC software

link: https://www.renesas.com/us/en/document/scd/rsskrx23e-pc-tool-program-operation-manual-sample-code?language=en&r=1169176

The PC Tool works together with the kit's firmware, and shows ADC values, registers and graphs. There is no installation needed. You unzip the download and the program is ready to run.Prereqs: Windows, .NET framework and FTDI driver. My laptop had these. The program's documentation has instructions in case these are not yet installed on your computer.

Download application note (and firmware)

link: https://www.renesas.com/us/en/document/scd/rx23e-group-temperature-measurement-example-using-thermocouple-application-notes-sample-code?language=en&r=1169176

This archive contains the Temperature Measurement Example Using a Thermocouple application note, and an e² studio project with the firmware sources. To complete evaluation, you don't need these sources. You 'll need the appnote. It's the guide for evaluation.

Power over USB

Out of box, the kit is set up for an external power source. To get started, it may be easier to have it powered from its USB port. Move jumper JP14 from Vd to Vbus.

image

You can now connect the kit to your computer. Before doing that, start Windows Device Manager. Then make the USB connection between kit and PC, and check what COM port it gets assigned.

image

Run the application

Before you connect the first time, configure the COMM port. Settings -> Configure 

image

Leave the baud rate as is, and select the COM of the kit. If you don't know it, 

image

You can now press the Connect button. If you then can use the Start and Stop buttons, you are set to start evaluating.

image

See the comments below on the settings. To measure the Thermocouple and RTD, you need to change the 2 analogue multiplexers. By default it is set to measure pins AIN2-3 and 8-9 directly connected to the DSAD. You 'll need to make changes in the settings to sample thermocouple and PT100. More in the next post.

Download the User Manual

link: https://www.renesas.com/us/en/document/mat/rsskrx23e-users-manual-rev110?r=1169176

This document focuses on the board's operation and configuration options, including attaching a debugger, schematics, .....

note: you don't need the firmware, but that shouldn't stop you from trying it. This image shows the project in e² studio, finishing a successful build. You'll need a separate debugger, and the compiler toolchain has a 60 day (in my case 56 day) full functionality limit. I may try to port this to GCC.

image

link to all posts

  • Sign in to reply
Parents
  • Jan Cumps
    Jan Cumps over 2 years ago

    For some reason, when I use the out of box firmware, PC Tool tabs 1 -> 3 work, but I don't see values when sampling

    When building the firmware myself from source, and use Renesas Flash programmer to upload it to the device, tabs 1 -> 3 don't work, but the application tab shows temperature:

    image

    Probably a user error ...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Jan Cumps
    Jan Cumps over 2 years ago

    For some reason, when I use the out of box firmware, PC Tool tabs 1 -> 3 work, but I don't see values when sampling

    When building the firmware myself from source, and use Renesas Flash programmer to upload it to the device, tabs 1 -> 3 don't work, but the application tab shows temperature:

    image

    Probably a user error ...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps

    I used these settings:

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps

    Most likely  a user error. When I use the default firmware, it returns samples:

    image

    I'll have to learn how to set all registers correctly in the app, I think

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps

    Resolved. I have to set the Analog multiplexers according to the table in the User Manual:

    image

    In this case, I've set it for Thermocouple, with RTD in 2 wire mode.

    image

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps

    here is the configuration config file. You can load it via the Registers -> Load menu:

    /cfs-file/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-c33625e1-6336-4726-9c18-136879c0d3b1/thermocouple.3ea.zip

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube