Forum Post: RE: Programming two binaries(.mot files) in user mat(RX62N)
Just download the tool for windows machine and in command prompt run the command as: srec_cat.exe p1.mot p2.mot -o combine.mot This will merge p1.mot and p2.mot into combine.mot file.
View ArticleForum Post: RE: Interrupt vector table for custom bootloader rx62n
#include machine.h #pragma interrupt int_handler(vect=48) // there is no special reason why I choose 48 static void int_handler (void); void main (void); static void int_handler(void) { nop();...
View ArticleForum Post: Opening the right version of GUIX Studio from e2studio project
Hi, I installed two sets of software on my PC: 1) e2studio 4.2 + GUIX Studio 4.29 (SSP 1.1.0) 2) e2studio 5.0 + GUIX Studio 4.3 (SSP 1.1.1) When I import a project on the newer e2studio 5.0, if I...
View ArticleForum Post: RE: printf UART2
Hello Mike, I was looking for a solution during some days, I found I have to implement my own 'putchar' function but I don't how to do it exactly, for the moment I'm using the R_UART2_Send and it's...
View ArticleForum Post: RE: Timer RE and Timer RD1 interrupt issue
great work rhinosticks, this will be very helpful to other members of the forum! MarkBau RenesasRulz Moderator
View ArticleForum Post: RE: RL78 - check reset reason error
Have you tried Scott's suggestion? Tell us what happens! MarkBau RenesasRulz Moderator
View ArticleForum Post: RE: Gpt Timer as output port
Hello karol, I am using above configuration but it only work for the values given in Timer configuration, it doest not stop i have used g_timer0.p_api- stop(g_timer0.p_ctrl); g_timer0.p_api-...
View ArticleForum Post: RE: Opening the right version of GUIX Studio from e2studio project
Hello, This can be done by going to Window Preferences General Editors File Associations. You will see the following window: To open GUIX Studio files using specific GUIX Studio version, first add...
View ArticleForum Post: RE: Opening the right version of GUIX Studio from e2studio project
Also, both SSP 1.1.0 and 1.1.1 require GUIX Studio 5.3.0.1. Version 5.2.9 will work only with 1.0.0. There are no differences in GUIX module version between 1.1.0 and 1.1.1.
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hello David, Version 1.1.1 addressed some of the problems with USBX, but mainly related to performance. Issue with device re-insertion is still being worked on. Regards
View ArticleForum Post: RE: Opening the right version of GUIX Studio from e2studio project
Thank you, the second method worked.
View ArticleForum Post: Demo example for PE-HMI1 (SSP 1.1.1)
Hi, we purchased a PE-HMI1 and we would like to start the development with SSP 1.1.1. Could we have a demo example for that board with the source code for e2studio (SSP1.1.1)? Thank you in advance,...
View ArticleForum Post: RE: Demo example for PE-HMI1 (SSP 1.1.1)
Hello, You can find GUIX Weather Panel application that's compatible with SSP 1.1.0 (and 1.1.1) on Renesas website: https://www.renesas.com/en-eu/software/D3018127.html Other application notes can be...
View ArticleForum Post: Renesas rl78/g13, how to change uart behaviour
Hi. I'm a beginner with Renesas. I need to send the break signal over the uart. Is there a way to stop the UART, change the pinMode to OUTPUT, wait one ms and then start the UART? With Arduino I can...
View ArticleForum Post: RE: dual ethernet ports
Faith I downloaded the example. pinging both ports simultaneously is not the problem. my project can always do that. the problem is that I have both ports set up as telnet ports on IP .100 and .101. I...
View ArticleForum Post: Simple Event Capture
Here's a simple example setup that you can examine and craft to your needs. The attached code snippet uses a SK-S7G2 for the platform. SSP 1.1.1 is used. Pulse input is P100. This is CH0 of the AGT on...
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
No I have taken the sample code from HEW workspace. which is our base code for development. In Rx62n data sheet table 16.11 it is mentioned that MTIOC4D and 9D pin only configure in Normal mode or...
View ArticleForum Post: 32 bit multiplication/division with rl78/g13
Hi, 32X32 bit multiplication/division possible with RL78/g13 ?
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
It is not possible to use MTU4 to output PWM on MTIOC4D. See the HW manual: "Table 18.48 PWM Output Registers and Output Pins" Choose another pin. -Gerald
View ArticleForum Post: RE: Rotate the Widget/Window
Window rotation is a GUIX feature that was not available in SSP 1.0.0. The feature was added starting with SSP 1.1.0 and GUIX5.30. The widgets cannot be rotated by themselves. -Gerald
View Article