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), only...
View ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleTouch 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 ArticleRE: DK-S7G2 Developer Example / SD card problem
hungle,Have you found the reason your code is not working with an sd card inserted?Mike ClementsRenesasRulz Moderator
View ArticleDK-S7G2 Developer Example / SD card problem
I face a problem that the USB CDC cannot be recognized whenever the SD card is plugged (if don't use SD card, it works normally).Below is my test environment:DK-S7G2M v3.0 S101: switch 4 (SD) ON,...
View ArticleRE: 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 ArticleRE: Debugger Issue: Error in final launch sequence Failed to execute MI...
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 ArticleDebugger Issue: Error in final launch sequence Failed to execute MI command:...
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 ArticleRE: 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 ArticleRE: 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 ArticleRE: Working CTSU Example for SK S7 for SSP1.1.0?
Hello Ralph,The CTSU offset tuning is failing because the PCLKB needs to be set a multiple of 8, meaning that you can run the PCLKB at either 24 or 32MHz, but in both case this will require you to...
View ArticleSNTP Sample - Gateway IP Address?
Hello,actually we are using a Digi Module, which also provides a SNTP Server with a very user friendly interface, this works whithout problems since years.Now we would like to replace it by S5/S7 MCU,...
View ArticleRE: Working CTSU Example for SK S7 for SSP1.1.0?
Hello Karol,yes, I think I could remember a screenshot in a former forum post, where ICKL was set to 192 MHz as well. I'll trie to change the ICKL to 192 Mhz and PCBCLK to to 24MHz, but problem is...
View ArticleRE: Working CTSU Example for SK S7 for SSP1.1.0?
Dont know if it works, but you could try to convert the srec to bin, there are some tools out there.I used SRecord 1.64 for patching a serial number in an existing srec file, but its main task is to...
View ArticleWorking 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 ArticleRE: Missing file upon adding I2C Framework device
Hi Rich,Make sure that the g_sf_i2c_bus is configured for SCI I2C, it defaults to RIIC.-Gary
View ArticleMissing 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 ArticleRE: quadrature decoder in any Synergy parts?
Matt,Here is a simple code snippet that demonstrates setting up quadrature decoding:/* New Thread entry function */#include "new_thread.h"#include...
View Article