Quantcast
Channel: Forum - Recent Threads
Browsing all 5781 articles
Browse latest View live

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 Article


dual 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 Article


RE: 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 Article

g_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 Article

RE: 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 Article


RE: 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 Article

RE: 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 Article

RE: 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 Article


RE: 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 Article


RE: 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 Article

RE: 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 Article

NX 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 Article

RE: 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 Article


RE: 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 Article

SOLVED --- 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 Article


RE: 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 Article

Does 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 Article


RE: 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 Article

RE: 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 Article

RE: 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
Browsing all 5781 articles
Browse latest View live


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