RE: Getting rid of e2studio auto completion
Thanks for your help O.R. and for telling me that there is no other way, it saves me the time of keeping searching for it, because I would never have thought that an automatic writing cannot be...
View ArticleRE: Problem using DMA for transfer data
You use the same global variable ioport_level_t level = IOPORT_LEVEL_HIGH;for LED pin level in both the call backs, cb_gpt_over() and gb_interrupt_DMA(), try using a unique variable name for the GPIO...
View ArticleRE: Problem using DMA for transfer data
Thank you Jeremy, I resolve my problem by myself. The problem wasn't the program, but the meaning of DMACn INT. In block mode transfer, DMACn INT rise up when DMA reaches 1024 element (the maximum...
View ArticleProblem using DMA for transfer data
Hi everybody, I have a problem about using DMA to deliver a block of data from SDRAM to another bank of SDRAM. When I try to change number of blocks and Number of transferts (now I try to set this...
View ArticleRE: Complementary PWM Outputs Using SSP
I've found a solution for this problem, and though I feel it is more complicated than I would have hoped for, I wanted to leave it here for others that may run into this issue.The underlying issue is...
View ArticleRE: Problem using DMA for transfer data
I speak with my supervisor of this problem that DMA give Trasfer_IRQ_END not at the end of a block transfer, but after 65535 block transfer and he think that it's a bug of DMA transfer. Can someone...
View ArticleRE: USBHS Device Mode Initialization
Hello,Have you read this thread: renesasrulz.com/.../19406.aspx ?I suppose it's similar to your topic.
View ArticleRE: USBHS Device Mode Initialization
Hello Rich,I'm sure you've already been informed, so I'll just leave this information for everyone else:Device mode initialization for the USB HS controller will be possible in the upcoming 1.1.0 SSP...
View ArticleRE: Single Console - Multiple Interfaces?
Hallo,thank you and sorry for my delayed reply!I'm not sure but I assume the code snippet should be used if using the UART directly, only with the driver, but without the conole framework.But actually...
View ArticleRE: Save value of a register into a variable using C
Check out the ARM GNU/GCC documentation on this feature here: infocenter.arm.com/.../index.jsp
View ArticleSave value of a register into a variable using C
Hi everybody, I need to save the value of a register into a variable. Someone can help me?
View ArticleRE: S7G2-DK Developer Examples missing?
Ralph-I would suggest you look at the design examples located here:am.renesas.com/request;EXECUTE_ACTION=search&LAYER_ID=188821and select an example targeted for your kit. Where did you find the...
View ArticleRE: S7G2-DK Developer Examples missing?
Hello Ralph,You'll find developer examples template from SSP version 1.1.0 onward. You can download preview release of the 1.1.0 SPP and 5.0.0.024 e2studio from the Gallery and Developer Examples...
View ArticleS7G2-DK Developer Examples missing?
Hallo I've just connected my new S7G2-DK, "Blinky Example" is working without problems and now I would like to build the Developer Examples.But unfortunately there appears no "S7G2-DK Developer...
View ArticleRE: S7G2-DK Developer Examples missing?
Hallo Warren,hallo Karen,thank you for your replies.Please find below the screenshot of the App-Note's header. I'm sorry but actually I can't remember where I've downloaded that file.In that App-Note...
View ArticleRE: S7G2-DK Developer Examples missing?
Hi Ralph,you can simply install e2studio 5.0 in a different directory. In fact you can have as many instances or versions of e2studio as you like to support older projects.The different installations...
View ArticleRE: S7G2-DK Developer Examples missing?
Hallo Lou,thank you for your hint. I'll try it!Regards Ralph
View ArticleReview of Renesas and Synergy, where can I find them?
Hello, I'd like to know where I can find reviews from USERS or your products, not people from Renesas, on Renesas and Synergy? I'm looking for unbiased opinions.Thank you, Richard V
View ArticleRE: S7G2-DK Developer Examples missing?
Hallo,one question installing an new e2 studio version: is it necessary to create a new licence file? My old one seems not be accepted, because the "Finish" button in project configuration stays...
View ArticleRE: S7G2-DK Developer Examples missing?
Hi Ralph,no need to request a new Synergy License file, you can reuse the one you already have.Simply associate your 'old' license file with your new project as follows:- right click on your current...
View Article