Forum Post: USB Composite Device Implementation
From a design perspective, how would you recommend implementing a USB composite device(RNDIS, Mass Storage)? I would think a single thread with two devices connected to it. Are there any examples of...
View ArticleForum Post: RE: Imperas to Exhibit at Renesas DevCon 2015
This post will be archived, MarkBau RenesasRulz Moderator
View ArticleForum Post: RE: RX microcontroller get started
e2 studio does not include any compiler. You have to install the compiler separately. There are 3 possibilities: - Renesas CC-RX , requires separate License Manager - IAR EWRX - KPIT GNURX GNURX is...
View ArticleForum Post: Ethernet
Hey friends, I am facing issue in Ethernet. My project code as below, /* GR-KAEDE Sketch Template V1.15 */ #include Arduino.h #include SPI.h #include Ethernet.h void updateThingSpeak(String tsData);...
View ArticleForum Post: Driving 5-mux LCDs with RL78 LCD controller
Hi there, we're evaluating the RL78 family for driving a 5x27 LCD. Unfortunately, the LCD controller only supports 2, 3, 4 and 8-mux. Is it feasible to use 8-mux mode and only connect 5 COMs to the...
View ArticleForum Post: Can I submit the DVD full of project content and video directly...
Hi Sir, I would like to state that there has been bit delay in choosing the perfect high torque DC motors and acquiring other system parts from vendor. I might not be able to send the DVD on time so...
View ArticleForum Post: H8, H8S, and H8SX family V.7.00 Release 00 toolchain (evaluation...
Hello RenesasRulz.com, today I'm playing with this toolchain : C/C++ compiler package for the H8, H8S, and H8SX family V.7.00 Release 00 (10-2-2015 23:06:47) I have a problem with every Project...
View ArticleForum Post: RE: Driving 5-mux LCDs with RL78 LCD controller
Hello Lukas, It is possible with using Eight-time-slice mode and 1/4 Bias Method. Use the pins of COM5,6,7 as open. How much it's affected in contrast and legibility depends on LCD panel. Still,...
View ArticleForum Post: RE: RL78 G14 changing internal high speed oscillator settings
Hello. I had e2studio v1.00, so that was also a problem. I now have 24MHz operation with this settings: /* Set fMX */ CMC = _00_CGC_HISYS_PORT | _00_CGC_SYSOSC_DEFAULT; MSTOP = 1U;...
View ArticleForum Post: RE: GR-Kaede EEPROM read write issue
I'm sorry delay, still under investigation. I found where the error occur in library, but did not find why so.
View ArticleForum Post: RE: Can I submit the DVD full of project content and video...
Please reply soon , sir
View ArticleForum Post: RE: Driving 5-mux LCDs with RL78 LCD controller
Hi Kirin, Thanks for your quick reply. Why doesn't it affect the contrast significantly if the display is only driven 5/8 of the time?
View ArticleForum Post: RE: Driving 5-mux LCDs with RL78 LCD controller
Hello Lukas, Because its difference can't be sensed in human eyes almost when the contrast is high enough.
View ArticleFile: GR-SAKURA Sketch Environment V2.06 for e2studio(V4)
The project file as attachment enables you to develop a sketch for GR-SAKURA(RX63N) in e2studio. To use this project, you need to install the following tools. After installing, please import the...
View ArticleForum Post: Company registration
Hi, last Thursday I have 'registered a company' hoping that this would allow me to receive a development license (as we were urged to do at the Synergy conference last week). Until now, I still do not...
View ArticleFile: Rx63n 10 bit ADC- channel 4 to 7 reading less volatge
I am using a RX63n series -10 bit ADC. I am using a continuous scan mode for 10 bit adc. On channel AN0 to AN4 is 24 v monitor. AN5 , AN6 is a stepper motor monitor. AN7 is 5V monitor. Channel AN0-4...
View ArticleForum Post: RE: H8, H8S, and H8SX family V.7.00 Release 00 toolchain...
If you select C99 also as compiler language (on the "C/C++"-tab) it should compile fine.
View ArticleForum Post: Need information about BRK Exception in RX111
Hello All, When do BRK exception occur and How to use this exception during low power mode operation in RX111 MCU. I am implementing low power mode in RX111 MCU. I am able to enter the stand-by-mode,...
View Article