Forum Post: RE: ISO 7816 Smart Card Interface
hello please did you find your solution to do communicate Rl78 with ISO 7816 ? i need the same thing
View ArticleForum Post: RE: Run the ADAS Surround-View-Kit
Hey Mark, i have many Problems with the calibration! Can you tell me how i calibrate the system perfectly? The Area around the Renesas 3D Modell Car is blurred. And the Error is not often under 10.
View ArticleForum Post: RE: When is a data access atomic?
Thanks for you answer. Sorry for not making my questions more precise. I wasn't asking if the entire sequence of the C code are atomic as this is obviously not. I was only interested in knowing if...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hello NaN, We established that this is server-side problem, as the board doesn't close the connection when you reset it. Before opening the socket in your code, try closing the one from last session....
View ArticleForum Post: RE: Integration of V850 KPIT toolchain into e2studio
Hi Alex, e2studio does not have integration support for GCC with the V850. If the output is in ELF/DWARF format, CS+ may be able to debug it. You can download, install and use CS+ free of charge for...
View ArticleForum Post: RE: How to trigger V850E2/FJ4-L ADC conversion by both edges of...
Hi Libor, If this issue is not yet resolved, have you attempted to configure the A/D to trigger on falling edge only? What happens in this case? Thanks, Scott
View ArticleForum Post: RE: gx_single_line_text_input_character_insert prints string
Hello Dig, I'm looking at the GUIX source and the arguments for the prototype of gx_single_line_text_input_character_insert are (GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_UBYTE *str, UINT str_size). I...
View ArticleForum Post: RE: Starting up... with assembler??
Thanks! I ve already read the first one and found it somewhat useful but not complete.. The second one seems promising! Thanks!
View ArticleForum Post: RE: RX630 Bootloader function in RAM
I have had an answer here gcc-renesas.com/.../27 The bsr command can only jump a maximum of a 24bit address, add -mjsr to the compiler options and then the compiler will use JSR(32 bit) instead of...
View ArticleForum Post: Bootloader for SH2A-FPU SH72544R
Hi Everyone! I want to reprogram the device online via UART: the PC is sending bytes via UART and the CPU is acquiring them and succesfully reflashing the internal flash. Is there any example for...
View ArticleForum Post: RE: Integration of V850 KPIT toolchain into e2studio
Hi Scott, Thanks for your answer! So the sequence of steps is as follows: 1. Build ELF binary with use of freeware V850 KPIT toolchain. 2. Debug on real target with use of CS+ and E1 Renesas debugger....
View ArticleForum Post: Troubles with UDP send
Hi all, I try to build up the udp communication between DK-S7G2 and PC, now I could receive packet from PC udp with nx_udp_socket_receive(&udp_socket, &packet_ptr, NX_WAIT_FOREVER); but when...
View ArticleForum Post: RX63N TPU counter signal
Hi, I just want to measure a TPUs counter signal on a related pin. My code: /* Configure pin as an output */ PORTA.PDR.BIT.B0 = 1; // (TIOCA0) /* Configure pin for peripheral...
View ArticleForum Post: RE: Troubles with UDP send
Hello Feng, NX_PTR_ERROR means that either &udp_socket or &packet_ptr are not valid pointers. Before you call the function, make sure that packet_ptr is POINTER to existing NX_PACKET struct,...
View ArticleComment on VK-RZ/A1H led sample
I tested boot from spi flash, using Vekatech tools and e2studio. 0. Before everything, I just prepared the micro sd card as explained from Mr. Vendov at:...
View ArticleForum Post: RE: Smart Personal Locator using GR-Sakura
This thread will be archived because it is 2+ years old. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Color tracking/Android controlled Robot
This thread will be archived because it is 2+ years old. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: HTTP Client which GR-SAKURA Web-compiler uses.
This thread will be archived because it is 2+ years old. Mike Clements RenesasRulz Moderator
View ArticleForum Post: Does anyone have sample code to read I2C EEPROM?
I'm trying to use the RIIC driver to read an EEPROM (2KB 24LC16B from Microchip - but there are a gazillion that are essentially identical). It appears that the lowest level functions are...
View Article