RE: Where could i download the source code or example project for NetX™ Duo...
Hi,all apologize for my carelessness (TT), finally, I got it on following address:www.renesas.com/.../tools-kits.htmlby the way, as I want to port this example from Ethernet 1 to Ethernet 0 , what...
View ArticleWhere to download the example project for NetX™ Duo Web Server and how to...
Hi all,I've downloaded the NetX™ Duo Web Server application note, and try to build up my own server on S7G2-DK through Ethernet 0 interface (as camera interface conflicts with Ethernet1 ) but when i...
View ArticleRE: Documenting move from Dev Kit to my own board
I'm using SSP 1.1.0 an e²studio 5.0.0.043.I have done all the steps of the example in the AppNote and with the tools to be found...
View ArticleRE: Documenting move from Dev Kit to my own board
The pin configuration for the template pack comes from the device rather than the base BSP. It is easily fixed though.For example if using the SK_S7G2 as the base pack create a BSP project. Copy the...
View ArticleRE: Documenting move from Dev Kit to my own board
Thank you Ian, thats exactly what I wanted.
View ArticleRE: JTAG Interface vs UART 9
Immediately after reset (before the pincfg has been set by the startup code a Synergy project), the IO ports are in the states defined in the HW manual, see Table 20.8 "Register Settings for I/O pin...
View ArticleJTAG Interface vs UART 9
What happens when I configure pin 109 and 110 as an sci-peripheral on my custom board?Am I locked out from flashing and/or debugging the S7 forever, or at least until the serial flasher program is...
View ArticleRE: NetX BSD does not compile in SSP 1.1
To get nx_bsd_src to compile in a Synergy project, using e2studio 5.0.0.43, GCC compiler 4.9, and SSP 1.1.0, I had to :-1) Add NetX source to the project in the thread tab of the configurator, to a...
View ArticleRE: S7 as FTP server; failing to write files to server while reading from it...
Ashwin,ULONG is 4 bytes long so ULONG[2048*32] is 256k, not 64k. The array must be ULONG-aligned but you can still define it as UCHAR which is 1 byte: static UCHAR packet_pool_area[2048*32]...
View ArticleRE: NetX BSD does not compile in SSP 1.1
Thanks, Jeremy. That got the build to complete.I have a new question now. With SSP 1.0 I was able to get EDMAC1 on the DK-S7G2 board to work. With SSP 1.1 I cannot. I can see that the ethernet port...
View ArticleRE: Build only changed files?
Thanks Warren, I pressed 1000 times Project->update all dependencies. This is much easier. You can earn a lot of money with this knowledge. When you copy a project the reference is still to the old...
View ArticleRE: NetX BSD does not compile in SSP 1.1
asthomas,I have NetX project running on PE-HMI1 board, that has only one network socket which is connected to channel 1. I didn't have to change anything except to point my NetX Port instance to...
View ArticleRE: Build only changed files?
Hello Dig,Due to the way Synergy support is integrated into Eclipse/e2studio environment, you cannot just "copy" the project. The are many dependencies to external tools (such as secure Synergy...
View ArticleRE: Intermittent Ethernet (Main Board) S7DK development board
Attached is a file for testing. This was tested on SSP 1.1.0. Board version is v3.0.Thanks,Rich
View ArticleRE: Intermittent Ethernet (Main Board) S7DK development board
Board type DK-S7G2B, v3.0
View ArticleRE: Intermittent Ethernet (Main Board) S7DK development board
Thanx for posting. I will get someone to report back after they have done some testing.
View ArticleRE: Generate .hex, .jlink for standalone run
Warren,Attached is Blinky with RTOS. Please try to deploy this standalone and let me know how you accomplished this so that I may do the same with other projects.Thanks,Rich
View ArticleRE: NetX BSD does not compile in SSP 1.1
Karol,Thanks for the suggestions. I have an application compiled with SSP 1.0 and the same code compiled with SSP 1.1, using the same board. The first works and the second doesn't, so I'm pretty...
View ArticleNetX BSD does not compile in SSP 1.1
I am trying to compile our library with the NetX BSD wrapper. In SSP 0.9 and 1.0 we were using source from Express Logic, and were able to compile by hacking a number of things in the BSD wrapper. I...
View ArticleRE: Generate .hex, .jlink for standalone run
Open JFLashlite.exe, set the device to Renesas R7FS7G2, Interface SWD, Speed 1000. Click ok. Set the Data file to the output of the project (.srec file). Click "Erase Chip", then click Program Device....
View Article