Overview
Description
The Renesas Starter Kit for RX62T is intended as a user-friendly introductory and evaluation tool for the RX62T microcontroller. The board also provides a useful platform for evaluating the Renesas suite of development tools for coding and debugging, using High-performance Embedded Workshop.
The purpose of the board is to enable the user to evaluate the capabilities of the device and its peripherals by giving the user a simple platform on which code can be run only minutes from opening box. It can also prove an invaluable tool in development by providing a useful test platform for code already debugged using one of our more powerful emulation tools.
Applications
Design & Development
Videos & Training
Additional Videos
Support
Support Communities
- RX62T (Starter kit) doesn´t load new programm
Hello all, we have a small problem with loading new programs on our Renesas RX62T. We build a new program and debug (Hardware debug) it without any fail massage. But the Renesas start only the old program. We delete the old program from e2-Studio and also Reset or restart ...
Feb 3, 2020 - RX62T starter kit button enable
Hello Everyone, I am trying to use the button on my RX62T starter kit to turn one LED. My code is below and isnt properly functioning. Can anyone please help me? thank you very much! #include
Dec 5, 2017int main(){ PORT7.DR.BIT.B1 = 0 ; // Make LED0 ...