Forum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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)...
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: Renesas 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 ....
View ArticleForum Post: Import .OBJ files into a Synergy Project
Hi, I'm creating a Synergy project with DK-S124 and E2Studio 5.0.0.043. I want to import an header file (.h) and the correspective object file (.obj) into my project. I haven't the source code (.c),...
View ArticleForum Post: RE: Here is an example of RX63N uart code ported to Synergy
Hello Karol: "Poor mans mutex". Since the Syngery processor is native 32 bit and you use a 32 bit variable aligned (default) on a 4 byte address all reads and writes to this variable should be one...
View ArticleForum Post: RE: Here is an example of RX63N uart code ported to Synergy
hello, pls allow one comment... Indeed one 32-Bit read or write access is translated in one instruction, from the CPU perspective / boundary. However I believe writes might be grouped / rescheduled as...
View ArticleForum Post: RE: Message Queue Implementation
Hi, I Have successfully created and added messaging framework to my project which is a static library(.a) and it is compiling. Later i will be linking the library file to my another...
View ArticleForum Post: Touch screen lockup
I am seeing intermittent issues with the touch screen locking up. I am using SSP v1.1.3 and the DK-S7G2 evaluation board. What is occurring is that the TOUCH_IRQ line from the touch screen controller...
View ArticleForum Post: RE: Limitations with the Segger JLINK debugger when using QSPI...
WarrenM, Have you found a way to debug your code using XIP mode? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: DK-S7G2 Developer Example / SD card problem
hungle, Have you found the reason your code is not working with an sd card inserted? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Here is an example of RX63N uart code ported to Synergy
I have now attached updated files. While I was in this programming mode I went ahead and created a Master as well as a Slave. I have attached both as examples. Tested 200,000 times master / slave...
View ArticleForum Post: Debugger Issue: Error in final launch sequence Failed to execute...
I went back to an old GUIX project that I worked on for the DK-S7G2, and noticed it was no longer working. Getting strange behavior on the LCD: Flickering orange and blue screens. As a sanity check,...
View ArticleForum Post: RE: Debugger Issue: Error in final launch sequence Failed to...
Turns out Verbose Mode was checked on the Debugger Page, which causes this error. That said, when I tried to run the Renesas GUIX project, all I get is a blank screen, but that is a subject for...
View ArticleForum Post: RE: Touch screen lockup
Hello Jeff: Note that almost all touch screen chips "auto calibrate" upon power on and after reset. If you are touching the screen at that time you will almost always destroy the calibration and see...
View ArticleForum Post: Missing file upon adding I2C Framework device
Gary, I'm using the Threads tab to add a g_sf_i2c_device I2C Framework Device on sf_i2c. With this it drags in the Bus, the Driver, and SCI Common, which I then configure. I click on 'Generate Project...
View ArticleForum Post: RE: quadrature decoder in any Synergy parts?
Great Thank you Lou and Richard! I would sure be nice if somewhere in the user manual the word "quadrature " would have been listed. It really made me wonder if that feature was even supported. Im...
View ArticleForum Post: Working CTSU Example for SK S7 for SSP1.1.0?
I would like to ask, whether there is a working example available, which shows the CTSU functionality of SK-S7 board. I've ported the actual S1 sample and added the configuration files of the S7 SK...
View Article