SSP 1.3.3 and ConsoleSwap
Richard,Your console_demo works like a champ and it helped get me where I wanted to be. But now, I am trying to use Telnet ( a la, console swap ) for the communications.When I attempt to utilize the...
View ArticleFileX on SD Card on SK-S7G2 using SDHI1?
I only have the Starter Kit, but based on my thorough review of the schematics, I believe I have a SD slot wired up to run in embedded mode (no CD, no WP check) by disabling the QSPI flash and...
View ArticleDoes anybody have a sharepoint link that contains all the newest Synergy stuff?
Hey there, Does anybody have a sharepoint link that contains all the newest Synergy stuff? Or anyone willing to export some key links and share them? I suffer from can'tfindadamnthing-itis and its...
View ArticleWIFI example code for PE HMI(S7G2) as Client Mode
Hi all, We are working on PE-HMI(S7G2) kit. Need of working example code for WIFI in "CLIENT MODE" as well as in "ACCESS POINT MODE". Regards,Suren
View ArticleBSP custom from existing project
Hello,I have a problem after creating a BSP Custom on an existing project originally made for the DK-S7G2.We made our own card with a microprocesseur different from StarterKit (R7FS7G27G3A01CFP instead...
View ArticleHow to prevent GCC from optimizing out a busy wait loop?
With C/C++ optimization level = 01 or 02, this while loop code will not work. It will become while (1);timerdone = false;led_timer0.p_api->start(led_timer0.p_ctrl); // required because autostart...
View ArticleSD on Ch 1 on S7G2 not working on SSP 1.3.3 but worked on SSP 1.2
We have a project in development based on the PE-HMI board. We've added an SD card on Channel 1 and left the eMMC on Chan 0.A demo project worked with SSP 1.2, but when we build for SSP 1.3.3, the...
View ArticleI am looking for a sample example where I can write to the screen
Hi Team,Can you please provide me the link for sample programs or sample code for Renesas Synergy™ Starter Kit SK-S7G2. I need samples for SSP V1.3.3.I am looking for a sample example where I can...
View ArticleHow to access the pins to modify bits in e2 studio?
Hello,I am working with an TB-S3A6 board and I need to configure VBATT wakeup control function. The TB-S3A6 user's manual describes the steps required to set the VBATT wakeup function by accessing some...
View ArticleS7G2 SPI differences between SPI and SCI_SPI
Good morning,What are the differences between SPI (2 Channel, 4 CS each channel) and SCI_SPI (Simple SPI, 10 channels, 1 CS each channel)?What maximum speed can each reach?Regards.
View ArticleHtml webserver + iOS capabilities
Hello everybody.I developped an http webserver which host some basic html page. I'm using atwinc1500 as a wifi chip and i create a wifi thread with the correct configuration. I'm able, with android...
View Articlesf_console Framework Include File Generation
Dear Renesas, When using the g_sf_console0() Console Framework, the user enters the label of the initial menu for the comsole to use. When Synergy generates the include file for the thread that uses...
View ArticleGlobal Variable Structure Woes
I have a couple of structures that I've created (see below).typedef struct { union { struct { unsigned u1_FlashingLED :1; // Boolean for whether LED is Flashing unsigned u3_LEDColourIndex :3; //3 bits...
View ArticleCan any one share me sample project for CAN application for Renesas Synergy™...
Hi Team,I am using Renesas Synergy™ Starter Kit SK-S7G2 R7FS7G27H3A01CFC.I am using e2studio and SSP V1.3.3.Can any one share me sample project for CAN application.can you please help me as soon as...
View ArticleI2C SSP_ERR_IN_USE when I set optimization level to 02. Why?
Hi all,I need some help. I am using i2c to read the configuration register from TI ADS1015 part.I get SSP_ERR_IN_USE and I don't even see the read sequence in my logic analyzer waveform viewer if the...
View ArticleR7FS3A6783 and IAR + SWD not working
HelloAfter installing the latest IAR with SSP V_1_3_3 and EW _V_7_71_3_final and trying to generate a project for the 48PIN QFP R7FS3A6783 device , I get the following error message from IAR EW...
View ArticleUnknown error code starting TLS
I am using SSP 1.3.2 and IAR 7.71.3 on a SK-S7G2. The call to nx_secure_tls_session_start() is returning error code 0x194 which I am not able to find in the netx secure user manual.The client...
View ArticleNew SSP module not visible in Threads
Hi! I'm trying to create a new SSP module according to the guide. My problem is that the new module "sf_wifi_myWiFiModule" is visible in the Components view:but not in the Threads view: I have named...
View ArticleRead and write failures with FileX and micro SD card.
Hi All,I am trying to add file access using the FileX framework and an SD card. The SSP is 1.3.0 and the MCU is R7FS7G27H3A01CFC. The card itself is a 4GB microSD. I am using channel 1, no card...
View ArticleCRC framework API not producing as expected question
Hello Forum,Im trying to setup the to use the hardware CRC generator for calculating Modbus crc values using the CRC api I setup in the configuration tool. Im using the CRC_POLY_CRC_16. I have manual...
View Article