Forum Post: RE: RZA1H starter kit debugging application on linux using j link
You can read this doc and see if it helps. renesasrulz.com/.../2714.aspx But, it mostly deals with debugging u-boot and the kernel itself, not kernel applications. I assume it can be done, I...
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
Hi, Tobo I think that the J-Link is not needed to debug your application. Use TCP/IP network (over serial line, ethernet, etc) instead. GDB server should run on the target RSK Linux system, not on the...
View ArticleForum Post: IAR 2.10.4 problem while linking(Assembler and C)
Hello Everyone, I writing assembly code and i want to call a C funciton (ISR.). The main aim to branch Interrrupt vector table. I did/used extern directive in assembly code to import "c" function in...
View ArticleForum Post: Reset using STL marchx RL78-G13
We are using R01AN0749EG0201- VDE Certified IEC60730 60335 Self Test Library in our RL78G13. We are now implementing the march_x to check all the RAM in several steps. After checking the 0xFFEA1U a...
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
Thank you for your ansewers! I'll try both methods :) One last question: I need to use the screen of the starter kit to display, with a small latency, informations coming from can bus. Do you think...
View ArticleForum Post: RE: Error while linking "Error[e88]: Library tag ?CLRL78_V1_0_L00...
Thanks for replay , I have installed 2 versions currently at different locations. IAR C/C++ Compiler V2.10.1.1362 for RL78 IAR C/C++ Compiler V1.40.1.861 for RL78 I am using the 2nd installation. And...
View ArticleForum Post: Reset using certified STL for RL78-GE
We are using R01AN0749EG0201- VDE Certified IEC60730 60335 Self Test Library in our RL78G13. We are now implementing the march_x to check all the RAM in several steps. After checking the 0xFFEA1U a...
View ArticleForum Post: Reset using certified STL for RL78-GE
We are using R01AN0749EG0201- VDE Certified IEC60730 60335 Self Test Library in our RL78G13. We are now implementing the march_x to check all the RAM in several steps. After checking the 0xFFEA1U a...
View ArticleForum Post: How PC communicate to target for debugging ?
I have seen that only 1 line from microcontroller is used for debugging (Renesas RL 78 D1A : R5F10DSKLFB) My question is A. how these operations are carried out on a single line. 1. Putting brakepoint...
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
Do you think that using xip kernel will slow down the performance of the application? No. XIP kernel is fast.
View ArticleForum Post: RE: RZRSK Audio Sample Testing
and on TFT display it is displaying /etc/init.d/S99_rea_setup : line 22: syntax error: unexpected "fi". Yes, that was a bug. It will be fixed in the next BSP release....
View ArticleForum Post: internal clock source for RX63T
would it be all possible to achieve 100MHz main clock by using internal clock source only on RX63T? if not, what would be the maximum CPU freq? Currently we are using 12.5MHz crystal for 100 MHz. due...
View ArticleForum Post: RE: Reset using certified STL for RL78-GE
Hello Electra, It is OK to have some __no_init RAM sections in your code. However, you must always first write to a RAM location before reading that RAM location. I think there is some place in your...
View ArticleForum Post: Request for Application Note Ideas- Kit Give Away
Let us know if you have any suggestions for application note, technical briefs or articles in the Knowledge Base. If you have run into a particular issue or discovered a useful design technique this...
View ArticleForum Post: RE: Driving 5-mux LCDs with RL78 LCD controller
I'm using the internal voltage boosting. I've already set VLCD to the allowed maximum of 0xA (5.2V).
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
Ok actually I almost found a different way, which is better for my needs, because it allows me to use Qt Creator: Using pppd and dropbear I can get an ssh through the serial port....almost. Here's the...
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
/tmp is RW (it's a RAM backed). You can just change dropbear to use a key file under /tmp. $ dropbear -d /tmp/my_dsskey I've also used apps that I can't change the default location (or I was too lazy...
View ArticleForum Post: RE: internal clock source for RX63T
There is no internal high speed oscillator in the 63T which can be seen by looking at the clock control block diagram in the 63T Manual. You can also refer to this document detailing different...
View ArticleForum Post: RE: RZA1H starter kit debugging application on linux using j link
Yes it works! ssh is working fine through pppd and i can easily copy and paste files using scp! Thank you very much! If you think that it'll be useful I could write a reply in this thread explaining...
View ArticleForum Post: RE: Driving 5-mux LCDs with RL78 LCD controller
Hi Lukas, I see. If you have an oscilloscope, I recommend that you measure the LCD waveform. If there are large error in capacitors that are connected to CAPH-CAPL,VL1,VL2,VL3 and VL4, the voltage of...
View Article