Forum Post: RE: USB protocol without ThreadX
There are no plans for an app note on standalone bare metal USB on Synergy. You can find app notes on that for RX on our web site and adapt them for Synergy. The IP block for USB is very similar to...
View ArticleForum Post: RE: Power down USB HUB
Hi Nandan, You might be able to control the Vbus power directly through the root hub class driver. You can see if this is enabled by requesting the wHubCharacteristics from the root hub and control...
View ArticleForum Post: RE: E8/E8a USB Driver for Windows 7 (32-Bit Version)
I know this is a very old thread. I just picked up a Starter Kit with E8 and am not having any luck finding the Windows 7 (64) drivers. The links listed in this thread do not work or do not go to a...
View ArticleForum Post: RL78/G13 FSL via PC / AN0718E
Hi guys, I have a software running on RL78/G13 mcu which build with IAR. I want to upgrade the software via PC using FSL library. I looked some application notes and some post on forum. I am...
View ArticleForum Post: RE: RL78 Bootloader - PC side
hi beduk I am looking for this AN but I cant find. Can you give me the link to donwload ?
View ArticleForum Post: RE: RL78 Bootloader - PC side
Hello epamuk, The file is below! an_r01an0718ej0102_rl78g13_flash.zip
View ArticleForum Post: RE: RL78/G13 FSL via PC / AN0718E
Merhaba. Epamuk, Because the structure of Renesas web site has changed recently, not find the application note. Attach the file from my PC cache....
View ArticleForum Post: Build Linker phase Segment errors
Hi, I am using Hitachi Embedded Workshop to build a project of CPU family H8S, H8/300. Compiler and Assembler phases of my project build finished, but the build fails in linker stage with the...
View ArticleForum Post: RE: Power down USB HUB
Thank you Karol and garyj!! i'll try to do it with the class driver. Regards, Nandan G
View ArticleForum Post: sprintf with float?
Actually I'm not able to get the correct ouput, formating a float number, not knowing what's going wrong: (no problems when using int, DWORD and strings) #include stdio.h void func(void) { char...
View ArticleForum Post: RE: sprintf with float?
This error occurs if the stack alignment is not on an 8 byte boundary at the point where sprintf() is called. The 8 byte alignment is an ARM EABI requirement at public interfaces. It looks like you...
View ArticleFile: Synergy sample code - snapshot (2016-08-23)
I needed to have a local copy of all of our current Synergy sample code projects from the Renesas wen site, so I could quickly search for content, as well as have the projects ready for import at a...
View ArticleForum Post: RE: Graphical Overlay on Video Image
Hello Jim, I'm attaching an example that renders camera frames on top of GUIX interface. I also added some functional components to the interface to pause/play the camera capture and control the GUI....
View ArticleForum Post: Rotate a widget image
Hi, I have a widget to which i am setting an image in the GUIX studio.(NormLeftPixmap points to the image). I have 2 requirements here. 1) I want to rotate the image by some angle, my code is as...
View ArticleForum Post: Bring up S7 on actual hardware
I'm trying to bring up an S7 on our hardware. Connecting via. J-link (19 pin connector) I can't connect to target. So I'm at square one. Does anyone know how to do some basic low level debugging...
View ArticleForum Post: RE: RZA1 Software Standby Example
Hi markbau, Thanks for the link. It seems to show example code for a microcontroller. Can something similar be used from the Linux kernel on the RZ/A1?
View ArticleForum Post: RZ/A1 RSK as a USB Gadget with Ethernet Communication
I'd like to be able to put a USB cable between the RZ/A1 RSK and my Windows 7 machine for ethernet network communication over the USB link. Windows would get an ip address from the RZ/A1 acting as a...
View ArticleForum Post: RE: RZ/A1 RSK as a USB Gadget with Ethernet Communication
Woops - I see now that this has been answered. The answer is here: github.com/.../usb-function.txt Sorry for the duplicate post!
View ArticleForum Post: RE: sci_spi crash bug in SSP 1.1.3, with suggested fix
These bugs keep biting me every time I create a new project. Have you confirmed that my observations are correct?
View Article