S7G2 NetX PHY address
Hello,I am working with SSP 120b on a custom board with a S7G2 (same reference on the SK-S7G2) with a different PHY.I try to make the Nx_Duo_Http_Server Demo working. It runs well on the SK-S7G2 but on...
View ArticleS3A7 Display with SSP1.2.0
HelloI got S3A7 board (starter kit) and checked with smart chef sample projet. I wanted to bring this project into latest version SSP1.2.0, but while compiling LCD display code I am getting below...
View ArticlePerplexing UART constant SSP_ERR_OVERFLOW issue
I am trying to read a simple sensor that puts out an ascii string 14 chars followed by cr and lf, then waits 1/2 second and repeats this string. 9600 baud, 8, n,n (basic serial)My environment = S3A7...
View ArticleGUIX without ThreadX
Hi,Is it possible to use GUIX independently without using ThreadX?. We have an requirement where we needuse GUIX for UI and have some time critical process behind that.Regards,Sivamurugan
View ArticleCan an S3A7 carry ThreadX and frameworks???
I have a simple project that needs to monitor 5 sensors and communicate by highspeed serial to a master controller. Should be a piece of cake...I have built a simple project based on Blinky with...
View ArticleLost the Breakpoints tab in e2/Eclipse debug perspective
Hello, I've been running e2 studio 5.3.1.002 with synergy S3A7-DK for months now. All of a sudden, I have lost the Breakpoints tab while debugging. I've looked everywhere but can't find how to restore...
View ArticleSKS7G2 GUIX + WiFi + AMS sensors
HelloI need help to build this demo project.Board : SKS7G2SSP : 1.2.0WiFi : GT202 connected to PMODB.LCD : Display using SPI driver (r_sci_spi)LCD Touch : On Channel 2 (r_iic)SCI0 : configured...
View ArticleUse of SK-S7G2 Flash for Configuration Data Storage
I would like use Flash for configuration data storage (SK-S7G2 Platform).Is there possibly a guide...or better yet an example how to do this?I am looking at the SSP Users Manual (V1.2.0) at the HAL...
View ArticleProblems with #define TRUE -1
Hi, I am trying to port a library that is currently used in our older projects to a S3 uController.That library uses bool type and have this definitions: /** * @brief Generic 'false' boolean constant....
View ArticleWhat is the practical feasibility of MMF for flash update?
For my team the ability to remotely, automatically, update the flash ROMs in our products is essential. We've been doing it successfully with the Renesas H8 family for years. Now we are trying to...
View ArticleRedefinition Error involving SCI_7 (RXI,TXI,TEI) - s7g2
I am using g_i2c Master Driver or r_sci_i2c which spans a couple of threads. One involves a display I am working with and appears under Main Thread (and is under the umbrella of and I2C Framework...
View ArticleS7G2 -max resolution display
Is the S7G2 capable of driving a display of resolution 1746 x 1000 pixels. The datasheet states for the GLCD controller "Digital interface signal output supporting the video image size of WVGA or...
View ArticleUSBX HID Host
Hi,I'm experimenting with the USBX HID Host stack on a SK-S7G2 board. Added- USBX Host Configuration- USBX Host Class HUB- USBX Host Class HIDto a new thread created in the Blinky ThreadX.Added a...
View ArticleRTC - first steps
Hello. I'm trying to implement RTC feature but I don't find any example for SSP1.2.0. Does anybody have one/know where to find it? I'm using a S7G2-DK based custom board, but I could use a PE-HMI1...
View ArticleImplementing guix + SSP widget handler
Hello,(SSP1.1.3 and GuiX Studio 5.3 on the DK-S7G2)My application requires awareness of the touch down and up events for a pixelmap button. To implement this, I have done the following:In GuiX Studio,...
View ArticleMove IAR project to another computer + files to save in version control
I have tested this process and Renesas tech's are reviewing the process.I know many people will want to do this so I have documented the process.My setup:Using IAR embedded workbench for Synergy plus...
View ArticleI2C problem with channel 1 and channel 0
Hello,I'm using kit PK-S5D9. I have succeeded to configure the IIC2 ( use oscilloscope to test) but I failed with the IIC1 and IIC0. The code that I use:uint8_t data[2]; uint8_t buffer[4];...
View ArticleBSP warning
I have created a new BSP for our prototype hardware.When i create a new synergy project, and chose this BSP, i get the attached error message.In the project tree, only bsp.h file is found under the...
View ArticleIs a global variable thread safe ???
I know I am speaking heresy but in industrial controls we often would like to use global variables for process values (temperature, etc.) sensor status, etc. Mutex usage complicates the code and does...
View ArticleNew Synergy Project
I have a significant amount of code and threads running on S7G2-SK.I want to move these to a new project for our prototype hardware, using my BSP.I've tried 2 approaches.1. Import the SK project into a...
View Article