Forum Post: RE: DHCP SSP 1.1.3
Hi Bill, There are examples DHCP and DNS applications for NetX Duo: DHCP: www.renesas.com/.../D6000621.html DNS: www.renesas.com/.../D3018017.html Both are for SSP 1.1.0, but I suppose they should work...
View ArticleForum Post: Expected footprint
Hi forum, I'm working on a project with S7G2 and ThreadX. Now I'm preparign the release file and wonder to know what is the expected footprint. Appart from ELC, CGC and IO Port drivers I'm using QSPI,...
View ArticleForum Post: RE: Expected footprint
Hi imahgin, You may be interested in the tool developed by Karol: renesasrulz.com/.../memory-usage-for-synergy This will give you a summary of the memory usage by each SSP module. Regards, adboc
View ArticleForum Post: RE: S7 Bootloader question
It's annoying that it's not possible to make changes to the drivers library files (e.g. include newly added files), are they protected? Is there a workaround for this?
View ArticleForum Post: RE: Expected footprint
Thx adboc. I'll take a look into it, but I'm also interested in compile and link optimizations. I'm a newbie in e2 studio and wonder if there are any other considerations -appart from the explained...
View ArticleForum Post: RE: S7 Bootloader question
Yes, you can exclude a file from build (right click > Exclude from build...), copy it to src/ directory and make required changes. Regards, adboc
View ArticleForum Post: RE: Expected footprint
Hello imahgin, I wouldn't use ELF file as a reference since as you pointed out - it contains a lot of debug information. The size of the binary programmed onto the device is much smaller. Regardless of...
View ArticleForum Post: Cap touch IC HX8526 driver
Hi All, I'm trying to integrate 3.5" TFT with capacitive touch IC HX8526 to S7-DK. Using GUIX Studio 5.3.2.2 with SSP 1.2.0-b1. Anybody done similar touch driver porting? Right now I'm going through...
View ArticleForum Post: RE: Expected footprint
Thx for your suggestions. I'll follow these steps. Regards
View ArticleForum Post: RE: Cap touch IC HX8526 driver
Hello Sivamurugan, Please have a look at the following thread for information regarding using your own touch driver on Synergy: renesasrulz.com/.../new-touch-controller Regards
View ArticleForum Post: RE: S7 Bootloader question
Hi, I created a new project for PE-HMI1 platform, and I composed the configuration.xml file similarly to the SKS7_BLv2 bootloader project one. I did some changes due to the fact that the QSPI is not...
View ArticleForum Post: RE: S7 Bootloader question
Hello Laser, These are semantic errors raised by Eclipse Static Code Analyzer (Codan). If your project doesn't build, compiler output (in console tab) should show why. Regards
View ArticleForum Post: scrollable window with controls within a smaller window
Hello, At the moment I'm looking merely for confirmation that something is possible, and an indication of complexity. We're implementing a 480 x 800 (portrait; thus rotated on a landscaped based...
View ArticleForum Post: RE: Capacitive Touch Workbench for Renesas Synergy (CTW) tool
This tool is not yet available. The plans is to release it on Gallery at the end of April.
View ArticleForum Post: RE: DHCP SSP 1.1.3
adboc, So thank you for that. This is going to sound goofy, but, after crawling through the DHCP example for guidance, all I did was add these two lines to my code: status = nx_dhcp_create(&dhcp_0,...
View ArticleForum Post: RE: DHCP SSP 1.1.3
Hi Bill, Exactly, if you have already created packet pool, IP instance and enabled necessary protocols, that's all you need. In SSP 1.2.0 the thing is even simpler: most of these operations are...
View ArticleForum Post: RE: Exporting / importing Synergy projects with linked files
What you can additionally try in windows, instead of importing from file system, is drag and drop the common folder directly into the project then choose the following: BSP_LOCATION is for example a...
View ArticleForum Post: RE: GUIX "Hello World" for SK-S7G2 App Note
Hi all, I have a similar error when I try to compile. I proceed all the steps too and I check two times to be sure I did it well. And when I compile I have this type of error :...
View ArticleForum Post: RE: GUIX "Hello World" for SK-S7G2 App Note
Hi F. Gouin, Do you have D/AVE 2D Driver on dave2d module added to the thread and associated with GUIX Port on sf_el_gx module? If not, add it using Threads tab, then select Components tab and make...
View ArticleForum Post: RE: GUIX "Hello World" for SK-S7G2 App Note
Hi adboc, I thank you for your fast reply, but I checked all your advices and I have the D/AVE 2D Driver on dave2d and the TES > all> dave2d is checked and I have again the same error. To be sure...
View Article