when power on and off screen not visible
In Guix I have make Screen but when i make power off and on Then in LCD screen nothings show.can any one give me solution for this one
View ArticleC++ with NetX Duo TLS Session compile error
When I create a C++ project (from scratch, even) and add the "Netx Duo TLS Session" I see a compile error:".../nxd_tls_secure/nx_secure_x509.h:663:3: error: conflicting declaration 'typedef struct...
View ArticleWhen i make power OFF and ON then my data is not store in LCD screen
hello every one,In LCD Screen I give data in prompt and this data was stored in the char array when I make power OFF and ON then in prompt This data was not visible.On my screen I make RTC but when I...
View ArticleOverall system design question
Hi,I am designing a product and have tested SPI x2, UART, Ethernet and USB Host that i need for the system. For the actual implementation i was thinking about having each of these communication...
View ArticleUART DTC
Hi,i have tested out the UART on the S7G2 at various baud rates.My plan was to add DTC receive to the UART configuration however in another post...
View ArticleHTTP authentication check example
Hello,I'm trying to create a basic authentication system on my embedded http server.I'v barely made it work but the problem is, when my program try to generate some XML file for the client to read...
View ArticleError while getting socket name
Hi,Using NetX in SSP 1.4.0 I face a curious issue.I create a TCP client socket and attempt to connect to a remote server socket. By doing so, during the call to connect, the stack calls...
View Articlehow to store data in flesh memory
I have required to store array as flash memory .Now when i make power OFF and ON then in LCD screen data was erase because Throw array i give data to LCD screen.so can you help me how can i store...
View Articleclock error
when i debug the code my curser has to stuck here ..... how i can overcome to this problem please suggest me..! while (SSP_ERR_STABILIZED != g_cgc_on_cgc.clockCheck(clock)) { /** Wait for PLL clock...
View ArticleSDA and SCL pin location in I2C driver.
I was testing the code posted in this forum post,https://renesasrulz.com/synergy/f/synergy---forum/10706/how-to-reset-i2c-busThis code (with a little tweaking) worked to solve a issue we were having,...
View ArticleAdding Messaging
Hi,I have to SPI threads that occasionally must exchange data (data that comes in on one goes out on the other).i adding the messaging framework and event class and event per the guide however i am...
View ArticleSD Card 4bit problem
Hi,I have got an issue with SD Card, it is working in 1bit mode, but stops within the 4 bit mode. (FX_IO_ERROR)i checked the physical connection and its ok. Down there is my configuration. I am using...
View ArticleFile size (in bytes) using FileX APIs
Hello every oneDoes anyone know how to get the size of a file (in number of bytes) in a directory when using FileX. Please may you accompany your answer with a short example (illustration). Thank you
View ArticleNX_BSD_SOCKET_IN_USE test always fail in select
Hi,Using NetX in SSP 1.4.0 I notice that when calling select, the condition checking the NX_BSD_SOCKET_IN_USE flag is never evaluated to true, even though the flag is set (seen with a debug probe).What...
View Articlecheck reading of Analog
hello everyone,In DK S7G2 board how i will check analog input and it was change with variable resistor located at Dk S7G2 Board.
View ArticleProblem with the touch panel framework
Hello I am posting this Discussion/Question again because the one that I have posted before has dessapered misteriously. I have this problem,I am using SSP1.2.2 and GUIX Studio 5.3.3. If I make very...
View ArticleGUI X gx_prompt_text_set with string in C++
Hello,i'm trying to set a text in a prompt. If i have a char array it's no problem.I want to take a string is ist possible? I work in C++ I tried this, but it doesnt work:#include <string>string...
View ArticleAJAX support for s7g2
HiI have seen a post which is related to AJAXrenesasrulz.com/.../update-part-of-a-webserver-page-using-ajaxI can able to run html pages.For running AJAX related apis , do i need to install any tool for...
View Article