Forum Post: RE: IIC framework with ssp 1.2.0-beta.1
Well I tried doing this but still get errors. Not sure I am placing the define in correct place. I put it under: project, properties, C/C++ General, Preprocessor Include .......;
View ArticleForum Post: RE: IIC framework with ssp 1.2.0-beta.1
Hello, This label should be defined in: Project -> Properties -> C/C++ Build -> Settings -> Cross ARM C Compiler -> Preprocessor -> Defined Symbols. Regards
View ArticleForum Post: RE: Networking on the DK-S7G2
Hi Gary, I've added a call to nx_ip_interface_status_check , which returns without error, but I'm still seeing the same behavior. I also have a call to nx_ip_status_check before I try connecting.
View ArticleForum Post: RE: IIC framework with ssp 1.2.0-beta.1
Thank you, finally got it to build error free.
View ArticleForum Post: RE: Networking on the DK-S7G2
I had a similar problem, it worked once. After a disconnect and trying to connect again I did not see any SYN or ACK anymore and also received a 0x38 as return value, indicating "No Connection". I...
View ArticleForum Post: RE: Networking on the DK-S7G2
In SSP 1.2.0 b1, from the file synergy/ssp/inc/framework/el/nx/nx_api.h :- #define NX_NOT_CONNECTED 0x38 There is a problem using nx_ip_interface_status_check() when using the synergy ethernet driver....
View ArticleForum Post: RE: Synergy S7SK board telnet dropping connection
Thanks for the feedback. I'm not sure either of these are the issue. We are actively using the telnet interface when it fails (issues a RST). Also, pings still work. I will make both mods however as...
View ArticleForum Post: RE: Connecting to cloud server socket example
Hi Karol, and Gary What happens is when compiling Im getting a warning saying Im getting a incompatible redefinition. The define name is the same in both the NX_http_client.h and the NX_http_server.h....
View ArticleForum Post: Adding nx_src produces "multiple definitions of" error
I'm trying to add the nx_src component to a project, but doing so results in the following message: ./synergy/ssp/src/framework/el/nx/nx_src/nx_ip_deferred_link_status_process.o: In function...
View ArticleForum Post: RE: Adding nx_src produces "multiple definitions of" error
Hello Chris, As specified in SSP 1.1.0 release notes (section 12.7.1), you should define NX_DISABLE_INCLUDE_SOURCE_CODE in the compiler preprocessor settings in order to resolve this conflict (in...
View ArticleForum Post: RE: Connecting to cloud server socket example
Hello Matt, The request is already in place to provide a separate setting for the server and client port. You can resolve the warning in your source by doing #undef NX_HTTP_SERVER_PORT between #include...
View ArticleForum Post: RE: multiple devices and threads on the same I2C bus
OK, I haven't got this set up correctly yet obviously.... On the one thread (a GUIX thread) I've got this stack: On another thread (using the same bus but different peripheral: whichever thread runs...
View ArticleForum Post: RE: multiple devices and threads on the same I2C bus
Hello, Unfortunately I2C HAL driver cannot be used on the same channel as I2C Framework. This is because Framework manages I2C slaves automatically and is only aware of other I2C Framework Device...
View ArticleForum Post: RE: Adding nx_src produces "multiple definitions of" error
Ah, I figured I missed something. I had tried searching for _src and "source" in the SSP user guide without much success, as well as trying to find someone with similar errors on the forum. I'm just...
View ArticleForum Post: RE: Networking on the DK-S7G2
Jeremy and ramo, thank you for the quick responses! Jeremy's solution turned out to be a fix for the issue that I was running in to. Waiting for the link_established flag seems to allow me to connect...
View ArticleForum Post: RSPI HAL driver with ssp 1.2.0-beta.1
I have a project running HAL driver RSPI on a DK-S124 board and SSP 1.1.3. When I tried to upgrade to the SSP 1.2.0-beta.1, the project compiles but will not write and data out in the last byte. i.e it...
View ArticleForum Post: RE: Connecting to cloud server socket example
Thanks Karol!! Ok, Ill look through the source. But you dont have one of your straight forward demos for doing that stuff? Thanks again. Matt
View ArticleForum Post: UART Delay of game when using DTC
Hey Forum, With SSP 1.1.3 If I do this: g_uart0. p_api -> write (g_uart0. p_ctrl , txBuffer, length); when using the HAL UART driver with both TX an RX using DTC, there is a 50% chance that the last...
View ArticleForum Post: RE: Synergy S7SK board telnet dropping connection
Only the telnet connection will be closed by the telnet stack. The ping command is still working and processed by the icmp stack. So, i think all will be work fine .... Regards Martin
View ArticleForum Post: RE: RSPI HAL driver with ssp 1.2.0-beta.1
Hi Pete, could you share RSPI configuration settings for both SSP versions? Regards, adboc
View Article