Does the FSP Package include a CAN driver? Will new FSP package release support the CAN driver for the EK-RA6M3G board for Renesas RA series.
PFA is the TSSI tool for windows.
PFA is the TSSI tool for windows.
See lessSign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
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.
Does the FSP Package include a CAN driver? Will new FSP package release support the CAN driver for the EK-RA6M3G board for Renesas RA series.
PFA is the TSSI tool for windows.
PFA is the TSSI tool for windows.
See lessUp to 10 devices in AP mode. It is configured to support four devices by default.
Up to 10 devices in AP mode. It is configured to support four devices by default.
See lessTrying to program some blank parts in DA9063-EVAL1.The motherboard looks to have a boost circuit to generate the 7.5V for programming, but I can’t get that to work. Please confirm the right jumper setting and TP select switch settings for ...Read more
The switch on the left hand side should put the board into either programming mode or Power commander mode(emulation). Programming mode should enable the boost.
The switch on the left hand side should put the board into either programming mode or Power commander mode(emulation).
Programming mode should enable the boost.
See lessI am using FreeRTOS on the RA6M2, and what I need is a fairly accurate detention that works in the range of 1- 64 forevers. The software detention is way out in this range( 60us software detention turned out to be 84us), indeed when using critical task section and disabling irqs.I have tried rather using a tackle timekeeper like belowThis will not be veritably accurate but I was hoping the outflow would be small enough that I could ignore it. still, when I try this, ...Read more
You need to create the callback in the FSP configurator first, then inside your code create its implementation like this: volatile uint8_t timer_done; ....................... /* Example callback called when timer expires. */ void timer_callback (timer_callback_args_t * p_args) { if (TIMER_EVENT_CRead more
You need to create the callback in the FSP configurator first, then inside your code create its implementation like this:
volatile uint8_t timer_done;
.......................
/* Example callback called when timer expires. */
void timer_callback (timer_callback_args_t * p_args)
{
if (TIMER_EVENT_CYCLE_END == p_args->event)
{
timer_done = 1;
}
}
............................
set_output(OUTPUT1, IO_HIGH);
timer_done = 0;
R_GPT_Start(&g_timer0_ctrl);
while (!timer_done);
R_GPT_Reset(&g_timer0_ctrl);
How to calculate the actual bit rate and transmission time of the LoRa system?
Hi, The steps (iV) are listed below: Calculations are easy by using the LoRa calculator, which can be downloaded from the Semtech website (link below). http://www.semtech.com/apps/filedown/down.php?file=SX1272LoRaCalculatorSetup1%271.zip
Hi,
The steps (iV) are listed below:
Calculations are easy by using the LoRa calculator, which can be downloaded from the Semtech website (link below).
http://www.semtech.com/apps/filedown/down.php?file=SX1272LoRaCalculatorSetup1%271.zip
See less
Hi @Swiftconnect, The ICB2FL03G's turn-on threshold is 14.0 volts, still, the input voltage needed for your application is 12 volts. Therefore, ICB2FL03G will not be the best option for your application. We do not presently have any other dedicated controller for UV-C disinfection lamps except for tRead more
Hi Swiftconnect,
The ICB2FL03G’s turn-on threshold is 14.0 volts, still, the input voltage needed for your application is 12 volts. Therefore, ICB2FL03G will not be the best option for your application. We do not presently have any other dedicated controller for UV-C disinfection lamps except for the ICB2FL03G.
Regards,
Nidhi Singh
Hello everyone,I make a new RA2E2 hardware board. But it can’t start up flash programmer connect fail with SCI, and SWD connect fail too.I check some pinsVCC3.3 VVCL1.5 VP201/ MD can switch 0V or 3.3 V with key.RES can switch ...Read more
Hello, Are you testing to connect with Renesas Flash Programmer? What debugger are you applying? Please check the E2/E2 Lite recommended connections for SWD: For VCL pin: The MD pin should be high to enter debugging mode and low to enter serial programming mode via SCI: The RES pin should be connectRead more
Hello,
Are you testing to connect with Renesas Flash Programmer? What debugger are you applying?
Please check the E2/E2 Lite recommended connections for SWD:
For VCL pin:
The MD pin should be high to enter debugging mode and low to enter serial programming mode via SCI:
The RES pin should be connected to pull- up.
Best & Regards
Hi, I need to apply the virtual EEPROM on a RA2E1. In principle, this mechanism works, and I can write and read the record IDs. During the production of the board, I need to program the original content of this rec id. ...Read more
Hi Nidhi, Thanks for reaching out to Volt.Tech Engineering Community. If I understand right you need to program the data flash of the device just right? The data flash can be written in both ways, by Renesas Flash Programmer, or by self-programming (by the software running on the device). To programRead more
Hi Nidhi,
Thanks for reaching out to Volt.Tech Engineering Community.
If I understand right you need to program the data flash of the device just right?
The data flash can be written in both ways, by Renesas Flash Programmer, or by self-programming (by the software running on the device).
To program only the data flash with Renesas Flash Programmer, the file used to program the device would require to hold only data for the data flash address range. A. srec,. hex, or. bin file can be used with RFP to give the data to be programmed into the flash.
Regards
Ashish
See less
Yes, CAN support is already included in the FSP package.
Yes, CAN support is already included in the FSP package.
See less