Forum Post: RE: USB Mass Storage Device - connect to FileX instance
The USBX MSC Host example in the Synergy software library ( www.renesas.com/.../Application_Notes.jsp ) combines FileX with USBX to access an actual USB flash drive.
View ArticleForum Post: gettimeofday() always returns 17 for the time
I'm playing with the NETX_DHCP_Webserver sample on a SK-S7G2 board. I added code call gettimeofday(), but it always returns 17 for the time (and 0 for the microseconds). What do I need to do to get...
View ArticleForum Post: RE: USB Mass Storage Device - connect to FileX instance
Thanks for the quick reply. This is for a Device, not host implementation. The idea would be to expose a current file system hosted say via. emmc internally out to a PC. You could then drag and...
View ArticleForum Post: RE: gettimeofday() always returns 17 for the time
The number of ThreadX ticks (10ms) since the ThreadX initialization is fetched using tx_get_time(). To get the rough starting point you can use __TIME__ and __DATE__ labels (remember to parse them...
View ArticleBlog Post: Productized Software in the Chip Industry – Say What? Part 1
Think about the semiconductor biz and many things come to mind. Wafers, fabs and production equipment, obviously. Boards and kits, no doubt. Development, debugging and testing tools – sure as heck...
View ArticleForum Post: Web server on SK-S7G2
Hi all, I just run the demo web server NetX and everything works correctly. I noticed that HTML tags are encoded in the file demo_nx_http_htmlstrings.h, is it possible to integrate my web page...
View ArticleForum Post: RE: gettimeofday() always returns 17 for the time
Thanks for the reply. I could use tx_get_time() for time since start-up; however, I'm more interested in getting the actual date and time (from the RTC). I believe the S7G2 has an RTC in it (or have...
View ArticleForum Post: RE: Using External Memory Bus
Thanks. Setting SDCLKout to off fixed the issue. I'm now able to to use CS0
View ArticleForum Post: RE: Cannot talk to USB with 1.1.0.alpha-1 build for DK-s7 board
Thanks. Making the above changes fixed the issue
View ArticleForum Post: How reliable is tx_get_time function?
Hi, We have a Synergy project with various functions all included in one thread. There's a specific function that we're worried about. To find out about how long it takes to complete that function, we...
View ArticleForum Post: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: USB 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?...
View ArticleForum Post: RE: 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...
View Article