Forum Post: NetX HTTP Client get
Hi! I need to download a file from a specific URL, in my case: "www.reloc.it/download/Test_blink1.bin" I am using the HTTP Client with the following call: status = nx_http_client_get_start(...
View ArticleForum Post: RE: NetX HTTP Client get
Hi Angler84, You're right, there might be missing "Host" header in the request. You might need using TCP directly and build the HTTP request manually. You should bind the socket...
View ArticleForum Post: RE: NetX HTTP Client get
Oh, a quite hard way! I was hoping a different parameter configuration. Thank you very much anyway!
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Mariya, Using WiFi on PMODA with the display will be quite difficult. This is because WiFi Framework is opened before your thread is executed and manually changing SSL lines on WiFi that's...
View ArticleForum Post: RE: SK-S7G2 Ethernet Connection reliability test
Please make also sure that packet size is set to at least 1500 bytes (in Packet Pool Instance configuration settings). Regards, adboc
View ArticleForum Post: RE: RTC month question SSP v1.2.0 vs v1.1.3
Hello Laboratori, "time.h" is already included with r_rtc_api.h. RTC on Synergy counts years from 2000 and while the driver should sanitise input/output data, it does not perform it yet. "Year Counter"...
View ArticleForum Post: RE: Touchscreen calibration on S7G2DK V3.1 and sx8654
Hello Bastien, Do you have another DK-S7 display you can try the program on? I'm unable to reproduce this issue on my end. Also, please verify that the "CAM" switch (on S101) on the breakout board is...
View ArticleForum Post: RE: RTC month question SSP v1.2.0 vs v1.1.3
Thank you Gary and Karol for your responses. So it sounds like in order to use the RTC calendar functions correctly via the Synergy RTC driver, we need to do the following: 1) rtc_time_t.tm_mon uses...
View ArticleForum Post: RE: SK-S7G2 Ethernet Connection reliability test
updated packet size 1500 bytes. Is supposed to be default 1500 instead of 650 bytes? The green LED stop blinking as soon as response from board stops. From that we can say that either thread got...
View ArticleForum Post: RE: SK-S7G2 Ethernet Connection reliability test
Try setting the packet pool size to 1568 bytes. Due to HW requirements for alignment on 32 byte boundary, and being an exact multiple of 32 bytes, to fit a 1500 byte Ethernet frame into a single...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Thanks Karol, I understand the complexity for my level. Is anywhere I can download sample project IoT enabler Smart Wine for SK-S7G2 board with latest SSP1.2.0 ? One of the events I received this...
View ArticleForum Post: RE: SK-S7G2 Ethernet Connection reliability test
Hello Jeremy Now I have several questions coming up in my mind. a. When PC sends ICMP packet (ping utility) only 32 bytes per packet (protocol level) + IP + Ethernet its not clear why Ethernet link...
View ArticleForum Post: S5D9 I2S oddity
I'm porting my application that I had running on an S3D7. It was running there reasonably well (not without problems but reasonably well). On the S3D7, I can set "WS Continue Mode" to Disable and this...
View ArticleForum Post: RE: RTC month question SSP v1.2.0 vs v1.1.3
Thank everyone for all the efforts on this RTC driver. I am developing the product that requires the RTC so I do not need to dig into each driver file to figure out why my month does not work anymore....
View ArticleForum Post: RE: Message Queue Implementation
Karol, While trying to debug my own message queue implementation, I decided to redo your example for the DK-S7G2 and SSP1.1.3. I am sending it to you in case you think anyone else will find it useful....
View ArticleForum Post: RE: Message Queue Implementation
Karol, While trying to debug my own message queue implementation, I decided to redo your example. I did it for the DK-S7G2 and SSP1.1.3. I am sending it to you in case you think anyone else will find...
View ArticleForum Post: RE: Software Deep Standby Mode
Will entry into software standby mode not work when the device is connected to the debugger?
View ArticleForum Post: RE: SK-S7G2 Ethernet Connection reliability test
An issue crept in to the Synergy ethernet driver in SSP 1.2.0 release, when receiving packets. If the received ethernet packet will not fit into one NetX packet, the low level driver tries to chain...
View ArticleForum Post: I2S byte ordering on output
well now, I've been tracking this length problem and things are making zero sense at this point. Need another set of eyeballs. Ive got the I2S line set up as 8 bit data with 16 bit words. What I'm...
View ArticleForum Post: RE: I2S byte ordering on output
This is using the I2S driver (not framework) on r_ssi version 1.2.0
View Article