Forum Post: RE: Confused about CAN receive rules & buffers
You cannot modify rules while running. And a rule can only route to a single receive buffer. However, you can route to a single receive buffer AND up to 7 FIFOs at the same time. Or, if no receive...
View ArticleForum Post: RE: Create a library(.lib or .a)
Supreet, Carl's answer is correct for #1. For question #2, you cannot add those Synergy components to a library as they are part of the Renesas SSP library already. twelvexs
View ArticleForum Post: RE: Is it possible to download exe from commandline to target?
KEI, As mentioned, if you use FDT, it support R8C devices. You can create a script that will load the file for you. twelvexs
View ArticleForum Post: e2Studio’s Local History feature
Let's take a quick look at e2Studio’s Local History feature. Did you know that e2Studio retains a local history? Each time you edit and save the file, a copy is also created internally so that you...
View ArticleForum Post: RE: Transmission delay on SCI
Dirk, It's not clear from your code where the SCR TE and RE are set to 1 to enable transmission. If you review the SCIe timing diagram shown in the H/W manual for your particular processor you will...
View ArticleForum Post: Web site for controlling the RX63N development board
Hello everyone, I'm trying to build a web application to control RDK RX63N development board via the ethernet. Mainly I'm interested in working with LEDs, input output pins,read ADC values and other...
View ArticleForum Post: RE: Using variable arguments RLCC Compiler
sdk77 Your definition of nr is as an even pointer type: uint16_t nr; Later when you assign a value to nr: nr = va_arg(va, uint16_t); // expecting even pointer type Your function ar_arg(?,?) appears to...
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
Ashwin, How did you change the packet pool size and enable TCP window scaling?
View ArticleForum Post: RE: Renesas RH850/E1L resources required
Anas, Here is the link to the RH850 family page: www.renesas.com/.../rh850.html The roadmap shows manufacturing dates, categories and information about hardware features of each type of...
View ArticleForum Post: E1 Win7 32-bit driver
I have installed E1USBDRIVER and RCP on a Windows 10 64-bit system and on a Windows 7 32-bit system in VirtualBox. The driver and RCP work great on the 64-bit system. On the virtual 32-system,...
View ArticleForum Post: RE: Build only changed files?
Yes Warren's suggestion works! I can now do incremental builds.
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
The packet pool size is done programmatically like this when instantiating netX: status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", 2048, packet_pool_area,...
View ArticleForum Post: RE: Using variable arguments RLCC Compiler
Hi Mike, Thanks, but va_arg is not my function. It is a standard library function (stdarg.h) which is implemented and documented by Renesas, see page 545 of the RL-CC compiler manual. On page 546, a...
View ArticleForum Post: Where to download the example project for NetX™ Duo Web Server...
Hi all, I've downloaded the NetX™ Duo Web Server application note, and try to build up my own server on S7G2-DK through Ethernet 0 interface (as camera interface conflicts with Ethernet1 ) but when i...
View ArticleForum Post: RE: Possible bad behaivour with RL78100GCG micro
RL78 does not provide any possibility to read the code from a programmed device.
View ArticleForum Post: RE: Share header files between C and Assembly
I believe the only solution would be a switch of the tool chain. The IAR tool chain EWRX can use the same headers for C and assembler files.
View ArticleForum Post: RE: E1 Win7 32-bit driver
I tried this driver with my e2 studio 4.3.0.007 in a VMware virtual machine. This works fine also in Windows 7 32-bit.
View ArticleForum Post: RE: Where could i download the source code or example project for...
Hi,all apologize for my carelessness (TT), finally, I got it on following address: www.renesas.com/.../tools-kits.html by the way, as I want to port this example from Ethernet 1 to Ethernet 0 , what...
View ArticleForum Post: RE: Share header files between C and Assembly
Yes, IAR and many other toolchains do support that (even GCC, I think), that's why I am very surprised that Renesas tools don't.
View ArticleForum Post: NetX BSD does not compile in SSP 1.1
I am trying to compile our library with the NetX BSD wrapper. In SSP 0.9 and 1.0 we were using source from Express Logic, and were able to compile by hacking a number of things in the BSD wrapper. I...
View Article