Quantcast
Channel:
Viewing all 59170 articles
Browse latest View live

Forum Post: RE: CAN bit rate on TB-S3A6

$
0
0
Hi JB, thanks for the update. I look forward with confidence... Best regards. MPGA

Forum Post: RE: After update to v6.2 Memory Usage stopped working :(

$
0
0
I managed to fix the issue. Simply append: && sed -i -E "s/lib${ProjName}/.\/lib${ProjName}/g" ${ProjName}.map at the end of Command line pattern in Properties -> C/C++ Build -> Settings -> Tool Settings -> Linker CPP Mine whole command is: ${COMMAND} ${toolchain_flags} ${OUTPUT_FLAG}${OUTPUT_PREFIX} ${OUTPUT} ${INPUTS} ${FLAGS} && sed -i -E "s/lib${ProjName}/.\/lib${ProjName}/g" ${ProjName}.map Sed modifies P 0xfff87c17 0x40 libmy_project.a(printf.o) into this: P 0xfff87c17 0x40 ./libmy_project.a(printf.o) To make this working you need sed. exe in your system. You can get it by installing msys2 from https://www.msys2.org/

Forum Post: RE: After update to v6.2 Memory Usage stopped working :(

$
0
0
To attach debugger first do this: stackoverflow.com/.../debugging-eclipse-plug-ins I used eclipse with java enviroment. You can use any project in eclipse(java) to attach debbuger. Then do this: stackoverflow.com/.../break-when-exception-is-thrown and set exception to 'java.lang.NumberFormatException' But without source of the plugin it's hard to debug :( Good luck in the future :)

Forum Post: RE: Compiler error: 'Invoking: Cross ARM C Compiler'

$
0
0
Hello! Thanks anper. The trick with the clean project did the job :) It was to obviously to try it at the first time. Now it's working fine. Regards, Gregor

Forum Post: RE: After update to v6.2 Memory Usage stopped working :(

$
0
0
Thanks a lot, Adam! It fixes the problem. BTW sed.exe is provided on my system with gcc-rx (?) under the ....\e2_studio\Utilities folder. Kind Regards.

Forum Post: RE: Rx63n clock source setting problem

$
0
0
Have you tried looking at the example setup code in the RX family Board support package? I did a brief look at your code vs the clock configuration code from the BSP and notice some differences. I obtained the BSP from www.renesas.com/.../D6002047.html

Forum Post: RE: RZ/A1 video pipeline

$
0
0
>Is there some reason, that the processor does not allow using video input channel 0 to video output channel 1? There is no problem. It is available. >If there aren't any - wchich are the most common steps reconfiguring the video pipeline from output 0 to output 1 which >we could miss? Also is there any sample project mixing them? We made a sample project. We will send it. Please download from the following URL: Download Password: ^ BBen7GU4SL? URL expiration date: May 10, 2018 6:16 AM

Forum Post: RE: RH850 F1KM boot loader

$
0
0
Hi,Scott About the startup code,which information and documentation should I refer to? I want to know something about the assembler. thanks.

Forum Post: what's different in RSPI, SPI and simple SPI

$
0
0
Hello there,I'm novice, I study the document about SPI in SSP. I have seen three terms related to the SPI (RSPI , SPI, simple SPI) . I can't understand the difference. Can someone explain the difference or what part of the document describes the relevant part?

Forum Post: RE: Rx63n clock source setting problem

$
0
0
I worked through the differences. They are not related to my issue. The problem occur when i set the clock source to pll circuit. I set clock divisions and etc according to sample code that you suggest. If I use pll clock source, the program stack somewhere and is not terminating. But there are no problems when i use main clock, hoco, loco, sub-clock... Do you have any suggestion for the issue ?

Forum Post: RE: SH72533 program with FDT

$
0
0
Hi Niwat, If FDT asked for an ID Code, it means that your device was programmed with an ID Code. You must know the ID code or you cannot use a serial programmer to read, write, or erase data in the device. Though you can use a parallel programmer. JB RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ https://en-us.knowledgebase.renesas.com/

Forum Post: RE: Linker error with stdlib and GNURX

$
0
0
Thanks for your replies. I indeed forgot to import the charget / charput files, my bad... Still I have no printf working but I'm on it. Thanks again, Alexis

Forum Post: Unable to trigger the Ethernet Interrupts.

$
0
0
Hello, I am using the RH850 P1M-C, and I am having problems using the Ethernet driver. The main problem is that the after the descriptors have been activated, I do not see any interrupts generated by the system. Attached is the register dump of the Ethernet after initialisation.(Please visit the site to view this file) After this just the TRR bits are set to enable the DMA to transmit the data. What I notice that none of the interrupts get triggered. Does anyone have any suggestions regarding this?

Forum Post: RE: Is it possible to use LCD controller /driver to drive the 7 segment display?

$
0
0
hello sir, we are using SUNROME make 7 segment display which has part no is SUNR 036CA with renesas controller IC R5F102A8 . i wanted to know about its enviromentalwise circuit means how it should be. and we are facing problem with this display some time. if you have any technical support please share us contact details for the further discussion.

Forum Post: regarding 7 segment display circuit

$
0
0
hello sir, we are using SUNROME make 7 segment display which has part no is SUNR 036CA with renesas controller IC R5F102A8 . i wanted to know about its enviromentalwise circuit means how it should be. and we are facing problem with this display some time. if you have any technical support please share us contact details for the further discussion.i have its circuit diagram . need to verify ok or not.

Forum Post: RE: Rx63n clock source setting problem

$
0
0
Have you seen this? en-us.knowledgebase.renesas.com/ Is the oscillation stop detection turned on? -- I assume not. Unfortunately I don't have much more help to offer.

Forum Post: RE: Rx63n clock source setting problem

$
0
0
Thanks your reply. The problem is this line; SYSTEM.SCKCR3.WORD = 0x0400; When I set the clock source to pll circuit. Debugging is not responding. But other 4(0x0000-LOCO,0x0100-HOCO,0x0200-Main clock,0x0300-sub_clock) clock source works well . So I decided to change mcu because I suspected that the PLL circuit was burning. Now it works the way I want. Thank you again for taking the time to answer me

Forum Post: UART example

$
0
0
Hi all, I need one actual example for UART on S7G2. All the examples I see are loopback etc. But is there any example that actually can be used for UART send and receive? My requirement is any one of the below: 1. Interrupt based 2. Polling based. Is there any example for UART HAL driver with any of the above implementation

Forum Post: download "CubeSuite" for debugging of V850 (UPD70F3579) (ProductVersion >= 3.02.00.00)

$
0
0
download "CubeSuite" for debugging of V850 (UPD70F3579) (ProductVersion >= 3.02.00.00)

Forum Post: RE: RH850 F1KM boot loader

$
0
0
You'll need the G3KH software manual, which you can also get from your local Renesas office.
Viewing all 59170 articles
Browse latest View live