Generate .hex, .jlink for standalone run
How can I go about creating a standalone build for download to the Development Platforms (S7DK board)? I see a .jlink created as part of my project, but when comparing it to one of the canned .jlink...
View ArticleRE: Build only changed files?
Hi KarolI don't think there is much difference between those methods (besides copying is easier and above refresh thing). As long as all paths are stored relatively you can copy the project. All the...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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...
View ArticleRE: 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 ArticleNetX communication framework on S7G2-SK
How can I run sf_el_nx_comms with base BSP and S7G2 custom user board type project on S7G2-SK?I could successfuly run el_nx_comms project created with board type S7G2SK and base BSP.Then I create...
View ArticleRE: 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 ArticleRE: 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 for...
View ArticleUSB Host Storage, SSP 1.1.0 issue
When adding the usb_host_class_hub/usb_host_class_storage components the build fails. Error is a missing file not being generated. This is: sf_el_ux_cfg.h.Rich
View ArticleRE: 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 ArticleRE: 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 ArticleQuestions 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 week?...
View ArticleRE: 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 Articlesf_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...
View ArticleRE: 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 render...
View Article