Forum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
can I use these pins of CN13 & CN9 in programming ? (However there is no headers)
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
IN THIS I/O PINS HOW MANY CAN WE USE FOR DIGITAL I/O R/W
View ArticleForum Post: RE: e2 studio update released to version 2.2
This thread will be archived because it is no longer current information. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: FDT error message 15509
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: TCP/IP Communication Over HEW
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Need Basics for Using RSK RL78 G13 with cubesuite+
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Problem with java.lang.NullPointerException
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: R8C, UART1 receive interrupt stops firing.
William, If your interrupt stops working after a long period of time, I would look at your timer synchronization. It is possible that you are having a discrepancy in your system timer that is...
View ArticleForum Post: RE: Debug Console in e2studio
a_l, Am I correct in my understanding that your 'printf' commands are printing output to the console but are not being printed in the debugging console? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: RX-63T(144 Pin) RS-232_TX_Problem in Changing Compiler Toolchain
Shail, Are you trying to change compilers using an IDE or a headless build? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: There are no returns of any even remote consequence when...
goakes, Is there a specific version of E2studio that you are working with? Mike Clements RenesasRulz Moderator
View ArticleForum Post: Is GR_KAEDE comaptible with high torque servo motors? How to...
Hi Sir, My project will involve the usage of high torque servo motors. As they require external power supply to operate and PWM signal from board. So, my question is, wont there be any current or...
View ArticleForum Post: RE: R8C, UART1 receive interrupt stops firing.
To me this looks like a timing problem in your software. I believe that you clear the receive flag and may be the interrupt request flag in your receive interrupt routine. At some point you execute...
View ArticleForum Post: RE: Unique Device ID
The device has no individual ID. You can program an ID if you use FDT or RFP for device programming.
View ArticleForum Post: RE: RL78 problem with hardware multiplier/divider accumulator in...
A third possibility would be to disable interrupts while doing the multiplication. To do this you could pack the call for multiplication in a macro like this: #define MULTIPLY(IN1, IN2, OUT) \...
View ArticleForum Post: RE: RX-63T(144 Pin) RS-232_TX_Problem in Changing Compiler Toolchain
I suppose you talk about projects, not about workspace. A compiler is always defined per project, not per workspace. In one workspace you may have projects for CC-RX and GNURX. I would recommend you...
View ArticleForum Post: RE: Memory Usage
I am facing the same problem but with KPIT GNURX compiler I cannot link with "-total_size" option. Has anyone found a solution? ( e2Studio Version: 4.0.2.008 )
View ArticleForum Post: RE: Memory Usage
"-total_size" is NOT a valid option for GNURX. This is an option for Renesas CC-RX. It cannot be used with GNURX.
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Hi, Thanks for your reply. I have check that when exception happen at that time PC is at void INT_Excep_BRK(void){ } in interrupt handler.c file. But At that time it should invoke reception...
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Did you check that the interrupt vector is initialised correctly?
View Article