Forum Post: RE: Problems using the E1 Debugger within E2Studio
Dj, Have you resolved your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Implementing hardware flow control using UART on RL78
aksh, Have you resolved your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: no UART Communication in UART1 in Renesas RL78G14 RDK board.
hemanth, Have you resolved your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Timer Array Unit help
jimctr, Have you resolved your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: fetching size of sections (text, data section) without...
ravi, Have you found an answer to your question? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Required Support on WDG driver
Kiran, Have you resolved your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: NMI interrupt for RX630
Julien, It is possible to do return from NMI, but there are specific limitations that can make it unreliable. The problem is that it can get stuck in multiple or even perpetual NMI condition. Because...
View ArticleForum Post: RE: RF communication using rl78-g14 micro controller
Dear Mike, Here we do not have to connect tx to rx and rx to tx. Sorry for interruption, but I am working on RF based data transmission. The data line of 433 MHz ASK module is connected to the tx pin...
View ArticleForum Post: RE: RF communication using rl78-g14 micro controller
Dear Mike, Here we do not have to connect tx to rx and rx to tx. Sorry for interruption, but I am working on RF based data transmission. The data line of 433 MHz ASK module is connected to the tx pin...
View ArticleForum Post: RE: Ethernet relay thru ports 0 and 1 (TRNMR register) and SSP
Hello Warren, Stefaan: I have figured out how to set up the EPTPC module to relay packets. I set up and start the EPTPC module, Then I start NetX as usual for ethernet channel 0, Then I want to attach...
View ArticleForum Post: RE: Ethernet relay thru ports 0 and 1 (TRNMR register) and SSP
Hello Warren, Stefaan: Maybe we can write an intermediate function in my code to point to the proper structures and have the attach function call the intermediate function ??? Also I think it might be...
View ArticleForum Post: RE: NMI interrupt for RX630
Hello, NMI is designed to be used as an emergency means if something goes wrong in the application. If 16 interrupt inputs are not enough for your application you could also use a timer interrupt...
View ArticleForum Post: C99 support in CC-RL compiler
Hi, CC-RL user manual says that it complies to C99. But i am getting error "E0520268 : Declaration may not appear after executable statement in block". This mainly because of no support for "...
View ArticleForum Post: RE: Hi,I am getting a error while compling
There is no HEW compiler. You may be using GNU SH compiler or Renesas/Hitachi SH compiler. In the Renesas compiler malloc() is part of stdlib.h. It does not have a malloc.h. Also in GNUSH malloc() is...
View ArticleForum Post: RE: Hi,I am getting a error while compling
Thank you.. another Error came after this ultracrc.c(129) : C5005 (F) Could not open source file "crtdbg.h" How to include crtdbg.h in HEW compiler?
View ArticleForum Post: RE: C99 support in CC-RL compiler
Please have a look at chapter 4.1.4 of the compiler user's manual ( www.renesas.com/.../r20ut3123ej0103_ccrl.pdf ). This lists which functions of C99 are supported in CC-RL. It does not support having...
View ArticleForum Post: RE: C99 support in CC-RL compiler
Hi Frank, Thanks for the reply. I thought that it supports all features of C99. Now i am clarified that it will not support all features of C99.
View ArticleForum Post: RE: How to add a node in device tree for SSI Audio Capture interface
Hello Radjesh, Please provide more information about your project. What microcontroller do you use? Also please provide the correct name of the codec as the one specified in your message doesn't exist.
View ArticleForum Post: Failed to build in Release mode
I've got a project which builds fine in Debug mode, but when switched to release I get the following error: 'fatal error: 'dpuser.h' file not found. Thanks, Rich
View Article