Forum Post: USBX CDC ACM Host
Hi All, I'm trying without much success to use the S3 in USB host mode. I'm measuring the USB+ and USB- on the dev board and have the attached project running. I'm trying to see any data present on...
View ArticleForum Post: RE: S3A7 DK SPI on r_sci and on r_spi issues
Hi, 1. Looks like there is some wrong configuration in this project. Make sure that SCI driver enabled in SCI Common module and driver module added are correct (like SCI SPI is enabled in SCI Common...
View ArticleForum Post: RE: USBX CDC ACM Host
To use the USB host on the S3A7 make sure the USBF DIP switch on the Top board in Off. Then to register the USBFS peripheral as a host controller :- #include "ux_api.h" #include...
View ArticleForum Post: undefined reference to nx_dns_info_by_name_get
Hi, I am trying to get the ip address by passing url using the following API, nx_dns_info_by_name_get . But compilation failing as undefined reference to nx_dns_info_by_name_get. i have added nx_dns...
View ArticleForum Post: Setting up DNS
Hi Karol, So Im adding DNS into my project. Im using the an_r30an0260eu0100_synergy_netx_duo_dns.zip as reference. As I add it into my project I have run into a few questions. First in...
View ArticleForum Post: RE: USBX CDC ACM Host
Hi Jeremy, Thanks very much for your response. I have implemented the code you have above. I am now on my custom board. I am probing the USB data lines and see something happening (it looks like it is...
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: 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: 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: 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: USBX CDC ACM Host
The Express Logic USBX classes will examine the Device class and subclass to decide if the USB device enumerated is a match for the class, e.g. in ux_host_class_cdc_acm_entry.c, for "case...
View ArticleForum Post: RE: gx_single_line_text_input_character_insert prints string
Karol, I like your solution but I have a question. Where is this documented? The GUIX User's Manual has very poor documentation of how most of the functions work and the examples on the man pages are...
View ArticleForum Post: Creating a non-interactive screen on Renesas SK board
Hi , I am trying to display a non-interactive screen on Renesas SK board. I followed the "Hello World" program instruction for the same board. It is working with all the modules including touch....
View Article