If you encounter any issues after the upgrade, please open a support request TICKET.🙌
There are two ways to create a project.
Check out the video below to learn how to create a LED Blinky project.
The FPB_RX261_LED_Blinky project is based on the video, but differs from the video in the following ways.
FPB_RX261_LED_Blinky
FPB-RX261
IDE : Renesas Electronics e2 studio 2024-07
C compiler : Renesas Electronics C/C++ Compiler Package for RX Family V3.06.00
Board used : FPB-RX261
USB cable (USB Micro-B - USB Type A) × 1
The FPB_RX261_LED_Blinky Project allows customers to change the blinking frequency of the user LED(LED2) cyclically each time the user switch S1 on the FPB-RX261 is pressed.
Upon power-on, the user LED (LED2) blinks at 1 Hz.After that, each time the user switch S1 is pressed, the user LED (LED2) changes its blinking frequency cyclically from 1Hz to 5Hz to 10Hz to 1Hz…
Please refer the following Video.
Part 1 is "Build" and Part 2 is "Debug".
Regarding debugger connection, if you are using the FPB-RX261 board to debug the FPB_RX261_LED project, please see below.
To debug and program with the FPB-RX261, you must set it to Debug on-board mode.
To enter Debug on-board mode, short pins 2 and 3 of the pin header jumper J4.
After that, connect the USB cable to your PC and connect the e2studio debugger as follows.
Select ”Debug Configurtions"
In the "Debug Configurations" dialog, click "FPB_RX261_LED_Blinkiy HardwareDebug" under "Reness GDB Hardware Debugging".
Select the "E2 Lite(RX)" in the "Debugger" tab.
In the "Debugger" tab, in the "Connection Settings" tab, set "Power Target From The Emulator (MAX 200mA)" to "No".
Click the "Debug" button.