Forum Post: RE: NetX communication framework on S7G2-SK
Hello Tomo, Is port 08 pin 06 set to GPIO output? This is the reset pin you should also define for ETH1 in sf_el_nx besides setting it in the pin configuration
View ArticleForum Post: RE: NetX communication framework on S7G2-SK
Hello Karol, Yes, port 08 pin 06 is GPIO output and I set it sf_el_nx uses ETH1. I also try with copying .pincfg from S7G2-SK project, but still doesn't work. BTW, I use SSP 1.1.0, and not tested...
View ArticleForum Post: RE: Intermittent Ethernet (Main Board) S7DK development board
We experienced intermittent Ethernet drop-outs with the DK-S7G2 board. We have this note in our project: To set the ETHERNET port drive strength to Medium...
View ArticleForum Post: RE: NetX communication framework on S7G2-SK
Hello again Tomo, I seem to have tracked down your issue. The only real difference between S7-SK BSP and your custom BSP is the BSP_BOARD_S7G2_SK define. ether_phy.c driver has a conditional define...
View ArticleForum Post: RE: Anyone using OpenVG on RZ/A1?
I've started from project "RZ_A1H_OpenVG_RSK" from "RZ/A1H Group Renesas Starter Kit+ Sample Code for e2 studio (for RSK)" (an_r01an2511eg0100_rza1h_rsk.zip file). www.renesas.com/.../rza1h.html For...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Karol, In an attempt to recreate your demo, I followed the steps outlined. However, as long as I bring in FileX via the threads tab in the configurator, I get compile errors. It's not until I remove...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Also, I can verify the same problem as JeffP above - on the eighth removal/insert the system just kind of stops. Mine never really comes back. On the last attempt the enumeration blinking goes on...
View ArticleForum Post: RE: Questions about NetX™ Duo Web Server application example
Hello feng, Let me start from the end. "Reference source not found" is shown because processing is paused inside library code. By default, all x-ware you add to the project (ThreadX, GUIX, FileX, USBX...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
Here is a project that responds to a ping on ETH1 (The ethernet channel on the main/top board of the S7G2-DK board). The project has NX_BSD layer in it, obtains an IP address via DHCP, and output the...
View ArticleForum Post: Adding a webserver to a project.
Dear Forum, So I have taken the old BL00IA - Adding Value to Your Application with XWare Components lab from devcon and got it running on the SK board. I have the Netx running, Telnet, changed from...
View ArticleForum Post: RE: Retarget virtual debug console to a file
Obviously not the only solution, but the simplest might be to replace low-level virtual write with a real UART and pipe it out a serial port and let the PC capture the log file.
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Matt, We have been able to get a simple webserver running using FileX over EMMC memory to host the files. Yes, you can just replace example the &ram_disk_media with maybe the &gp_media and...
View ArticleForum Post: RE: RL78/G14 Timer RD in RESET SYNC MODE (problem to set duty...
The PWM modes of TimerRD take very specific sequence based onm compare priorities. Assuming your output is not set low by the program (such as re-initializing timer or GPIO function), then please...
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Ashwin, Thank you for the reply. Your demo you speak of, which one specifically is that? I would love to use it as a reference. Did the Renesas synergy app note and demo page links change last...
View ArticleForum Post: sf_el_nx_comms_cfg.h and other *_cfg.h missing files
I have a project with console framework that uses sf_el_nx_comms component. When I compile the project I get the following error: ProjectDir...
View ArticleForum Post: RE: Bug in USBX MSC Host demo
This bug has been addressed in SSP v1.1.0. However a new bug currently exists which causes the USB flash driver to fail to mount when it is inserted the 8th time. We are working on this bug now and...
View ArticleForum Post: RE: sf_el_nx_comms_cfg.h and other *_cfg.h missing files
This seems to be a new issues with SSP 1.1.0 as I had the same issue with adding ux('see post USB Host Storage, SSP 1.1.0 issue') . The resolve there indicated one should create a dummy file as this...
View ArticleForum Post: RE: Adding a webserver to a project.
The demo is based on the webserver demo that comes with the SSP. I don't know if the app note and demo page links changed last week. My question about library/frameworks deals with how would you...
View ArticleForum Post: sf_el_nx_comms Telnet ip instance same as HTTP Server
I have an HTTP server application that works fine. I used the demo HTTP web server project in the SSP for the DK-S7G2 board. Now I've placed the sf_console framework using telnet into my project and...
View Article