Quantcast
Channel: Renesas Synergy Platform
Browsing all 23645 articles
Browse latest View live

Forum Post: RE: SNTP Client

OK.  That's what I suspected.  Again, thanks for the quick response. Tim

View Article


Forum Post: RE: NETX DHCP example project Windows 10 problem

Thank you, this article solved my problem, though I think it would be a good idea to update the example project pdf as well.

View Article


Forum Post: RE: nx_dns_host_by_name_get

Hello Matt, I traced 0x1D return value to TX_NOT_AVAILABLE, which is a ThreadX error value used when tx_mutex_get fails. nx_dns_host_by_name_get calls nx_dns_host_resource_data_by_name_get which then...

View Article

Forum Post: RE: gx_single_line_text_input_character_insert prints string

There is an "examples" folder in the GUIX Studio installation folder that contains example GUIX Studio projects and sample code for using most of the widgets and many GUIX API functions. For the...

View Article

Forum Post: USBX CDC ACM (device)

I loaded the USBX CDC ACM example (app note R30AN0237EU0103) on a brand new Windows 10 machine with e2_studio 5.0.0.0.043. This is a new installation. I have this example working on a windows 7...

View Article


Forum Post: RE: USBX CDC ACM (device)

Tim- Look over this post on the Knowledge Base and see if it helps. en-us.knowledgebase.renesas.com/.../Installing_USB_CDC_Driver_on_Windows_10

View Article

Forum Post: RE: nx_dns_host_by_name_get

Hi Karol, Actually I had the timeout set for 400 ticks which are 1ms I think.  Now the app that is making the call is a lower priority app.  Maybe Ill add some more time there and some better error...

View Article

Forum Post: RE: Problem with RS485 communication

thx@Karol, the conditions are described as below. 1.motor_return_status is declared like that, static uint8_t motor_return_status; 2. the return value from read call is SSP_SUCCESS. 3.The most strange...

View Article


Forum Post: Issue in dynamic memory allocation

Hi all, I am using e2 studio Version: 4.3.1.001 Q 1. How to create byte pool using BSP on synergy S7G2  ? Q 2. What should be the value of third argument i.e. pool_start (Starting address of the...

View Article


Forum Post: RE: Issue in dynamic memory allocation

To create a byte pool :-    uint8_t          g_tx_byte_pool_area[4 * 1024];    TX_BYTE_POOL     g_tx_byte_pool;    UINT status;    status = tx_byte_pool_create(&g_tx_byte_pool, (CHAR...

View Article

Forum Post: RE: Problem with RS485 communication

If the signals on the oscilloscope are really the labeled ones, then you have a hardware echo. The wiring of the ISL41387 in the schematic diagram of the DK looks like that shouldn't be the case, the...

View Article

Forum Post: e2Studio Pre-build steps

I have upgraded my project from SSP 1.0.0 to SSP 1.1.1 and e2Studio 4.2.0.012 to e2Studio 5.0.1.005. I have most everything converted except that I had a Pre-build setup to generate an updated .c file...

View Article

Forum Post: RE: e2Studio Pre-build steps

Tim- Not sure if this is related to your issue, but the version of e2 studio shown on the Gallery to be used with SSP 1.1.1 is actually 5.0.0.043.

View Article


Forum Post: RE: e2Studio Pre-build steps

Thanks for the suggestion Warren.  I re-installed 5.0.0.043 and got the same results.  After closer inspection, it doesn't appear to be write-protecting the files just the folders and this was the...

View Article

Forum Post: RE: e2Studio Pre-build steps

Tim- If that is easy to do it is probably the quickest to implement. If it is an issue I can get one of the tools folks to respond to your post. Up to you...

View Article


Forum Post: RE: Web Server example

I did load Karol's example. the only thing I changed was the IP address line. #define APP_SERVER_ADDRESS  (IP_ADDRESS(192,168,  0, 90)) It compiles and loads fine. I also put the 4 files at the root...

View Article

Forum Post: RE: Where does the dhcp client put dns server ips?

Matt, You can use the nx_dhcp_user_option_reterive & nx_dhcp_user_option_convert as follows:    dns_ip_str_size = sizeof(dns_ip_string);    err = nx_dhcp_user_option_retrieve(&my_dhcp,...

View Article


Forum Post: SOLVED - GUIX - undefined reference -...

I am building a new project with SSP 1.1.1 and GUIX.  So far I have the configuration made with no errors. Now I am duplicating the hmi_event_handler I have used in other projects and which came from...

View Article

Forum Post: RE: Web Server example

Hi Tim, Yes I had the same problem.  There is a drive issue with the DK board.  See Karols post from  10 Jun 2016 22:36 in that link above.  There is mention about the drive levels on the pins for...

View Article

Forum Post: RE: Where does the dhcp client put dns server ips?

Thank you Gary Ill give that a shot.  

View Article
Browsing all 23645 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>