TFT display on the PE-HMI1
Is it possible to know which display comes with the Renesas demoboard PE-HMI1, the exact part umber and manufacturer? I can't find this information on the BOM.Thank you,Andrea
View ArticleRE: sprintf with float?
I wondered where my answer to Jeremy was, now saw I replied to his E-Mail, sorry!Here my reply:Hello Jeremy,thank you for your reply.I’m using ThreadX the code snippet was only an example.linker script...
View ArticleRE: TCP-Client additional to LAN Console
Hello Karol,thanks for your reply, unfortunately I got compile errors creating your sample, which I actually couldn't solve, but nevertheless with your perfect description in your E-Mail I've solved...
View ArticleTCP-Client additional to LAN Console
Hello Karol,my actual application provides a LAN console which is working without problems.Now I would like to add a TCP client funttionality, which also works as a stand alone demo without...
View ArticleS7 and SQL-Server: any solutions or plans by Renesas (e.g. porting SQLite)?
Are there any existing solution or plans by Renesas, supporting SQL functionality by SSP framework or by porting existing SQL server e.g. SQLite?As far as I could see, there are SQLite ports for other...
View ArticleRE: sprintf with float?
Hey Ralph, take a look at your Heap size. (Synergy Configurator > BSP > Heap Size)A minimum of 4k (0x1000) is required for standard library functions.
View ArticleRE: sprintf with float?
Hello x20011,thank you for hint, heap size was and is by 0x1000, but may be it's a good idea and try to increase it, and Looking whether this has any impact to it.Best regards Ralph
View Articlesprintf with float?
Actually I'm not able to get the correct ouput, formating a float number, not knowing what's going wrong:(no problems when using int, DWORD and strings)#include <stdio.h>void func(void){char...
View ArticlePlacement of autogenerated code
I'm curious as to how auto generated code is placed. Looking at the Synergy Test Examples for example. In the threads tab it shows g_fx_media on FileX as part of the Developer Example Thread. In the...
View ArticleRE: sprintf with float?
I recently ran into this in Linux: gcc.gnu.org/.../show_bug.cgiIt looks like this compiler version may not be affected, but in case it is the solution is to get rid of weak references that are...
View Articlequadrature decoder in any Synergy parts?
Dear Forum,Im looking through the synergy manual for the s7 and all the product web pages. Are there really no quadrature decoders on the any of the Synergy parts? Does anyone know if there are plans...
View ArticleHere is an example of RX63N uart code ported to Synergy
We have used a robust set of UART communications routines for years on RX processors for machine to machine (m2m) communications.In attempting to use the API routines from SSP to communicate with RX...
View ArticleRE: Custom bsp problem s7g2_sk
Hello everyone, I am also facing same problem as explained by 'khawar'.Tried all the solutions as given but still not working.Anyone have information about this problem?
View ArticleRE: Custom bsp problem s7g2_sk
@steveo64 :As per following steps given by you,-----------------------------------------------------------------------> change the .xml file at c:\your_workspace\your_project\configuration.xml->...
View ArticleCustom bsp problem s7g2_sk
Hi, I tried to make custom bsp using Renesas SynergyTM Creating a Custom Board Support Package tried to make same wolfpack bsp but it shows only BSP not showing me wolfpack bsp template as shown in...
View ArticleRE: quadrature decoder in any Synergy parts?
Matt,The functionality you require is referred to as Phase Counting Mode. In the S7G2 Users Manual, (Rev 1.00), please refer to the GPT - section 23.3.10 Phase Counting Function.The S7 actually...
View ArticleRE: quadrature decoder in any Synergy parts?
Hi Matt,the GPT (General Purpose Timer) supports just about all the functions of all assorted timers Renesas previously hosted in the H8S and RX families.Two-Phase (called Phase Counting Function) and...
View ArticleRE: Placement of autogenerated code
Hello Rich,What you're seeing is most likely due to the fact that Developer Examples demo has been created before 1.1.0 an was only updated using the configurator. In the older releases, common modules...
View ArticleRE: Here is an example of RX63N uart code ported to Synergy
Hello Steve,Very impressive! I see you implemented couple of neat tricks including "cheat" UART initialization and "poor man's mutex" (does that mean you can run without an RTOS?). Thank you for...
View ArticleRenesas S7G2 board - AWS Amazon cloud connectivity using ESP8266
Hello,I need to upload image to AWS cloud in S3 from Renesas S7G2 board. I am NOT using any SDK. I am coding in C language using e2 studio.I am using embedded board and ESP8266 Serial WIFI Module. I am...
View Article