RE: g_sf_comms.p_api->write hang issue
Hi karol,USB is connected and interrupt is enabled.I am able to see the prints too on the console. After some time the API is hanging.Which are the possibilities where the API will be blocked...
View Articledual ethernet ports
I have two Ethernet portsETH0 - 192.168.0.100ETH1 - 192.168.0.101example GOODconnect to ETH0 and send/receive messages with ETH1 disconnected.all messages are received and sent to ETH0.connect to ETH1...
View ArticleRE: g_sf_comms.p_api->write hang issue
Hello Nandan,Do you have another thread waiting on a "read" call? The ACM write will compete for mutex ownership indefinitely in order to access the device for write. In other words, it will not send...
View Articleg_sf_comms.p_api->write hang issue
Hi,I am using g_sf_comms.p_api->write(g_sf_comms.p_ctrl,log,strlen(log),TX_NO_WAIT); to write the data to console.Sometimes, After dumping the data to cosole, the control is not coming out of this...
View ArticleRE: HELP ADC issue
Steve-Also, make sure you look over the SSP User's Manual.There is a HAL Layer>>ADC Driver>> Writing an ADC Application section with info on how to use it. If that has some missing...
View ArticleRE: NX SNTP nx_sntp_client_receiving_updates
Hello again Matt,It seems we are on the same track only I am about a week or 2 ahead of you. I got it working - not exactly like the example which kind of confused me too. I think what I've done...
View ArticleRE: NX SNTP nx_sntp_client_receiving_updates
Just to be clear, I had no interest in creating an SNTP server so I didn't do that part. I have been getting my time from the "cloud" (pool.ntp.org). The KOD handler isn't really doing anything...
View ArticleRE: Very Simple I2C Example
Rick, make sure you are doing the Import/Export as outlined by Carl on this thread: renesasrulz.com/.../e2studio_e-squared_studio_ide_based_on_eclipseThere's also an app note on importing projects into...
View ArticleRE: bug report: _gx_system_timer_expiration()
The only real difference between my existing code and what you are proposing is to call gx_widget_detach() rather than gx_widget_delete().This seems like a very bad idea.gx_widget_delete() removes...
View ArticleRE: NX SNTP nx_sntp_client_receiving_updates
Hi Tim,Thank you. Yes you are a few weeks ahead of me it looks like. I think I see what is different. In the example presented in the documentation it waits for the server status before continuing....
View ArticleRE: NX SNTP nx_sntp_client_receiving_updates
I found the key to be setting up the nx_sntp_client_set_time_update_notify() callback. This callback will get executed immediately after initially connecting with the ntp server and then about once...
View ArticleNX SNTP nx_sntp_client_receiving_updates
Dear Forum,Has anyone had any luck getting the example from the documentation to work for NTP? In using it in unicast mode. In nx_sntp_client_receiving_updates Im getting back NX_SUCCESS for status...
View ArticleRE: HELP ADC issue
Added scanCfg and all works as planned.Start the continuous scan at beginning of thread and when needed I grab the results in my 25 uSec interrupt.No problems now that I have the adc running.Steve D
View ArticleRE: SOLVED --- Fast adc read and control using Synergy
Set up ADC using synergy configurator for continuous scanAt start of my thread called the open function, the scan config function, and then the start scan function.Now scanning continuously.In my timer...
View ArticleSOLVED --- Fast adc read and control using Synergy
I am using Synergy in an industrial controller. We picked Synergy because the controller is part of a complex system and must communicate via Ethernet to a master controller. We also liked the CPU...
View ArticleRE: Does Ethernet PHy require external interrupt?
Steve-I believe that interrupt is used for an optional Wake on LAN feature. The PHY can produce the signal as a wake-up when there is activity on the line. Recommended to connect it (unless you really...
View ArticleDoes Ethernet PHy require external interrupt?
The S7G2 demo kit has an irq signal tied to the cpu. I put a similar connection on my PCB. Now when I set up the Ethernet PHY interface in the Synergy configurator I do not see a place to set up this...
View ArticleRE: g_sf_comms.p_api->write hang issue
Hello Nandan,I'm assuming you're not able to see the source to tell me where exactly does it hang. Try changing TX_NO_WAIT to 1. Generally with USB CDC, you should use TX_WAIT_FOREVER as there are some...
View ArticleRE: Does Ethernet PHy require external interrupt?
IRQn-DS pins are capable of waking up the device from Deep Software Standby. For any given n, IRQn and IRQn-DS cannot be used simultaneously. All other functionality is the the same between the...
View ArticleRE: Gpt Timer as output port
Hello Wasim,You need to be more specific in what you mean by "speed" (do you want a higher frequency or shorter wait period between pulses). 90% of the functionality you require is implemented on the...
View Article