RE: e2 Studio 5.0 and SSP 1.1.0
I'd suppose it is not. We should probably wait until the stable version is released.
View Articlee2 Studio 5.0 and SSP 1.1.0
Hi,I presume new versions of e2 Studio and SSP will be released in a month or so. What new features should we expect as users? Will the new version of thread be included? Is there a changelog for...
View ArticleRE: Web server on SK-S7G2
You should be able to use FileX to access files stored in some compatible media (USB drive, RAM disk, ...)
View ArticleRE: How reliable is tx_get_time function?
Tx_time_get() returns the number of threadx system timer ticks since the start of the system. The default setting for the system timer is 10ms, so you will only a 10ms resolution on the time the...
View ArticleRE: Release notes, SSP 1.0.0: USBHS/USBFS controller support
Stefaan,Just to confirm - if I read correct this would indicate that the HS port is physically limited to USB host only operation(on the development kits), correct? When you mention initial...
View ArticleRelease notes, SSP 1.0.0: USBHS/USBFS controller support
In regards to the release notes for version 1.0.0, in section 9.38.2 it mentions:USB host is currently only supported on the USBHS controller. USB device is currently only supported on the USBFS...
View ArticleRE: GUIX issues
Hi, thanks for the info. As my goal is to do a fadeout on some text strings, using prompts, I do not think your example can apply. Also, as the animations exist exactly for that purpose, I would rather...
View ArticleRE: How reliable is tx_get_time function?
Hi, not sure if this is applicable, but would it be possible if the General PWM Timer module was used to calculate the time taken for the isolated function instead? Used in one-shot mode, counterGet()...
View ArticleRE: gettimeofday() always returns 17 for the time
I am assuming you are using the GNU toolchain. By default the toolchain C runtime library "newlib" is targeted to a semihosted environment, but only the low level write for printf() to the console is...
View ArticleRE: Web server on SK-S7G2
Thank you for your reply, I will find out on FileX and come back to you if I have questions.
View ArticleUSB Boot Mode
Hi,i need some information concerning the USB mode Boot Mode.Which tools should be used to program the flash memory in USB Boot Mode (DFU funcion)?Where are the "Synergy USB Boot" drivers for PC?Best...
View ArticleRE: Web server on SK-S7G2
I have tested a solution and I have problems with FileX.I just try opening the file index.html, 0 errors at compile the program but when I go to the web page, nothing appears (without the added lines...
View ArticleRE: Web server on SK-S7G2
Which sort of media are your files on (e.g. USB, SDCard?). You also have to make a call to fx_media_open() before you can access the files on a media device. There is example for USB mass storage FileX...
View ArticleRE: Web server on SK-S7G2
My file (index.html --> 2 KB) is on my PC, I have put in workspace.I will look at the example of USB and try to adapt it to the files in my workspace. In fact the aim would be to store this file in...
View ArticleRE: gettimeofday() always returns 17 for the time
That was helpful; thanks!Too bad I can't have my semi-hosted cake and eat it (override) it too :-).Am I correct that there's no Synergy component for access the RTC? I'm still new to this environment,...
View ArticleRE: Opening multiple projects in e2Studio causes "Unhandled event loop...
This is most likely related to a problem we have found related to the Pin Configurator.Each time you open a pin configuration file and under the condition that the package view is visible, a number of...
View ArticleOpening multiple projects in e2Studio causes "Unhandled event loop exception"
When workling with multiple projects (specifically opening a closed project, while another project is open), I get a text box with the error"Unhandled event loop exception""No more handles"Clicking on...
View ArticleRE: FileX "caller is not a thread" error
Hi,I'm having a quick look through the error codes and FX_CALLER_ERROR is 0x20. 0x11 means FX_MEDIA_NOT_OPEN. If it's NetX return value that you're seeing, then NX_CALLER_ERROR is indeed 0x11, but this...
View ArticleFileX "caller is not a thread" error
I had a project using ThreadX with FileX that was working fine. I was able to open the media using fx_media_open and able to create and edit a file. Then all I tried to add a couple of NetX components...
View ArticleRE: gettimeofday() always returns 17 for the time
If this helps, it is possible to use Synergy Configuration to setup the RTC driver. Add Drivers > Timers > RTC Driver on r_rtc. Perhaps the calendar functions could be used for gettimeofday.
View Article