Forum Post: RE: E1 Win7 32-bit driver
Thanks for the response. The issue was that the VirtualBox was set to USB 1.1, instead of USB 2.0.
View ArticleForum Post: RE: Error connecting E1 debugger through GreenHills to RH850/P1X
Hello Fabio, Have you tried erasing the part in RFP prior to attempting to debug again? As an aside, please take careful note of your option bytes any time you are flashing the device, because it is...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
To get nx_bsd_src to compile in a Synergy project, using e2studio 5.0.0.43, GCC compiler 4.9, and SSP 1.1.0, I had to :- 1) Add NetX source to the project in the thread tab of the configurator, to a...
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
Ashwin, ULONG is 4 bytes long so ULONG[2048*32] is 256k, not 64k. The array must be ULONG-aligned but you can still define it as UCHAR which is 1 byte: static UCHAR packet_pool_area[2048*32]...
View ArticleForum Post: RE: Renesas RH850/E1L resources required
Hello, Anas. Please contact me via email with the details of your request. Some of the information you require can only be shared under NDA. Best regards, Scott
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
Thanks, Jeremy. That got the build to complete. I have a new question now. With SSP 1.0 I was able to get EDMAC1 on the DK-S7G2 board to work. With SSP 1.1 I cannot. I can see that the ethernet...
View ArticleForum Post: RE: Build only changed files?
Thanks Warren, I pressed 1000 times Project- update all dependencies. This is much easier. You can earn a lot of money with this knowledge. When you copy a project the reference is still to the old...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
asthomas, I have NetX project running on PE-HMI1 board, that has only one network socket which is connected to channel 1. I didn't have to change anything except to point my NetX Port instance to...
View ArticleForum Post: RE: Build only changed files?
Hello Dig, Due to the way Synergy support is integrated into Eclipse/e2studio environment, you cannot just "copy" the project. The are many dependencies to external tools (such as secure Synergy...
View ArticleForum Post: RE: Intermittent Ethernet (Main Board) S7DK development board
Attached is a file for testing. This was tested on SSP 1.1.0. Board version is v3.0. Thanks, Rich
View ArticleForum Post: RE: Intermittent Ethernet (Main Board) S7DK development board
Board type DK-S7G2B, v3.0
View ArticleForum Post: RE: Intermittent Ethernet (Main Board) S7DK development board
Thanx for posting. I will get someone to report back after they have done some testing.
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
Warren, Attached is Blinky with RTOS. Please try to deploy this standalone and let me know how you accomplished this so that I may do the same with other projects. Thanks, Rich
View ArticleForum Post: RE: Transmission delay on SCI
You can see from the flowchart, step 1 that there is a 1 frame delay after setting the TE bit. Normally TE bit set during the initialization of the SCI channel and you do not change it. So, there is...
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
For those who may care, I recently learned that RGA "is not one of the supported platforms in the Americas". This explains why I've gotten no help from my Renesas contacts. Still unable to even build...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
Karol, Thanks for the suggestions. I have an application compiled with SSP 1.0 and the same code compiled with SSP 1.1, using the same board. The first works and the second doesn't, so I'm pretty...
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
OK. Breakthrough! I managed to get the RGA Sample to build without errors. I had to delete the one entry under "Library Generator" / "Other Options"; remove the post-build steps; change the CPU...
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
Open JFLashlite.exe, set the device to Renesas R7FS7G2, Interface SWD, Speed 1000. Click ok. Set the Data file to the output of the project (.srec file). Click "Erase Chip", then click Program Device....
View ArticleForum Post: NetX communication framework on S7G2-SK
How can I run sf_el_nx_comms with base BSP and S7G2 custom user board type project on S7G2-SK? I could successfuly run el_nx_comms project created with board type S7G2SK and base BSP. Then I create...
View ArticleForum Post: RE: Build only changed files?
Hi Karol I don't think there is much difference between those methods (besides copying is easier and above refresh thing). As long as all paths are stored relatively you can copy the project. All the...
View Article