Forum Post: Residual off pulse on PWM set to 0% (active Low)
I am using the TMRD1 facility on the RL78/G14 device and I am getting a residual off pulse on the line even when I have the TRDGRB1 and TRDGRC1 registers set to 0 in "L active" mode or 100 in "H...
View ArticleForum Post: RE: Help required in Porting of existing code (developed in C)
Please also refer to this thread. renesasrulz.com/.../6328.aspx
View ArticleForum Post: RE: Programming through Self-Programming
There's more info on dates in this tread. renesasrulz.com/.../19357.aspx Note that your local Renesas FAE should have information related to future release dates and features. That information is not...
View ArticleBlog Post: Getting to Work with the Renesas Synergy e2 studio ISDE
Flash back a few decades to my dad taking me into the garage for the first time to see his vast collection of shiny tools. Drill. Bench vise. Soldering iron. I loved each and every one of those tools...
View ArticleForum Post: enable support to ADV7604 in 3.14 kernel
Hello, I would like to enable support to ADV7604 (driver already exists in the 3.14 kernel from renesas github) I added CONFIG_VIDEO_ADV7604 to my defconfig but it doesn't appear in the .config file....
View ArticleForum Post: RE: Release notes, SSP 1.0.0: USBHS/USBFS controller support
Would also like to know if S7G2-DK is capable of device mode with USBHS and if not, what hardware modifications need to be make to enable this?
View ArticleForum Post: RE: Create ramdisk for FileX access
How about using an external tool like this: www.myintervals.com/emogrifier.php
View ArticleForum Post: RE: RX111 - data read and write by sd card
I will send u those on Monday. But what could be the reason for the function f_mount won't work. Any idea?
View ArticleForum Post: RE: RX111 - data read and write by sd card
I will send u those on Monday. But what could be the reason for the function f_mount won't work. Any idea?
View ArticleForum Post: RE: Error on debug launch
Antoine- Synergy works with e2 studio release 4.2.0.012. Please follow the installation instructions found in the documentation tab here: synergygallery.renesas.com/.../support
View ArticleForum Post: RE: Create ramdisk for FileX access
Hi Alex, I do not think this should be a problems. Any file would be served the same way, no matter if it is HTML, CSS or a picture. The server doesn't care about the contents. Updating files...
View ArticleForum Post: RE: enable support to ADV7604 in 3.14 kernel
CONFIG_VIDEO_ADV7604 can't be enabled unless CONFIG_MEDIA_SUPPORT (and some other stuff) is enabled. So, by just putting CONFIG_VIDEO_ADV7604 in your defconfig won't do anything. Use 'menuconfig' and...
View ArticleForum Post: RE: SK-S7G2 Out Of the Box Sample - Complete Project?
Ralph- Looks like they have been moved to the template section of SSP. When you start a new Synergy project you should see them alongside Blinky and BSP (after you select your Kit). This is in the...
View ArticleForum Post: RE: RX111 - data read and write by sd card
F_mount doesn't do anything unless you use the mount now option. All it does is fill in the FatFS array with the fs[] pointer you pass it. It is not until you do the open that the card is accessed....
View ArticleForum Post: RE: RX111 - data read and write by sd card
F_mount doesn't do anything unless you use the mount now option. All it does is fill in the FatFS array with the fs[] pointer you pass it. It is not until you do the open that the card is accessed....
View ArticleForum Post: Anyone out there using PMOD connectors to prototype sensors or...
I'm curious if there are developers that have had experience they can share connecting sensors of other boards to PMOD interfaces on the Synergy kits. There's no shortage of products out there. Soon...
View ArticleForum Post: RE: Anyone out there using PMOD connectors to prototype sensors...
I have connected several sensors to PMOD ports and used them in my prototypes. None of them were actual PMOD sensors, I just hooked up my connections as needed. My sensors have used I2C, SPI, and...
View ArticleForum Post: RE: Anyone out there using PMOD connectors to prototype sensors...
I looked through the spec, and it didn't say what Vcc is required. So making it switch selectable makes a lot of sense. Glad to hear you've had a good experience with UART, SPI and I2C.
View ArticleForum Post: NETX, Ethernet Performance expectations
What are the realistic expectations for throughput over Ethernet using the NETX stacks? This would be doing raw packet transfers as well as when using abstractions/protocols, such as FTP. We're...
View ArticleForum Post: RE: Error programming RL78 device with E1 emulator... please help
Frank, thanks so much for the guidance. I read that section of the User HW Manual and it makes sense to me. However, when I look through the linker map file, there is nothing falling within those...
View Article