Forum Post: Does E2 debugger support S-Record modules
Hi, Is there in E2 studio something equivalent to the following HEW feature: From the top menu I can choose: Debug\Debug Settings where I can specify download module I want to use – which can be in...
View ArticleForum Post: RE: RX63N bring up code
What if you just create a C project with your compiler and have a look which files the project generator adds to your project? All start-up codes initialise stack pointers, initialise global...
View ArticleForum Post: RE: Does E2 debugger support S-Record modules
If you have set-up a debug connection you can go to Run Debug Configurations and edit this. For example, if it uses "Renesas GDB Hardware Debugging" you can find download modules in the "Startup"-tab....
View ArticleComment on Problem JPG that sometimes can be decompressed and other times not
(this image is not in the right place, but I cannot delete it, please, somebody delete it)
View ArticleForum Post: RE: V850E/CG2 CarGate-F / V850E/CG5 CarGate-S
Thank You for answer, no i didnt see this manual, but this one describes hardware layer which is already known. My question was more about chip programming commands that needs to be send via UART...
View ArticleForum Post: RE: SSL on Synergy - is it coming?
Fair enough, then I rephrase the question: Will Renesas be supporting SSL on Synergy? a) Yes, built into the SSP, b) No, figure it out yourself, c) Yes, through a VSA that we have already identified,...
View ArticleForum Post: Guix Help
I want to make a bar graph, which updates as data comes into the MCU. I have created bars of different lengths as pixelmaps, so these are not being drawn on the fly. I have the background wall...
View ArticleForum Post: RE: SSL on Synergy - is it coming?
As of right now, SSL and TLS are available through Cypherbridge’s SDKPac VSA. You can find more about these on the synergy gallery synergygallery.renesas.com/.../3 . Customers would have to speak with...
View ArticleForum Post: The Pros and Cons of caching
I recently discovered that frame buffers used for an LCD should not be cached (I experienced bad groups of pixels). Since memory in our environment (RZ/A1M without any external RAM) is tight, I may...
View ArticleForum Post: RE: V850E/CG2 CarGate-F / V850E/CG5 CarGate-S
oloo, You may find these documents useful then: documentation.renesas.com/.../r20ut2906ej0203_rfpcmn.pdf http://documentation.renesas.com/doc/products/tool/doc/r20ut2907ej0202_rfprl78.pdf Mike...
View ArticleForum Post: RE: The Pros and Cons of caching
jdseymour, Have you looked at these documents? documentation.renesas.com/.../r01uh0403ej0200_rz_a1h.pdf infocenter.arm.com/.../DDI0246F_l2c310_r3p2_trm.pdf Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: SSL on Synergy - is it coming?
Thanks, Larry. That's good to know. Do you speak for Renesas, and therefore this is an official answer, or are you pointing out that one possible answer is (c)?
View ArticleForum Post: RE: RX63N bring up code
Are you saying you are using the tools without and IDE? You can use the KPIT tools with Renesas E2Studion or Hew, or use Eclipse. All these tools have a way of creating a new project and selecting a...
View ArticleForum Post: RE: SSL on Synergy - is it coming?
Since it is posted on the gallery, I'd say with some certainty, that it is an official Renesas answer.
View ArticleForum Post: RE: Guix Help
Have you looked at the hello World GUIX example from here: am.renesas.com/.../Application_Notes.jsp Does it help? The weather panel is the other example that might help you.
View ArticleForum Post: RE: SK-S7G2 Out Of the Box Sample - Complete Project?
Ralph- The OOB demo program is not yet available, but should be soon. Look for it prior to the next SSP release on Aril 20th. I will add a post here when it becomes available.
View ArticleForum Post: RE: Capacitive Touch Sensors SK-S7G2
jimctr- My understanding is that Workbench6 isn't yet compatible with the 1.0.0 SSP release. I believe you can check out Workbench6 compatibility in the alpha technology release available on the...
View ArticleForum Post: RE: SSL on Synergy - is it coming?
I'm a Renesas FAE. The answer was provided from the factory to me for one of my customers inquiring about SSL & TLS.
View ArticleBlog Post: Using Synergy Platform Application Frameworks to Operate Above the...
I’m an “abstraction” thinker when it comes to development so kudos to Renesas for giving me the Synergy Software Package (SSP) with both the ability to do most of my coding above the API while also...
View ArticleForum Post: RE: RX63N bring up code
The reset vector is part of the code. It is located at address 0xFFFFFFFC and should be programmed when you download your code. As Paul said, all IDE are capable of creating a C project for your...
View Article