Blog Post: Building a New Synergy Platform Project Using the e2 studio...
Configuration is cool but coding is king where embedded and IoT application development is concerned. Last week , I showed you all the cool configurator plug-ins the e 2 studio Integrated Solution...
View ArticleForum Post: S7G2-DK Developer Examples missing?
Hallo I've just connected my new S7G2-DK, "Blinky Example" is working without problems and now I would like to build the Developer Examples. But unfortunately there appears no "S7G2-DK Developer...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Ralph- I would suggest you look at the design examples located here: am.renesas.com/request ;EXECUTE_ACTION=search&LAYER_ID=188821 and select an example targeted for your kit. Where did you find...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hello Ralph, You'll find developer examples template from SSP version 1.1.0 onward. You can download preview release of the 1.1.0 SPP and 5.0.0.024 e2studio from the Gallery and Developer Examples...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hallo Warren, hallo Karen, thank you for your replies. Please find below the screenshot of the App-Note's header. I'm sorry but actually I can't remember where I've downloaded that file. In that...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hi Ralph, you can simply install e2studio 5.0 in a different directory. In fact you can have as many instances or versions of e2studio as you like to support older projects. The different...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hallo Lou, thank you for your hint. I'll try it! Regards Ralph
View ArticleForum Post: Review of Renesas and Synergy, where can I find them?
Hello, I'd like to know where I can find reviews from USERS or your products, not people from Renesas, on Renesas and Synergy? I'm looking for unbiased opinions. Thank you, Richard V
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hallo, one question installing an new e2 studio version: is it necessary to create a new licence file? My old one seems not be accepted, because the "Finish" button in project configuration stays...
View ArticleForum Post: RE: S7G2-DK Developer Examples missing?
Hi Ralph, no need to request a new Synergy License file, you can reuse the one you already have. Simply associate your 'old' license file with your new project as follows: - right click on your...
View ArticleForum Post: 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-space Here is another one - FDI does do contract work...
View ArticleForum Post: RE: 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...
View ArticleForum Post: Synergy 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 ArticleBlog Post: Ensuring the Best End Products Reach the Market Using the e2...
Remember all that hard work you did during the ISDE Preparation and ISDE Build phases over the past couple of weeks? Well, that’s all for naught if you don’t get the final phase of the design process...
View ArticleForum Post: Check 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...
View ArticleForum Post: SK-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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: SK-S7G2 SSP LED component issue
g_ioport.p_api- pinWrite(leds.p_leds[0], 1); // turns off the led g_ioport.p_api- pinWrite(leds.p_leds[0], 0); // turns on the led
View Article