Forum Post: L2330 (E) Relocation size overflow :...
L2330 (E) Relocation size overflow : "C:\WorkSpace\coro170_8\boot\Debug\start.obj"-"V0"-"0000000a" Below is the code snippet which we think causing the issue. 37 : startup: ---------- ---------- 46:...
View ArticleForum Post: RE: S7G2: Workaround to enhance number of external IRQs?
Hello Richard, thanks a lot for that great input, including that well explained example! Of course this is a very interesting approach to enhance the number of "interrupt pins" of the S7. I'll kepp...
View ArticleForum Post: RZ/A1 RSK Linux GPIO Mapping
I'm investigating the RZ/A1 using the RSK+ and want to control an external switch with a gpio. Within Linux, nothing is exported for GPIO by default with the BSP. $ cd /sys/class/gpio/ $ ls export...
View ArticleForum Post: RE: RZ/A1 RSK Linux GPIO Mapping
In the BSP, there is a text file (doc/testing/gpio.txt) that explains it: https://github.com/renesas-rz/rskrza1_bsp/blob/master/doc/testing/gpio.txt Here is how to control GPIO pins from userspace....
View ArticleBlog Post: Drivers, Frameworks and Threads, oh my!
The road to developing robust connected devices in a timely manner does not start by duplicating efforts and reinventing the wheel. Successful development teams build their applications on proven,...
View ArticleForum Post: RX62N USB DIRECT PROBLEM
Have a nice day at all I did not understand how to program the microprocessor - RX62N 100 pins (R5F56216BDFP) - in "USB Direct" mode using the RFP software (Renesas Flash Programmer V3.01.00 free...
View ArticleFile: DKS3 External Bus LCD Demo
Guix DEMO program that uses the DK S3 external bus to interface to a Newhaven display LCD QVGA panel.
View ArticleForum Post: RE: S3 for HMI?
Hi Burky, I have a project that uses the S3 with an external QVGA RGB 565 LCD with a controller. It uses Guix to render and transfers the GUIX canvas to the LCD over the S3 external bus interface....
View ArticleForum Post: Xbee communication with Sk-S7G2 kit
hi, i am working on xbee communication with "Sk-S7G2 baord". now my requirment is i need to read data from (sensor+xbee) to the Sk-S7G2 baord via UArt. then i need to send this data from another xbee...
View ArticleForum Post: RE: Storing data into memory(Non volatile)
Thank you GiPa i'll try that!! Regards
View ArticleForum Post: Getting same MAC Address on different boards
Hi, I have 2 S7G2-SK boards . I am using the following API to get the MAC Address of the board, nx_ip_interface_info_get(&ip_0, 0, &name_ptr, &ip_address, &network_mask, &mtu_size,...
View ArticleForum Post: RE: Getting same MAC Address on different boards
Hello Nandan, If you haven't changed the MAC address in the properties for sf_el_nx (in the threads tab in configuration.xml), each board will be given the default value. Regards
View ArticleForum Post: RE: Xbee communication with Sk-S7G2 kit
Hello raja, 1. UART mode is implemented on SCI peripheral on Synergy devices. S7G2 has SCI with 10 channels, meaning that you can have up to 10 UART links simultaneously, provided pin availability. To...
View ArticleForum Post: RE: NetX BSD does not compile in SSP 1.1
Hi Jeremy, After a long hiatus I'm back looking at this issue. I have the latest SSP 1.1.3, and I am attempting to get your project working. It compiles and runs just fine without any modification,...
View ArticleForum Post: Exception occurs, when void pointer, referring to a member of...
I am using renesas RH850 microcontroller, which is 4 byte memory aligned. I have defined a structure as defined below, which is packed i.e. there is no padding. struct abc { char a; int b; } s_abc;...
View ArticleForum Post: RE: Ethernet server not working :: need help on it
Sorry to delay reply. GR-SAKURA has no MAC address itself. So in case of prototyping using them, specify your MAC like sample of Arduino. www.arduino.cc/.../WebClient U/L bit in 1st octet should be...
View ArticleForum Post: RE: IO PINS
Please refer the pin map in the following web site. gadget.renesas.com/.../peach.html You can use approx. 70 port.
View ArticleForum Post: Using Qemu with RSK RZ BSP
Hi, I am using repositories from https://github.com/renesas-rz to build the kernel, u-boot and root file system. Since I don't have the hardware, I use Qemu on Ubuntu 16.04 LTS to test the builds. I...
View ArticleForum Post: RE: Getting same MAC Address on different boards
Hi karol, So do we need to assign(software wise) the MAC Address manually for each board? The board does not have its own unique MAC Address based on hardware(like NIC)? It is not possible to set some...
View ArticleForum Post: RE: How to use TraceX - Sample which uses TraceX?
Hello Matt, Here's the new link: en-us.knowledgebase.renesas.com/.../How_do_I_enable_TraceX_in_SSP%3F Regards
View Article