Adding files to your own driver
(Please visit the site to view this file)Hello, I'm currently trying to create my own driver.My problem is, that the source/header files, that I want to include with the driver itself (when a driver...
View ArticleTraceX, ThreadX Source module lost
HiI am trying to study the behavior of the threads to adjust the configuration of priorities etc.To study this I am trying to do it with TraceX.I am working with e2studion Version: 6.3.0 a micro...
View ArticleBSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0)
My program is error free but it was stop in BSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0),any one can give me answer why this happen??
View ArticlePrevent auto re-generation of a ssp file on build?
I have made some changes to r_cgc.c/.h files and I'd like to have the changes maintained and not subject to auto regeneration on a build.We have two seperate users running e2 projects, one of these is...
View ArticleHow to handle ENOBUFS
In some circumstances I'm getting a socket error ENOBUFS, which indicates that some buffer (probably related to sending or receiving packets) is full.Is it safe to do the following when sending, or do...
View ArticleAny reason for -Waggregate-return?
I'm wondering why the compiler in e2Studio has -Waggregate-return set by default. As far as I can tell, this is a rather outdated warning (see...
View ArticleError building after installing another gcc arm tool chain
I had to install a gcc arm cross toolchain for cortex m to build some libraries outside of Synergy. That toolchain is not on my path. I just reference it in the make file.When I start Synergy now, it...
View ArticleSwitching to NetX Duo causes 'nx_api.h' file not found error
Hello,I'm using SSP 1.3.3 and S7G2 µC on custom board. License file: SSP_Development_and_Production_License_20160311.xmlWe've got DHCP, HTTP, SNTP, FTP working with NetX, so far so good.Now we want to...
View ArticleR7FS7G2 Dev Kit SD Card
I have the dev kit for the R7FS7G2. I have been doing some tests reading files from the SD card. the card is rated as 10. My reads using the fx_file_read are about 340K/s. That seems pretty slow. Is...
View ArticleS7G2-DK - Access flash for savings logs/settings
I'm using S7G2 and I would like to save some settings (or, say, few variables) to flash so that I can restore it on next reboot. Please let me know if someone has an example, or any guidance would be...
View ArticleFlashloader Framework with SSP1.4.0 and "mass_host_boot_nano" example
Hello,we are using SSP1.4.0 and now we are in the development phase for the firmware updater. We have watched some examples for the bootloader framework and now we have some Questions.First of all we...
View ArticleStandby mode for S128
Hi,I need some advice to set the S128 into sleep or standby mode. I follow the example and some of the post on the forum but don't see any change on the power consumption on the S128-DK if (MODE ==...
View ArticleUsing high compiler optimization with IAR 8.21 and SSP 1.4.0 causes...
When I want to use a high optimization level with IAR 8.21 and SSP 1.4.0 the compilation of tx_thread_schedule.c stops with the above error message.At the moment I use the workaround to set the...
View ArticleLCD Touch & TOGGLE Is not working
In DK S7G2 Board I am try to Make a program of LCD Touch and Toggle screen but it was not working.any one can help me for solve this problem.I share my URL File for my Programwww.fileconvoy.com/dfl.php
View ArticleIf I fx_file_open a file for write, will FileX create the file or do I have...
If I fx_file_open a file for write, will FileX create the file or do I have to create it first? Thanks Larry
View Articlecommunication with wifi-reg
I have used the sample code for wifi but it is not workingI want to upload the data via wifi,I need a solution for this.
View ArticleS7G2 Firmware Read Protect
Hi all,I need to read protect my firmware. I tried setting ID bytes in synergy configuration it is not reflecting in the target. After setting ID bytes also its not asking authentication while...
View ArticleHow to get current stream position in FileX after fx_seek?
Hi: I need to emulated the function of stdio ftell- which returns the current read cursor in the file. FileX contains fx_file_seek to move the cursor, but I can find anything to return the current...
View ArticleHow to display the IP address on the LCD screen
Hi,everyoneNow that I have obtained a dynamically changing IP address, I want to display it on the LCD display that comes with the SK S7G2. What should I do? I hope you can give me some advice (I use...
View ArticleKeyboard on the Screen of an S5
Hello: I want to be able to get a keyboard on the screen of an S5 to be able to change data of the configuration of my program.Would it be possible ? Thanks in advance.
View Article