Problem with flash HAL Module example with SK-S7G2
Hello. I am testing with SK-S7G2 Starter Kit. I run Flash application note HAL Module Guide - Application Project downloaded from the Renesas Home website -> Software and Tools -> Boards and...
View ArticleFTP Server
Hello,I should implement an FTP server on S7G2, is there any example/project to study based on SSP 1.1.0?Thanks in advance-- Enzo Laperchia
View ArticleSk s7g2 Low power mode
Hello ,I've been running the Low Power Modes V2 application example for S7G2 on the SK s7g2 board.I've remove the R113 resistor and I power up the MCU through the J31 Jumper.When I measure the current...
View Article[Solved]FX file rename strange behaviour
I am trying to rename a .bin file located in a USB stick. I am using the following function: tx_err = fx_file_rename(g_media, (CHAR *)"file.bin", (CHAR *)"file_RENAMED.bin");...
View ArticleSimple SCI I2C Hal driver NOACK
Running on an S3A7 device with SSP 1.3.0. When using API write to an I2C device not present (no ack) the ssp_err return value is 0, success. How can I determine that a NOACK was encountered?
View ArticleDriver for Profinet TPS-1
Hello,are there any plans to adding support for TPS-1 into SSP in the future?Best regardsRobert
View ArticleCreating a .xls file inside Pendrive
Hello Everyone,After studing the example project USBX Host Mass Storage, I notice this code creates a .txt file in case of the file counter.txt is not inside the pendrive.I would like to know if the...
View ArticleSPI Framework Issue
We are using the SPI Framework with a common SPI Bus with 2 devices. The devices are controlled in separate threads (one at priority 5, the other at priority 15). We occasionally get into a mode...
View ArticleSPI Framework Shared Bus Does not Allow multiple drivers
When attempting to configure 2 devices on a share SPI bus using the framework, after creating the 2 framework devices and associating them with the same shared bus there does not seem to be a way to...
View ArticleCode in literal strings not updating? Ch. 10 example in Synergy book
After working through and successfully getting the USB/RTOS example in the Synergy book (chapter 10), I decided to test a few things for my understanding. Where I have ended up: the literal text...
View ArticleProblem with UART and RTOS program
Hello, I have a strange problem in my program that I can not solve. I am using an ARIS board, (with S7G2) from ARROW connected to one of our electronic boards that displays and manages I / O. The...
View ArticleCannot open configuration of example projects and cannot build
I downloaded "Developer Examples SSP v 1.3.0" and tried to import some netx related projects in e² Studio.I used Import->Existing Projects into Workspace.However, when opening the configuration.xml...
View ArticleAccessing External NOR Flash Memory
We are using MT25QL256A NOR flash and trying to load/boot our application program to NOR flash. We have sample project for Accessing External Flash Memory provided by Renesas and following...
View ArticleUSB - Memory Stick Removal Error
Hi,I am using the File X on USB Mass Storage to read some files from a memory stick.I insert the memory stick for the first time after powering the product, read some file and unplug the memory stick....
View Articlenx_http_client_get_start returning 0xEA
Hi,I have created http_client_get call using NetX (SSP 1.3.0) as shown below .status_1 = nx_http_client_get_start(&g_http_client0, IP_ADDRESS(192,168,0,3), "/test.htm", NX_NULL, 0, "name",...
View ArticleI2C communication with SK-S7G2 (master) and a temperature sensor (slave),...
Hello,I am trying to communicate with a temperature sensor (the mcp98001 from Microchip) with the Starter kit SK-S7G2.http://ww1.microchip.com/downloads/en/DeviceDoc/21909d.pdf : here is the datasheet...
View ArticleMicrocontroller's DMIPS
Hi Forum Members, I am working on an industrial project which has different platforms for different variants of the system. Now our job is to come up with a common platform which will be used for all...
View ArticleBest way to design a pulse counter.
In my new design with a S7 MCU, i need up to 8 pulse counter inputs (0 to 10 KHz).What is the best way to do it?Connecting the pulses to the external interruption inputs, to GPT timer inputs, or a...
View ArticleSK-S7G2 Breakout pins
I´m working with SK-S7G2 and I wanna know if I can connect an external TFT Display to breakouts pins using the same signals that LCD is onboard, and the same I2C signals for connecting an external...
View Article