Forum Post: S7G2-DK - Frequency, Event Counter
Hi, I have an application which needs to determine the frequency of a signal using a S7G2-DK and SSP1.1.3. This can be done with an interrupt keeping track of pulses for a given period of time. It...
View ArticleForum Post: RE: S7G2-DK - Frequency, Event Counter
The frequency is 0 - 10kHz Thank you, Draper
View ArticleForum Post: RE: Supporting a new touch controller chip
Hello, Coming back to your Simple I2C problem, the behaviour suggests that your I2C pins were not set to n-ch open drain (which is required for SCI I2C). This isn't necessary for RIIC peripheral, hence...
View ArticleForum Post: using SK-S7G2 as programmer
Hello, is it possible to use SK-S7G2 as programmer for programming and debugging of external boards with S7 MCUs? Is it enough to disconnect MCU on starter kit from the power and use connector with...
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
Hello, By default, projects using NetX and its components are include them as pre-compiled libraries. To change these build-time options, you will need to add NetX Source and ThreadX Source to your...
View ArticleForum Post: RE: using SK-S7G2 as programmer
Hello J-Link OB debugger found on Synergy Starter and Development Kits can only be used with the MCU that's on that board, as external interface is not available. You'll need to use ARM-Compatible JTAG...
View ArticleForum Post: RE: using SK-S7G2 as programmer
Hi, I´ve done it. I´m not at my office now, so I don´t have precise data. On SK-S7G2 there is a bunch of resistors near J18. You can look at the kit schemactics to see which ones you need to remove....
View ArticleForum Post: RE: USBX host hid mouse
The current release note states that this is a limitation and will be fixed in the upcomming release.
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
Hi Karol, Thank you for your help. I was able to bring in the sources and compile them. Unfortunately, I am unable to change any setting in nx_src_user.h. The tool keeps reverting my changes to the...
View ArticleForum Post: RE: S7G2-DK - Frequency, Event Counter
Hi, Consider using a GPT timer. These are 32-bit timers so will give you greater frequency range and resolution. By using the input capture feature the GPT hardware will automatically measure your...
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
Hello, Unfortunately you cannot make any changes to the files in folders starting with "synergy" - this content is extracted from the pack file or generated using the configurator. If you'd like to...
View ArticleForum Post: GUIApp project name
Hi, I follow the GUIX hello world example for PE-HMI1. Instead of using GUIApp as the project name, I use Project_1 as the name for my project. I can't make the LCD display anything unless using GUIApp...
View ArticleForum Post: RE: GUIApp project name
Hello, Do you use the example "as is" or create it from scratch? If you use it "as is" please notice that the project name is written down in some project files, e.g. guiapp.gxp.
View ArticleForum Post: RE: GUIApp project name
I create it from scratch. I only copy the main_thread_entry.c and guiapp_event_handler.c. I did went into those file and fix the path of the GUIX.gxp. I'm not sure where else should I look
View ArticleForum Post: RE: GUIApp project name
So what happens when you use any name except of "GUIApp"? Does compiler show any error or display just shows nothing?
View ArticleForum Post: RE: GUIApp project name
No error at all, just the LCD screen doesn't display
View ArticleForum Post: RE: GUIApp project name
Hello, When you pause your project, is it stuck anywhere? Are you renaming the GUIX Studio Project or the e2studio project? Make sure that main_thread_entry references correct widget names/table. Force...
View ArticleForum Post: RE: GUIApp project name
I change the Widget Name in GUIX to a different name rather than "window" and event function from "window_handler" to another name. I guess these names are conflict with some function names in the system.
View ArticleForum Post: RE: using SK-S7G2 as programmer
Hi, thanks for your response. Would it be possible to specify the resistors? I thought that it should be somehow possible, I just want to have it approved.
View ArticleForum Post: RE: GUIApp project name
Actually, it was not the GUIX. If I place this lines of code in the main_thread_entry.c, it would cause the LCD does not display. I'm using GPT1 channel 2 B for the PWM output....
View Article