Forum Post: RE: USB host controller stopped by windows, Code 43
Hello, Two things you can try. 1. Try setting the following vendor and product IDs in Synergy Configurator for the USB module, and program the board with your software: VID 045B PID 0238 2. Download...
View ArticleForum Post: RE: Drive a VGA or DVI monitor with S7?
Hello Laser, VGA interface (i.e. Dsub-15) is an analogue signal so you will need a video DAC to convert RGB data into correct levels (i.e. www.analog.com/.../video-da-converters.html) . For DVI, things...
View ArticleForum Post: RE: Drive a VGA or DVI monitor with S7?
Also, the display controller in Synergy devices is not capable of driving HD resolutions, what is the resolution you are looking to drive the monitor at?
View ArticleForum Post: RE: Drive a VGA or DVI monitor with S7?
Thanks. So, if I understand well, driving a "standard" VGA monitor with the S7 is possible (obviously with additional DAC hardware), but it doesn't support HD resolution. Which is the maximum possible...
View ArticleForum Post: RE: Drive a VGA or DVI monitor with S7?
Hello Laser, The controller is capable of outputting up to 1024 vertical lines (with up to 1020 active lines) by 1024 pixels (up to 1016 active pixels). You can achieve this with fixed-color background...
View ArticleForum Post: RE: Networking on the DK-S7G2
> Have you enabled the interrupt for your Ethernet channel in properties for sf_el_nx That was it! I got to the point where I could see outgoing ARP requests, and though there was an ARP reply, the...
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
I downloaded the Flash programmer as you suggested. When I plug in the USB I get, " successfully installed" now, but it still shows up as an "unknown device". I updated the VID/PIC in the...
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
Thank you, I did remove the 27 ohm resistors that we had on the board, but it did not fix my problem.
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
Sorry, that did fix the Code 43 issue that I was having, but the device drive is still "Unknown".
View ArticleBlog Post: Transitioning to ThreadX: Creating Threads
Having access to a Real-time Operating System (RTOS) provides embedded system developers many advantages such as: Breaking the software up into semi-independent programs Deterministic scheduling...
View ArticleForum Post: RE: Why the new look?
Hi Josh, I have reported to you "the story stream does not show full activities" problem. I am wondering that when this problem will be solved? Do you have an estimated date? Thanks. Jennifer.
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
I was rather suggesting modifying settings of the "USB Device Configuration" stack in the threads tab in Synergy Standalone Configurator or e2 Studio (this is actually a screenshot of a Communitations...
View ArticleForum Post: RE: USB host controller stopped by windows, Code 43
Kamil, The screenshot you have posted is from SSP 1.2.0 b1, whereas the original poster is using SSP 1.1.3, so to have the same effect they have to modify the file src/sf_el_ux_comms_port.h file in...
View ArticleHi, is there any samples or articles on External Bus, to read/write as 16-bit...
Hi, is there any samples or articles on External Bus, to read/write as 16-bit wide parallel? I intend to connect an old subsystem used with SH4A 7780 via MPX burst mode. I saw one on external QSPI I/F,...
View ArticleForum Post: S7G2-DK Touch
Hi, I have a S7G2-DK that is being used for development. The included 4.3" resistive touch has been tested and verified. We then based a few GUI designs off of the schematics. A 5.7", 6.5" and 7"...
View ArticleForum Post: RE: S7G2-DK Touch
Hello Draper, I can't see why larger touch overlay would slow the response down - after all it's just a pair of ADC signals going into Samtech IC. When using DK-S7, the touch is connected to the SCI...
View ArticleForum Post: RE: Networking on the DK-S7G2
I'm running in to an issue when trying to connect to an echo server using the NetX client API. I'm trying to connect using the following: nx_system_initialize (); status =...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Any update? Did you find the root cause? Thanks and Br
View ArticleForum Post: RE: Networking on the DK-S7G2
I forgot to mention, nx_tcp_client_socket_connect is returning 56 (0x38) which doesn't appear as one of the return values in the API docs.
View ArticleForum Post: Getting TraceX to run 1.2.0Beta1
Missing something fundamental here.... I'm reading the SSP user manual and it says to included ThreadX source in a thread before you can do any of the setup of TraceX. Says to do this by adding to a...
View Article