When I try to boot Linux on the evaluation board, I get the following error: [FAILED] Failed to start Network Time Synchronization. [FAILED] Failed to start Network Name Resolution. [FAILED] Failed to start Login Service. What is the cause of the error?
↧
Forum Post: About the evaluation board
↧
Forum Post: RE: Looking for a sample serial driver or project for PE-HMI (or just Synergy/GUIX in general).
That answer isn't actually very helpful. A better answer is: https://www.renesas.com/us/en/doc/products/renesas-synergy/apn/r11an0085eu0103-synergy-sci-uart-hal-mod-guide.pdf . And set the UART Driver Channel to 5, since the screw-in connectors go to P509 and p510, which are SCI 5. I will update this thread after I get everything working, in case anyone else ever needs to reference it. I found the original link to the UART module here: https://renesasrulz.com/synergy/f/synergy---forum/10512/uart-example (Thanks Warren!). Is there a master list of all the module guides somewhere? That would be great.
↧
↧
Forum Post: I want the FDP function to work.
Dears, I want the FDP feature to work on Yoctov 3.21.0. However, I don't know how to make it work easily. Can you tell me? What I want to do is do interlaced input and make it progressive. (= IPC) I input DVD video. And I want to see if the line flicker is improved on the title screen. If possible, I would like to use Salvator. With Salvator, composite input is possible. And I want to output with HDMI and display it on the monitor.
↧
Forum Post: Configuration errors in RA2L1 controller.
Dear All, I have these errors popping up when configuring R7FA2L1AB3CFM. Renesas e² studio Version: 2020-10 (20.10.0) Build Id: R20200911-1845 FSP : 2.0.0-rc.0 1. I have include I2C0 master driver-channel 1, timer0 driver with Overflow Interrupt enable, before I include CAN driver. The error is shown in the picture. 2. I have included CAN driver first, later tried I2C0 master -channel : 1 The error is shown in the picture. 3.I have included CAN driver first, later included I2C0 master -channel : 0 (not 1 this time) and added timer0 driver with overflow interrupt. The error is as shown in the picture. Note: with i2c channel 0, there is no error. There are no pin conflicts while configuring, tried configuring driver first and pins next and also vice versa, but the result is same. So, Interrupts of one driver has conflicts with another. Our design is exact replica of design with RA4M1AB3CFM controller, which is pin compatible with RA2L1AB3CFM. I didnt find any error while configuring with RA4M1 controller. I need your help in resolving this. Thanks in advance.
↧
Forum Post: FileX ExFAT support
Hi all. I have seen that now ExFAT using Renesas Synergy no longer requires buying a license ( https://github.com/azure-rtos/filex/blob/master/LICENSED-HARDWARE.txt ). I also saw that the sources are available on Github. Do I have to include the missing files or just ask Renesas for the new pack? Best Regards Paolo
↧
↧
Forum Post: RE: Debug RL78/G1D on SK-S7G2
Hi WarrenM, Yes, I just received E2 Emulator lite and checked. it is best solution to debug RL78/G1D. I could able to program and debug. Thanks, Prabakaran.
↧
Forum Post: Need sample application for BLE Framework Module APIs on SK-S7G2
Hi Everyone, I am trying to drive RL78/G1D BLE from Synergy BLE framework using SK-S7G2 starter kit. I could find sample program for server application. I need sample program for client application. I need to scan near by devices and connect. I couldn't find exact syntax for scan() and connect(). Help me to find a solution to make client application.
↧
Forum Post: RE: About the evaluation board
Hi miya, Which version of Yocto you are using? The failures do not occur with systemd 244.3 from dunfell + Yv4.1.0/Yv3.21.0. The root cause maybe the board try to connect to the time & DNS servers, but there are no connection (the board offline), Another reason is that the issue in systemd and it leads to these failures, but as my mentioned, the systemd from dunfell handles these services properly. Best Regards, KHANG Nguyen
↧
Hi all, Where can I find the thermal characteristics of R7S921051VCBG ? BR in RZ
Hi all, Where can I find the thermal characteristics of R7S921051VCBG ? BR in RZ
↧
↧
Forum Post: RE: Html webserver + iOS capabilities
Hi Mickael, I already have the same Problem with wifi module und iOS devices. Can you exactly explain what you have done to solve it. Thanks und regards Mario
↧
Forum Post: RE: Sections and entry function in User Library - missing from main program MAP file
Hello splee! How's it going? I hope you could for our experts to give you a definite answer. By the way, have you referred to the CC-RX Compiler's manual? Kindly refer to this link: www.renesas.com/.../r20ut3248ej0109-ccrx.pdf You might want to take a look at the COMPILER LANGUAGE SPECIFICATIONS section and coding example on page 899. I hope you'll find that helpful. All the best! Sai RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ en-support.renesas.com/knowledgeBase
↧
Forum Post: RE: About the evaluation board
Thank you for your response, KHANG Nguyen. Clearing the Image file, dtb file and file system and relocating the same one fixed the error.
↧
Forum Post: Will r_bsp "library" work?
I am trying to build a library project with FIT r_bsp as source. The build was successful and r_bsp.lib was generated However when I use this r_bsp library with other project, something seems incorrect. Project will build successfully (after some workaround), but in the MAP file, the following are missing: - SU, SI, RESETVECT, EXCEPTVECT, PowerOn_Reset_PC, etc Strange thing is, the above exist in r_bsp.lbp Is there any restriction in building library using BSP?
↧
↧
Forum Post: RE: Error F0563100:Section address overflow out of range : ".SLIB"
hii sai, I go through your suggestion but still problem not resolve, if you want any details please tell me, i can share with you,
↧
Forum Post: RE: Looking for a sample serial driver or project for PE-HMI (or just Synergy/GUIX in general).
I have a real problem. I added UART Driver on r_sci_uart to a thread in my project. Now when I try compile my entire project it tells me: 'sf_uart_comms_cfg.h' file not found If I manually the file, it complains that "SF_UART_COMMS_CFG_QUEUE_SIZE_WORDS" is undefined . So I defined that constant and now the project compiles, but obviously I would like to have the correct solution. How do I make the SSC generate sf_uart_comms_cfg.h?
↧
Forum Post: Were to get IDT74FCT807BTQ's datasheet
I'm trying to get a datasheet of IDT74FCT807BTQ in the following site, but I couldn't find the correct datasheet there. https://www.worldwayelec.com/pro/renesas-electronics-corporation/idt74fct807btq/6279408 Hope you can help me as soon as possible. Thanks in advance.
↧
Forum Post: problem when access register directly (RA6M3)
Hi, Thanks for help. I am new to RA, currently I'm playing example project (with e2studio) to get familiar with. I want to access the register directly. RA6M3, user manual, GPT, PWM mode, want to set 'General PWM Timer Software Start Register (GTSTR), page527'. the user manual give address: GPT32EHm.GTSTR 4007 8004h + 0100h × m (m = 0 to 3) GPT32Em.GTSTR 4007 8004h + 0100h × m (m = 4 to 7) GPT32m.GTSTR 4007 8004h + 0100h × m (m = 8 to 13) because I use GPT5, so I use a name: GPT32E5.GTSTR and GPT32Em->GTSTR, fail with building; I did some investigation, then try R_GPTA0->GTSTR and R_GPTA1->GTSTR, still fail with building; try more, R_GPT0_Type-> GTSTR , still fail; ( this is close to success, the compiler gave message: expected identifier or '(' before '->' token ). I check a synergy example project (S7G2) which include the same 'direct access register' code: R_GPTA0->GTSTR, it's OK with build. (but fail in RA) it seems tricky to do 'direct access register' with Renesas synergy/RA, cannot use the same name given by the user manual. appreciated for any help
↧
↧
Forum Post: RE: problem when access register directly (RA6M3)
R_GPT0->GTSTR = 0;
↧
Forum Post: RE: Thermal characteristics of R7S921051VCBG
Hi JB, Thank you for the answer. I had seen the calculation, but I missing the value of θja. If you know where can i find it (and its variance), it would be perfect. BR Maxime
↧
Forum Post: RE: FileX ExFAT support
As far as I understand a separate exFat license is still required. https://github.com/azure-rtos/filex There is the note :-
↧