Forum 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: USB Host Storage, SSP 1.1.0 issue
Hello wflynn, Adding FileX to the threads tab automatically adds SDMMC block media driver and FileX Adaptation Framework, as well as relevant configuration. To use FileX on USB, you currently need to...
View ArticleForum Post: Questions about NetX™ Duo Web Server application example
I've downloaded the latest example of NetX™ Duo Web Server for DK-S7G2, imported and debugged the project step by step according to the Getting Start Guide. I set the ip address of DK-S7G2 as...
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: 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: 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 ArticleForum Post: RE: Questions about NetX™ Duo Web Server application example
Hi Karol, Thanks for your advice:) I've set all the ETHER_RMII pins' capacity to medium, but it still doesn't work... Is there any extra attention for this application example to work with the DK-S7G2...
View ArticleForum Post: DK-S7G2 Developer Example / SD card problem
I face a problem that the USB CDC cannot be recognized whenever the SD card is plugged (if don't use SD card, it works normally). Below is my test environment: DK-S7G2M v3.0 S101: switch 4 (SD)...
View ArticleForum Post: RE: Questions about NetX™ Duo Web Server application example
Hi Karol, finally, with your advice, I solved this problem~ The last bug for my project, actually for my DK-S7G2 is quite funny, caused by some kind of my carelessness... As I've debugged the camera...
View ArticleForum Post: RE: sf_el_nx_comms Telnet ip instance same as HTTP Server
Hello Ashwin, If you're using Telnet with another NetX feature, you'll have to re-use ip instance created by Telnet. In order to do that insert following lines inside your project:...
View ArticleForum Post: Is there any example for Ethernet 0 interface
Hi all, I want to use camera and Ethernet on DK-S7G2 V3.0 at the same time, but camera interface conflicts with Ethernet 1 and current provided NetX examples all about Ethernet 1. Is there any simple...
View Article