Forum Post: RE: SPI polling implementation
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
The .jlink file that's generated with the project is used for the debug. A good examples for stand-alone .jlink file are the OOB demos available on the Renesas website. Alternatively, you can avoid...
View ArticleForum Post: RE: RH850 application code load from boot loader
Hi Scott Thanks for ur response, I am not able run the application after reset Regards Pradeep
View ArticleForum Post: RE: Debugger,IDE and Compiler selection for SH7269
Thanks Kevin and FrankL!! I have few more doubts: 1) I have E1 Emulator available.Is it possible to use E1 to Code flash and debug SH7269? 2) For RL78 I have seen multiple toolchain and compiler...
View ArticleForum Post: RE: bsp_qspi.c is getting generated when not selected
Hi Jeremy I am building a new BSP (template from s7g2_sk). I can add and modify bsp files in synergy/spp/../ board/.. folder like bsp_leds.c. So I expect Ii can remove files too. Assemling a new PCB...
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
More notes. I got the J-Flash Lite to complete ('Programming Done') message, but it still does not seem to work(aka. board does nothing on reset). What's missing? I've tried both Debug and Release...
View ArticleForum Post: Ethernet - ModBus
Hello - general question her but I know the Rin32 has Modbus + dual Ethernet - if I want to implement a processor to effectively convert TCP/IP to Modbus - I can use this part. However, if I want to...
View ArticleForum Post: g_display0_runtime_cfg_bg
In SSP 1.1.0 GUIX port properties: The default name for the run-time configuration is g_display0_runtime_cfg_bg. This is not generated. I found _display1_runtime_cfg_bg.in common_data.c. I suppose the...
View ArticleForum Post: Importing/Migrating from 1.0.0
I'm finding it hard to import from 1.0.0. I tried several things with my project: 1. Straight migration using the step by step method - little to no luck. Generally speaking the issue we had...
View ArticleForum Post: RE: Add support for Motor Control PWM Timer
Thank you. It looks fairly straight forward as a PWM driver. But, as for it being a: "RZ/A1 Motor Control PWM Timer Driver", I don't think it is specifically a "Motor Control" PWM. Maybe, it is just a...
View ArticleForum Post: USB Host Storage, SSP 1.1.0 issue
When adding the usb_host_class_hub/usb_host_class_storage components the build fails. Error is a missing file not being generated. This is: sf_el_ux_cfg.h. Rich
View ArticleForum Post: RE: Importing/Migrating from 1.0.0
More notes. I came across another conflicting type error, this time with ioport. I tried deleting the leftover file (in synergy/ssp/src/driver/r_ioport/hw/target/s7g2) in hopes I could then...
View ArticleForum Post: RE: RXC Compiler #pragma inline_asm option
Sounds like you're making progress. I've attached an e2studio showing simple use of inline asm function. NOTE: Use import feature of e2studio, do not try to unzip. Hope it helps resolve the issue with...
View ArticleForum Post: RE: IWDT interrupt not working
Thanks for your suggestions, FrankL. I'll respond to them in the same order. Correct memory location for IWDT interrupt vector: In my map file, my interrupt routine IWDT_Int is given the address...
View ArticleForum Post: RE: IWDT interrupt not working
You already verified you're not in Auto mode, and FrankL has most of the things to check if not working. If all else fails, the FIT iWDT download has a RX64M demo project that puts the iWDT into...
View ArticleForum Post: RE: Add support for Motor Control PWM Timer
Thank you for your reply, Regarding the name I gave to the driver, I didn't have much inspiration so I took the name from RZA1 datasheet. But anyway I can change it according to what you said. You're...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
I pulled down and built the SK-S7G2 version of this app note and did not see this error. I am using e2studio 5.0.0.043 and SSP v1.1.0 pulled from the Gallery yesterday. Which board and versions of...
View ArticleForum Post: RE: Forced break issue of Self-programming RL78
Hi Sergey, I found the description in user's manual of E1 emulator. My question was settled. documentation.renesas.com/.../r20ut1994ej0400_e1e20e2lite_rl78.pdf 3.5.1. Flash Memory Programming by...
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
Rich- Can you send a screen shot of your project files? If you would rather send us the information 'off list' just open a ticket via email 'chat' and send it that way. A project archive is also a...
View Article