Forum Post: RE: Customer Firmware Updates
I agree that a key concept of doing a field update is being able to choose which products would be updated, and when, and how. That's all part of deploying a well thought out IoT solution.
View ArticleForum Post: RE: How to use TraceX - Sample which uses TraceX?
Now it works! Thank you for your quick replies! Ralph
View ArticleForum Post: RE: 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...
View ArticleComment on Binary (or any format) to C array converter
Note of the author: sorry for the lack of originality but today I googled Bin2C and there are other tools with the same name that do basically the same thing. I'm not related in any way with those...
View ArticleForum Post: Does memcpy use DMA?
Does a call to memcpy use DMA if the src and dest addresses are DMA'able?
View ArticleForum Post: RE: 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 ArticleForum Post: Memory window does not show changes made to QSPI flash memory by...
The QSPI controller in Synergy parts map the region occupied by QSPI flash into the memory map so that it can be read by the CPU. This region can also be viewed in the memory window in the debugger....
View ArticleForum Post: GUIX - 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: When 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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%3F Feel free to let me know if you have...
View ArticleForum Post: SK-S7G2 Touch Interface Responsiveness
The touch interface on the SK-S7G3 V 3.0 kits uses a 100nF TSCAP instead of the optimal 10nF. This makes the response time longer than expected and can be noticed in some applications. This will be...
View ArticleBlog Post: Feeding Both Your Right-Brain and Left-Brain with GUIX Studio and...
Graphics and analysis – It’s hard to get sexier than that in the app development world. With the power duo of GUIX Studio and TraceX in the Renesas Synergy e 2 studio Integrated Solution Development...
View ArticleForum Post: DK-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 ArticleForum Post: Single 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 ArticleForum Post: RE: 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 use....
View ArticleForum Post: RE: 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 ArticleForum Post: synergy not enabled in eclipse
Hi I installed Eclipse ( from the gallery 4.2) and SSP.1.00 If i open synergy configuration i get the message "synergy is not enabled" , then it is grayed out. found it: If i stay in the default...
View Article