Forum Post: RE: SK-S7: issue using USB storage and USB console together
Hello Ralph, The USBX low-level driver (sf_el_ux) is a common instance so you only need to add it to the project once. The main problem in your case is such that Console Framework uses Comms...
View ArticleForum Post: Bootloader from USB for S7
Hi, we are starting a new design with a S7 microcontroller, based on the PE-HMI1 evaluation board. Is there a sort of bootloader available from Renesas that enables the application firmware upload...
View ArticleForum Post: Errors during compilations after update of e2studio and SSP
Hi all, I just upgrade e2studio from 4.2 to 5.1 and SSP from 1.0.0 to 1.1.3 and my project can't work correctly, I have many errors when I compilate. This project work correctly before this update. To...
View ArticleForum Post: New Synergy App Notes, Application Examples and Kit Data
Some new and useful Synergy related information has been recently posted to the Renesas web site that can help you design more efficiently with the Synergy Platform. Here are the highlights: 1)...
View ArticleForum Post: RE: Errors during compilations after update of e2studio and SSP
Hello Alex, SSP 1.0.0 required GCC toolchain version of 4.8 2014q3 while SSP 1.1.0 needs version 4.9 2015q3. You can get it from here: launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update. Make sure...
View ArticleForum Post: RE: SK-S7: issue using USB storage and USB console together
Hello Karol, thanks a lot for your reply, I'll try this carefully hoping to get it work. But one other question: in the meanwhile I've tried to get the last Renesas webserver example on my SK.S7 with...
View ArticleForum Post: FileX appending to a existing file
Dear Forum, So Im wondering about the best way to add to a existing file in the file system. Say I have a csv file on my media. So I open the file in write mode, and know that I need to write x...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Hi, At first, when I observe that the firewall was sending messages, I disabled Windows firewall just to make sure it was not the source of issue. I also tried deleting the debug folder and...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Since I had the blinky project working in previous e2studio, I tried to rebuild the project and debug it. It seems that debugging the default Blinky project works with e2studio 5.1.0.022. However, for...
View ArticleForum Post: RE: FileX appending to a existing file
Hi Matt, The fx_file_seek() command will position the internal file pointer at the desired byte offset. Â If 0 is used, the pointer will be at the beginning of the file. Any value greater than the the...
View ArticleForum Post: RE: SK-S7: issue using USB storage and USB console together
Ralph, If you are importing a project from an earlier version the licence file location has changed from project specific to workspace specific location. You will have to delete the project specific...
View ArticleForum Post: RE: Errors during compilations after update of e2studio and SSP
Hi Karol, First, thank you for your reply. I have already install the version 4.9 of GCC when I updgrade e2studio. Like I work with SSP 1.0.0 on the previous version of e2studio, I try to install it...
View ArticleForum Post: RE: Errors during compilations after update of e2studio and SSP
Even if my project works fine now, I tried to disable the version 4.8 of GCC to test the project PDC Web Camera and the compilation failed with 22 errors.
View ArticleForum Post: RE: Errors during compilations after update of e2studio and SSP
The PDC Web CAM demo has an issue, in that there is an include path missing from the project, so it won't compile as it is distributed on the website. You need to add to the Cross ARM C Compiler-...
View ArticleForum Post: RE: Errors during compilations after update of e2studio and SSP
Thanks Jeremy, I went in Properties - C/C++ General - Paths and symbols - Add the folder in src/inc. Now the project compilate without errors, I try to find the IP address in some code folders but I...
View ArticleForum Post: TFT display on the PE-HMI1
Is it possible to know which display comes with the Renesas demoboard PE-HMI1, the exact part umber and manufacturer? I can't find this information on the BOM. Thank you, Andrea
View ArticleForum Post: RE: TFT display on the PE-HMI1
I believe this was a custom LCD Panel no longer available. The schematic shows just an RGB TFT LCD 7" w/Capacitive Touch Panel, so I would suggest you look for a similar product as a replacement. You...
View ArticleForum Post: Errors During Compilation for PDC Web CAM Application Example
The PDC Web CAM Application Example has an issue, in that there is an include path missing from the project, so it won't compile as it is distributed on the website. You need to add to the Cross ARM C...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
I decided to rename the e2Studio project to GUIApp like in the document. After renaming the program I'm now able to debug and step in the code. I did not had time to investigate why it works after...
View Article