How to use TraceX - Sample which uses TraceX?
I'm trying to test the TraceX feature, but I'm not sure where and how to enable TraceX, (manually #define's seems to be overridden) is there any sample available which demonstrates this? Because...
View ArticleRE: VSA/QSA guidelines
Kumar,You can add code you have licensed in any of your projects that are built around Synergy. Our Renesas Synergy code, VSA and QSA code should all be able to coexist in a Synergy project. If you add...
View ArticleVSA/QSA guidelines
Hi All,I am planning to build few a gateway solution using one TPS-1 connected to S7G2-SK. Could you please share the guidelines for applying for making it as VSA/QSA. Could you please share the link,...
View ArticleRE: Does memcpy use DMA?
Doesn't seem likely, since it is a standard kind of a call, and there is no parameter passed associated with a DMA channel. Certainly you could set up a DMA to do that, but you'd need to have an...
View ArticleDoes memcpy use DMA?
Does a call to memcpy use DMA if the src and dest addresses are DMA'able?
View ArticleRE: GUIX - setting up events and handlers
Jim,Here's an code snippet with an example of how to use the GX_EVENT_TIMER and GX_FIRST_APP_EVENT:UINT SplashScreenEventHandler (GX_WINDOW * widget, GX_EVENT * event_ptr){ UINT status;...
View ArticleRE: GUIX - setting up events and handlers
You can find an example of triggering custom drawing function on timer event (that is started on touch event) here: renesasrulz.com/.../6221.aspx (2nd post from the bottom).Example showing how to...
View ArticleGUIX - setting up events and handlers
From the Example "Hello World" with SK-S7G2, the event is triggered by touching the LCD panel. Only then do you see an update in the display. I would like to understand how to set up a different...
View ArticleRE: When to use packet pool vs static array vs first_unused_memory
There's no set in stone rules. I would recommend the following:Static Array: If you know the size of what you are allocating and can statically allocate it, then use this. This is typically the safest...
View ArticleRE: When to use packet pool vs static array vs first_unused_memory
Brandon-I created a Knowledge Base article on this here: knowledgebase.renesas.com/.../When_do_I_use_a_Packet_Pool_vs._a_Static_Array_vs._First_Unused_Memory%3FFeel free to let me know if you have any...
View ArticleWhen to use packet pool vs static array vs first_unused_memory
Is there a guideline on when to use packet pool array vs a static array vs using the first_unused_memory pointer?
View ArticleDK-S7G2 External memory bus CS and SDRAM
For my design I am hoping to use both the external memory bus CS space to access an FPGA and SDRAM. I will use one (or more) of the available CS4,5,6,7 address spaces to access the FPGA. Are there...
View ArticleRE: Single Console - Multiple Interfaces?
Hello Ralph,You can use multiple communication interfaces for your console, but only one at a time. To do that, you'll need one console config structure for each comms interface you wish to...
View ArticleRE: Single Console - Multiple Interfaces?
Which version SSP are you using?Note that this actually shows up in the Knowledge Base search: knowledgebase.renesas.com/.../Can_I_Easily_Swap_my_Console_Framework_from_USB_to_Ethernet%3F
View ArticleSingle Console - Multiple Interfaces?
If have a small console project, which is working with USB (CDC/ACM). Now I would like to use the same console from different interfaces (USB, LAN, UART). First is that possible at all and/or second...
View ArticleS7 as FTP server; failing to write files to server while reading from it passes
We have an FTP server running on the DK-S7 board. We have succeeded in FTPing large files (20 MBytes) from the S7 SDRAM (ramdisk) to a host computer.However, going the other way, the FTP of large files...
View ArticleRE: Single Console - Multiple Interfaces?
Thank you for your replies!I'm using SSP 1.0.0 and S7G2 SK.As I mentioned in my first post, I've already tried the sample of "Can_I_Easily_Swap_my_Console_Framework_from_USB_to_Ethernet".With this...
View ArticleLatest Posts from Professor_IoT
If you haven't read my ramblings lately, you're missing out on the fun. Check out my posts over the past month:Developing Innovative Applications with Renesas Synergy Software (March 11)Using Synergy...
View ArticleRE: DK-S7G2 External memory bus CS and SDRAM
Tim-Make sure you look over this Knowledge Base post- knowledgebase.renesas.com/.../How_do_I_Configure_CS0_to_work_correctly_with_the_External_memory_Interface%3F
View Article