Forum Post: RE: Run the ADAS Surround-View-Kit
Hi Poloindian, Can you specify about the calibration you want. Thanks. God Bless. Best, Mark Baulo Renesas Rulz Moderator
View ArticleForum Post: How to insert data to and read data from the UDP packet
Hi all, I've set up the basic UDP communication between DK-S7G2 and PC initially through NetX method, 1) but how to insert data to UDP packet, is there any sample code as references? I try to use the...
View ArticleForum Post: RE: SK-S7G2 and BLE
Very little (if anything) has been said about the BLE feature on the SK-S7G2. I can see from the schematics that the RL78/G1D is connected via a UART to the host so I wonder if it’s been pre-flashed...
View ArticleForum Post: RE: RL78 G14 CCRL Toolchain - Program area access
Do you use e2 studio for debugging? Please check if the pointer really points to mirror area. The pointer display in e2 studio has a bug.
View ArticleForum Post: RE: Does anyone have sample code to read I2C EEPROM?
My code is based on the CMSIS-RTOS RTX BSP released in December (App note R01AN3104EJ0203). The call to ioif_start_device is as follows: (Note: I tweaked some of these values - mostly by guesswork....
View ArticleForum Post: RE: Integration of V850 KPIT toolchain into e2studio
Alexey, That's correct. I haven't tried GCC output with CS+, so there may be some hiccups, but CS+ can debug GHS and WindRiver ELF output. Scott
View ArticleForum Post: RE: Does anyone have sample code to read I2C EEPROM?
It occurs to me... Do I really need the full IOIF subsystem? Or can I just call the RIIC_* functions directly? In my environment, IOIF seems like overkill. But if I need it, I need it...
View ArticleForum Post: RE: USBX CDC ACM Host
I've probed the USB data lines and decoded them with my scope. I've done this with three different model and manufacturer GSM modules. During the enumeration the GSM modules send their "Device Class"...
View ArticleForum Post: RE: undefined reference to nx_dns_info_by_name_get
Hi karol, Can you please help me out with this? Regards
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hi karol, Any updates about this? Regards
View ArticleForum Post: FLASH API integration on YRDKRX63N board sample code
Hello, I am using YRDKRX63N board for evaluation purpose. I got the FLASH API with its application note 'r01an0544eu0240_rx.pdf'. FLASH API demo code is running successfully. But, further i want to...
View ArticleForum Post: RE: printf causes SIGTRAP exception
how to enable scanf() for Renesas Debug Virtual Console?
View ArticleForum Post: RE: printf causes SIGTRAP exception
Hello Ajaykumar, Renesas Virtual Debug console only supports printf. If you'd like to pass input to the board you can use communications framework running on top of UART, USB CDC or Telnet module....
View ArticleForum Post: RE: Setting up DNS
Hello Matt, Even though NetX and NetX Duo have almost identical API, be careful not to confuse one with another. The application note you're referring to does not use the Synergy configurator and...
View ArticleForum Post: USB+FLASH for YRDK63N
Hello, I am using YRDKRX63N board for USB evaluation. I want to implement the boot loader application to program the ROM using USB and FLU. I got the application note and sample code...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hello, Like I pointed out before, this is mostly a server side issue as the client just disappears without disconnecting. It is then difficult to request a disconnect if the client has been reset and...
View ArticleForum Post: RE: How to insert data to and read data from the UDP packet
Hello feng, I'm attaching a c files with initialization and thread code for UDP server and client. Bear in mind these are generic Express Logic examples and hence, the thread is created from...
View ArticleForum Post: RE: undefined reference to nx_dns_info_by_name_get
Hello Nandan, Have a look at the following sample application which also uses the nx_dns_info_by_name_get function: (Please visit the site to view this file) Regards
View ArticleForum Post: RE: FLASH API integration on YRDKRX63N board sample code
Do you know the application note r01an1710? This describes a flash boot loader including USB interface software. It may be useful to have a look at this. www.renesas.com/.../D3014960.html
View Article