RE: Review of Renesas and Synergy, where can I find them?
Hi Richard,Here's an independant one that I found:embedded-computing.com/25430-the-renesas-synergy-platform-manages-to-stand-out-in-a-crowded-spaceHere is another one - FDI does do contract work for...
View ArticleRE: Single Console - Multiple Interfaces?
Hallo,I'm still not able to get an UART-console running!Listed below all the things I've done in the past, to get the UART console running: 1. PIN 12 U7 tied to 3,3V (S7G2 SK)2. Upgarde: e2studio to...
View ArticleSynergy S7SK board telnet dropping connection
Hi there,Using SSP 1.0.0 I have a telnet connection set up like is done in the current DEX labs (just passing serial data with a fixed IP address) and I am seeing the connection drop sometimes. It...
View ArticleCheck Out the Latest Professor_IoT Blog Posts
Hey Fellow Synergy Platform Developers!If you've been heads-down developing lately or just plain missed them, take a few minutes to get caught up on the latest Professor_IoT blog posts:Getting to Work...
View ArticleRE: SK-S7G2 SSP LED component issue
The code you are trying to edit is under a folder with the "synergy" in the name, hence, this is code that you should not try to edit, as it is either extracted from the SSP pack file (or in other...
View ArticleRE: SK-S7G2 SSP LED component issue
try to use IOPORT_LEVEL_LOW . when I assigned 0 leds are illuminating, when 1 leds are off
View ArticleRE: SK-S7G2 SSP LED component issue
g_ioport.p_api->pinWrite(leds.p_leds[0], 1); // turns off the ledg_ioport.p_api->pinWrite(leds.p_leds[0], 0); // turns on the led
View ArticleSK-S7G2 SSP LED component issue
Hello,I've created a Synergy project for SK-S7G2 board. Then I've selected the S7G2-SK BSP project template and finally I've written a simple code to set the LED1, LED2 and LED3 using the Synergy API...
View ArticleRE: SCI UART Question
Which version of SSP are you using? Can you describe the code you use for the receive function? How do you set it up?Thanx,Warren
View ArticleSCI UART Question
Hi All,Am working with S7 controller using SSP and ThreadX. In my application I have configured UART by adding driver for the same.In my UART rteceiving application, I receive variable length of data....
View ArticleRE: Error on debug launch
I have the same problem and have gone to great lengths (reinstall windows, etc) to remedy it. Has anyone found a solution?
View ArticleRE: any tcp client exmple projects for SK-S7G2 ?
Hello Erkut ERGIL,Were you looking for the code here: am.renesas.com/.../Application_Notes.jsp ?
View Articleany tcp client exmple projects for SK-S7G2 ?
please advice, if you have any links to a working tcp client project ...Regards Erkut ERGIL
View ArticleRE: Error on debug launch
James,Which version of e2 studio do you have installed?When you installed it, did you do a new installation, or did you try to upgrade an existing version? Which problem do you have, the one originally...
View ArticleError on debug launch
Hi all,I just received my SK-S7G2 kit today and I was excited to test it. I started with the small tutorial on the "Quick start guide" provided in the box. But when starting debugging, I always end up...
View ArticleRE: any tcp client exmple projects for SK-S7G2 ?
Erkut,The example is very similar to the TCP server. This is what I managed to put together by looking at one of the three projects I sent you last week: (Please visit the site to view this file)
View ArticleHow to use p_context of can_cfg_t?
Hallo,the user manual describes the "void const *p_context" of the "can_cfg_t" as an "User defined callback context."So I've assumed, that I can use this pointer for a reference to my own data...
View ArticleRE: How to use p_context of can_cfg_t?
Hello Ralph,In SSP, p_context is the pointer to the function that was executing when an interrupt was triggered. It can be used by ThreadX frameworks to provide thread-safe interrupt handling but this...
View Article