Forum Post: RE: setup ethernet MAC address from running program
Hi Karol, Is this limitation being properly addressed in a future release of the SSP? Thanks.
View ArticleForum Post: Ethernet PHY link status
I have a need to be able to programatically, check the link state of the Ethernet PHY. I followed the example in the NetX documentation (under Synergy SSP 1.0.0) but it always shows the link as "up":...
View ArticleForum Post: RE: Ethernet PHY link status
Looks like this is a duplicate request - I should have done a better search first...
View ArticleForum Post: where are the iodefine.h and iodefine_ext.h files?
Just new to e2-studio with gcc toolchain. When generating software using Applilet3 1.09 wonderful .c and .h files have been created. r_cg_macrodriver.h tries to include iodefine.h and iodefine_ext.h...
View ArticleForum Post: RE: USB console prompt not coming out after timeout
Hi karol, Its working. Thank you!! Regards, Nandan G
View ArticleForum Post: Not able to get the MAC address
Hi, I am using the following api to get the interface information. ULONG lsw = 0; ULONG msw = 0; ULONG ipd = 0; ip_0 is properly going. nx_ip_interface_info_get(&ip_0,1,(CHAR *) "NetX IP Instance...
View ArticleFile: printf over USB CDC
This simple example shows how to redirect printf through a USB CDC connection (not semihosting)
View ArticleForum Post: is there a simple way to redirect printf through USB CDC?
Yes, this is possible, and quite simple. Here http://renesasrulz.com/Synergy/m/mediagallery/3202.aspx an example project for SSP 1.1.0 and E2Studio 5 that summarizes the few steps you have to take...
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
Hi, jdseymour! How are you going? I hope you are fine. Today I succeeded in building and executing RGA renesas software packet. I'm to writing a tutorial here, so that anyone aiming at using these...
View ArticleForum Post: RE: setup ethernet MAC address from running program
The Development team is aware of this limitation and I'm sure there are plans for provide more flexible way of providing MAC address during interface initialization. Regards
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
1) Download an_r01an2162ej0200_rza1h_other.zip packet from Renesas web site 2) I'm using e2studio 3.1.1.07 3) Copy 'common' folder in '../workspace/RZA1h_RGA_Sample/RGA_Sample/kpitgcc' folder. You...
View ArticleForum Post: RE: Not able to get the MAC address
The definition of the function nx_ip_interface_info_get() is :- This works for me :- CHAR *name_ptr; ULONG ip_address; ULONG network_mask; ULONG mtu_size; ULONG...
View ArticleForum Post: RE: Not able to get the MAC address
Hello Nandan, Interface with index 1 is IP loopback interface (127.0.0.1) and its MAC is set to zero. The second argument you're passing must be 0. Otherwise, you can retrieve msw and lsw from:...
View ArticleForum Post: RE: where are the iodefine.h and iodefine_ext.h files?
Create a project for your RL78/F12 in e2 studio. This will also include iodefine. And in e2 studio you can also use Peripheral Code Generator. This is the e2 studio plug-in of Applilet.
View ArticleForum Post: RE: RL78 IICA Slave Transmision/Reception
I tried this project(RL78 G12) and another one for RL78 G13 ( www.renesas.com/.../r01an2760ej0100_rl78.pdf ) on 2 identical boards (QB-R5F10BGM-TB) first I tried with my code after i tried with the...
View ArticleForum Post: RE: Where to find Linker Segment definitions.
Hi Frank, Thanks a lot for your advice. I was able to able to find the manuals by using the methods you specified, and this proved useful. Section S for stack was the last piece of the puzzle. With...
View ArticleForum Post: RE: Test condition RX631 NMOS or CMOS
I think IOL = IIL + (VIL/Rpd) where Rpd is only used to secure a correct voltage level while the port is not yet configured as output. Once a CMOS port is configured as output, Rpd is not needed. For...
View ArticleForum Post: RE: Looking for Version ECO's to revert a 3.2 or 3.3 board back...
When you put the device in SCI Boot mode you cannot use USB for flash programming. To use USB flash programming the dveice has to be set to User Boot Mode, which is also called USB Boot Mode in the...
View ArticleForum Post: RE: Looking for Version ECO's to revert a 3.2 or 3.3 board back...
FrankL, Sorry about that, used SCI when I should have said USER/USB. Is the default USB enabled loader different than a user space compiled boot loader? I know the RX's come with this...
View ArticleForum Post: RE: A present for the community: RX62N include file
Good thread. One other warning, the Reneas iodefine.h sets the PACK and the BIT ORDER right at the top of the iodefine.h. This (along with the evenaccess) forces the iodefine structures to be acted...
View Article