Forum Post: RE: Always builds complete project (Again)
Using the latest version, 4.3.0.008 now. Problem has existed through many versions and many uninstalls/reinstalls. It is not a Synergy project.
View ArticleForum Post: RE: Problems using the E1 Debugger within E2Studio
Dj, It's possible there is an issue with the tool attempting to write to the debug vectors incorrectly. Add the IAR cstartup.s87 file to your project and modify it like below:...
View ArticleForum Post: RE: Always builds complete project (Again)
John, Thanks for that. Supposedly that issue was resolved a number of revisions ago within the IDE, however it's always possible something has popped up again that was unforeseen prior. Let me look...
View ArticleForum Post: RE: RL78/G14 Promotion board - dubugging problem under e2studio 4.3
Robert, Are you using the USB-TK interface, or did you install the 14pin connector for E1 emulator? The USB-TK interface always supplies 5V to the board, but the E1 emulator can be set for 3.3V or 5V...
View ArticleForum Post: RE: RZ/A1H Schematic & Layout
The schematic is included in the RSK install. Renesas Starter Kit+ for RZ/A1H Installer V.2.02...
View ArticleForum Post: RE: Single Console - Multiple Interfaces?
Hallo Warren, yes, for my opinion the UART console should work similar to LAN/USB but in my case it doesn't. The UART port seems to echo something, due to that, I guess the HW-interface and config...
View ArticleForum Post: RE: RL78/G14 Promotion board - dubugging problem under e2studio 4.3
Also, I suggest double-checking that you have generated the project with the correct chip. Sometimes the F14 gets picked by accident, or sometimes a different memory size.
View ArticleForum Post: Where to find Synergy RTC API documentation?
I used the Synergy Configuration to generate support for the RTC. Now I need to find how the HW layer can be accessed from a ThreadX task. Is there a document that describes the HAL APIs? Thanks in...
View ArticleForum Post: RE: Where to find Synergy RTC API documentation?
Hello Lee, You can find User Guide for RTC HAL driver in chapter 4.38 of the SSP User's Manual. Chapter 7.21 explains in more detail the RTC HAL API. Regards, Karol
View ArticleForum Post: Complementary PWM Outputs Using SSP
Hi all, I'm working with an SK-S7G2, and I'm looking to use the General PWM Timers to generate specific pulses on output pins. Currently, I have a PWM timer set up with the following settings: What...
View ArticleForum Post: RE: e2studio v5 -- compiles always everything
Try doing a "Update Dependencies", from the project menu, before compiling: Alt+D.
View ArticleForum Post: RE: e2studio v5 -- compiles always everything
Unfortunately, the "update dependencies" from the project menu did not help. Luckily, I have backed up my workspace before I've upgraded to V5. I am now using V4 again (with a restored workspace).
View ArticleForum Post: RE: Error during data flash programming
Hello Pica, Not sure how the linker cannot find these, they are part of the upper level API that is in r_flash_rx.c. Be sure this C file is included in your build (and the r_flash_rx_if.h is included...
View ArticleForum Post: RE: How to define a Critical Region
Hello Benjamin, The Direct Drive LCD has issue when it uses the ExDMAC controller to pump the TFT-LCD, that is hogs the external bus and holds off the CPU. In the DD-LCD application, it treats the...
View ArticleForum Post: I am facing problem in assigning the clock in RX63N (R5F563NFDDFC)
Hello, I am new to Renesas, where I am facing problem in assigning the clock and to get exact clock output in R5F563NFDDFC. At first, I tried to configure with 12Mhz crystal without PLL and calculated...
View ArticleForum Post: I am facing problem in assigning the clock in RX63N (R5F563NFDDFC)
Hello, I am new to Renesas, where I am facing problem in assigning the clock and to get exact clock output in R5F563NFDDFC. At first, I tried to configure with 12Mhz crystal without PLL and calculated...
View ArticleForum Post: RE: I am facing problem in assigning the clock in RX63N...
I think you might be assuming your delay loop only takes one instruction cycle where it may be more like 10 or more depending on compiler and optimisation settings. see this thread for more...
View ArticleForum Post: RE: RX210 RTC doesn't count in BCD code
In your debug output there is a bit definition missing for the RCR2 register. The top bit of this register which is set in your output (0xc2) configures the RTC registers for calendar mode or binary...
View ArticleForum Post: RE: R5F1026AA Programming
Hello Bekky, Is your transmission stop-bit 2? RL78 require stop-bit 2. Are you programming a similar device R5F1026A ? Yes, the difference is the ROM size. Is your device VCC = 4.4V ? Yes, I used USB...
View ArticleForum Post: RE: R5F1026AA Programming
Hello Kirin Thanks - I have destroyed a few devices but nothing looks wrong and the response's are all correct. For the sake of trying to get this to work I made a simple function to program a 1K...
View Article