Forum Post: RE: stdarg.h not on the include path in e2 Studio 4.1.0.018
I would recommend reverting back to v4.1.0.017 and refusing the update. BTW, This is only an issue as long as we have separate versions for the core e2 studio and e2 studio with Synergy support. Come...
View ArticleForum Post: Mouse and Keyboard Library
Arduino has a keyboard and mouse control library to behave any arduino as HID device. The reference is as follows: https://www.arduino.cc/en/Reference/MouseKeyboard...
View ArticleFile: IDE for GR E0.6.0(for Windows)
Download from Google Drive. This IDE for GR enables you to sketch like Arduino, It's released as prototype. GR-KAEDE, GR-SAKURA and GR-KURUMI are supported on this IDE. You can select the target board...
View ArticleForum Post: RE: stdarg.h not on the include path in e2 Studio 4.1.0.018
I have uninstalled both the GNU compiler and e2 Studio, then performed a fresh download and install of V4.1.0.017. stdarg.h is still not on the include path. It does exist in the GNU directory tree,...
View ArticleForum Post: RE: SK-S7G2 schematics ?
Did these schematics actually get posted? I looked last night but did not find them. Did you ever locate them Lou? Matt
View ArticleForum Post: FTP Support?
I see FTP support in ThreadX - is there a FTP Server/Client example available? Thanks, Rich
View ArticleForum Post: RE: SK-S7G2 schematics ?
Try searching the Renesas Knowledge Base for "Synergy Schematic" and it should bring up an article that includes a 'preview' of the schematic....
View ArticleForum Post: RE: Preliminary Application Note EASE-AN-4050
Hi Audrius, The V850E/CA2 Jupiter is a product in former NEC's V850 family of ROM-less microcontrollers designed for automotive applications. So, please contact your supplier.
View ArticleForum Post: RE: SK-S7G2 schematics ?
Hi Warren, No I was not able to get knowledgebase to give me any kind of "preview" of the board schematics. I did see your post dated the 27th that says "Some schematics have not been posted yet and...
View ArticleForum Post: RE: SK-S7G2 schematics ?
Matt- Try again. It took a while for the page to refresh...
View ArticleForum Post: RE: SK-S7G2 schematics ?
Hi Warren, Yeah now it worked. Great thank you!! Matt
View ArticleForum Post: RE: SK-S7G2 schematics ?
Hi all, Thanks for posting the schematics of the SK-S7G2. If anybody needs them; here is a direct link: knowledgebase.renesas.com/.../SK-S7G2_V2_Schematics.pdf Cheers, Lou
View ArticleForum Post: Multiple active debug session e2Studio
Hello, I have 2 different cards with a RZ/A each one. These cards have 2 different behaviors and have to discuss between them. To test my program, I need to have 2 e2Studio active on debug mode. But I...
View ArticleForum Post: Issue with MicroUSB
Hello there, My microUSB in board got damage, is there any way to dump the program to GR- Kaede board other than micro USB? Please help me..
View ArticleForum Post: RE: Issue with MicroUSB
solder out 4 wire from - 1 - F1-1 2 - J22-2 3 - J22-3 4 - J23-4 solder other ends of these wires with USB female connector.
View ArticleForum Post: Does someone know this error ? error: size of array 'xxxx' is too...
In HEW with renesas compiler, I used to declare this huge array : /*const U8 VerifierSVP_FR[49256] = { //'V','E','R','I','F','?','F','R', 0x73,0x80,0xA3,0x80,0xD1,0x04,0x8A,0xA0,...
View ArticleForum Post: RE: Does someone know this error ? error: size of array 'xxxx' is...
Is this declaration inside a function? In this case you could try to use static const U8 VerifierSVP_FR[49256].
View ArticleForum Post: RE: GR-Kaede EEPROM read write issue
I'm so sorry. The issue also occur on our side. I will investigate by this week.
View ArticleForum Post: RE: Does someone know this error ? error: size of array 'xxxx' is...
unfortunatly, it did not work. I still have the problem : ../src/r_cg_dac_user.c:47:28: error: size of variable 'VerifierSVP_FR' is too large static const unsigned char VerifierSVP_FR[] The only way I...
View Article