Forum Post: RE: S7G2: Workaround to enhance number of external IRQs?
Hello Richard, thanks a lot for that great input, including that well explained example! Of course this is a very interesting approach to enhance the number of "interrupt pins" of the S7. I'll kepp...
View ArticleBlog Post: Drivers, Frameworks and Threads, oh my!
The road to developing robust connected devices in a timely manner does not start by duplicating efforts and reinventing the wheel. Successful development teams build their applications on proven,...
View ArticleForum Post: Xbee communication with Sk-S7G2 kit
hi, i am working on xbee communication with "Sk-S7G2 baord". now my requirment is i need to read data from (sensor+xbee) to the Sk-S7G2 baord via UArt. then i need to send this data from another xbee...
View ArticleForum Post: RE: Storing data into memory(Non volatile)
Thank you GiPa i'll try that!! Regards
View ArticleForum Post: Getting same MAC Address on different boards
Hi, I have 2 S7G2-SK boards . I am using the following API to get the MAC Address of the board, nx_ip_interface_info_get(&ip_0, 0, &name_ptr, &ip_address, &network_mask, &mtu_size,...
View ArticleForum Post: RE: Getting same MAC Address on different boards
Hello Nandan, If you haven't changed the MAC address in the properties for sf_el_nx (in the threads tab in configuration.xml), each board will be given the default value. Regards
View ArticleForum Post: RE: Xbee communication with Sk-S7G2 kit
Hello raja, 1. UART mode is implemented on SCI peripheral on Synergy devices. S7G2 has SCI with 10 channels, meaning that you can have up to 10 UART links simultaneously, provided pin availability. To...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Gary, Ok, so I added the rtos threadx source. When I still for example try to step into things like for example nx_icmp_ping I cant see any source. Says its looking for a .c file it cant find....
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Matt, Yes, for components that do not have a selection in the configurator you will have to manually add them in the components view. NetX can be added from the Configurator (Framework Networking...
View ArticleForum Post: time.h localtime() function
Dear Forum, I have been attempting to take raw ntp epoch time counts and have them convert to local time, using localtime(). I keep getting BSP_CFG_HANDLE_UNRECOVERABLE_ERROR(0) no matter what I do....
View ArticleForum Post: nx_icmp_ping hangs ethernet.
Dear Forum, Im seeing the nx_icmp_ping subroutine hang the ethernet interface. I have a while loop setup to run the ping forever. After several minute the response back from nx_icmp_ping goes from...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Gary, Ok, so when I go and do that in the components tab. Specifically unchecked nx, and check nx_src for 1.1.1. After recompiling I am back where I started with a pile of errors all saying the...
View ArticleForum Post: RE: How to use TraceX - Sample which uses TraceX?
Hi Warren, This link appears to be dead. Is there a new link for it? Thanks Matt
View ArticleForum Post: RE: nx_icmp_ping hangs ethernet.
Hi Matt, Yes, there seem to be a memory leak - the nx_icmp_ping call allocates a buffer for the response and it is your responsibility to release the buffer. The buffer is allocated from the Netx...
View ArticleForum Post: RE: nx_icmp_ping hangs ethernet.
Hi Gary, Thank you. The call to nx_packet_release does that need to occur after each ping call. Matt
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Matt, If you select the src for the component you have to uncheck the object/library module. -Gary
View ArticleForum Post: RE: nx_icmp_ping hangs ethernet.
Hi Gary, That works great. THank you. On pings in general is there a way to extract the response time, or is it up to the application to calculate that? Thanks Matt
View ArticleForum Post: RE: Adding nx_http_server component causes compiler errors in...
Same question here, How do I add an include path to the synergy generated source where my compile errors are? Thanks, Rich
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Gary, So uncheck the nx and then check the nx_src, like in this attached screeen cap(which is what I have been doing). Or is there a object/library module somewhere else that needs to be...
View ArticleForum Post: RE: nx_icmp_ping hangs ethernet.
Hi Matt, It's up to the application to calculate that - I don't see any instrumentation in the icmp code to do this. -Gary
View Article