Forum Post: RE: Adding a webserver to a project.
Matt, complete debugger output would be helpful in this case. Otherwise, please have a look at the project I'm posting below. Bill, I actually happened to be putting a similar project together not so...
View ArticleForum Post: RE: Debugger not stopping at breakpoints
This may be obvious, but make sure the following button is not pressed: Also, sometimes setting breakpoint at runtime may not have any effect until the board hits hard reset.
View ArticleForum Post: Supporting a new touch controller chip
Hi there, I am looking to interface a larger LCD to the DK-S7G2. The display itself is no problem. The issue is that the display has a different touch controller chip (STMPE811). Digging around the...
View ArticleForum Post: RE: Supporting a new touch controller chip
The idea for the i2c touch framework is that you only have to provide a new low level file for you new touch controller chip. So, in the configurator, in the properties fro the Touch Panel Framework,...
View ArticleForum Post: RE: Supporting a new touch controller chip
Wow, super quick reply. Thanks very much Jeremy, I'll take a look at your example and have a play. Cheers, Chris.
View ArticleForum Post: RE: Adding a webserver to a project.
Thanks a lot, Karol! Just did first tests of LAN & USB Interfaces on my custom board with this example, it did run almost out of the box.
View ArticleForum Post: RE: Starter Kit SK-S7G2 uart not working
Thanks alot karol i figure out from your project what is the problem now my code also works fine. The problem now it works great .when i add new thread for uart in threads it aslo adds 2 more blocks...
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Karol, Thank you for the demo. These are the best kinds of demos. Renesas should let you publish it. So Im mostly able to get it to work. I do get the following message from the web browser...
View ArticleForum Post: RE: Adding a webserver to a project.
Hello Matt, You need to address the resources exactly, i.e. 192.168.1.90/index.htm for it to be displayed. As for the warnings, right click the project in the project explorer and go to Index Rebuild....
View ArticleForum Post: Some Synergy app notes don't build out of the box
You may have noticed that some Synergy app notes pulled off the website won't build without errors. This usually happens when you attempt to build an older app note with the current tools and SSP....
View ArticleForum Post: Getting IAR to link with SSC. No project templates.
Dear Forum, Wondering if anyone else has experienced with problem and if so how you got around it. I downloaded and installed per the instructions(GSEWSYNIDE-1.pdf) IAR workbench from the gallery...
View ArticleForum Post: Can't get RTOS Resources to show
I'm trying to use the RTOS Resources tab to debug but can't get it to populate. I've been able to use this in the past by doing the following: Click, 'Renesas Views', 'Partner OS', 'RTOS Resources'....
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Karol, Yes that did it with the index.htm file name. Is there place some where to setup the default file name so that if a browser hits the ip address alone it loads the what ever one specifies as...
View ArticleForum Post: RE: Getting IAR to link with SSC. No project templates.
Have you installed the SSP into the SSC? It sounds like there aren't any SSP files in the correct locations from your description.
View ArticleForum Post: RE: Can't get RTOS Resources to show
I have seen this issue as well, but I have no way to reliably get the ThreadX view view to work in e2studio. It has been reported, but I have no idea when it will be sorted.
View ArticleForum Post: RE: Getting IAR to link with SSC. No project templates.
Hi Jeremy, Yes it does seem like its missing the files. I have not installed the ssp "into" the ssc. The ssp was installed before installing the ssc. Is there a way to point the ssc at those file?...
View ArticleForum Post: RE: Getting IAR to link with SSC. No project templates.
I think you will need to install the SSP into the SSC to get it to work.
View ArticleForum Post: RE: Getting IAR to link with SSC. No project templates.
Thank you Jeremy, So my mistake. It has found the templates. I did not as a secondary ssp installation place it with in the ssc directory. I was under the impression that you only need to install...
View ArticleForum Post: ucLinux or variant on Renesas Synergy processors
Is it possible to run a linux OS on the synergy family of processors?
View ArticleForum Post: RE: Adding a webserver to a project.
Hello Matt, Semantic errors are Eclipse "feature" and have to do with how Synergy configurator works and how include paths are determined. Regardless of what compiler you use, you'll still observe...
View Article