Forum Post: RE: Example of ADC without framework
Thanks for the help, I see what I missed. The code is now reading the ADC.
View ArticleForum Post: RE: eMMC on PE-HMI1
Hi Karol, I see, it seems the best way to store code and images for my needs is to add an external flash to the QSPI interface of the PE-HMI1. I have also a SK-S7G2 board, as far as I remember there...
View ArticleForum Post: How to use "User Data" property in GUIX Studio?
Hello, in the GUIX Studio exists an "User Data" property for each widget. Unfortunately I can't found any hint in the help and/or manua,l how to use this property (name of char pointer?), Has anyone...
View ArticleForum Post: GUIX and gx_system_string_get
Hello again, I still have a problem with GUIX ... I should get a string value and to do that I understand that I should use gx_system_string_get, but I do not get what I want ... I created in GUIX a...
View ArticleForum Post: RE: eMMC on PE-HMI1
The Jlink can already program data into the QSPI memory, based on the address the data is located at, so you don't have to do anything special to program data into the QSPI. If you want to debug code...
View ArticleForum Post: RE: How to use "User Data" property in GUIX Studio?
Hello Ralph, Getting "User Data" to work is a bit tricky as it requires support from GUIX as well as GUIX Studio. You will need to define GX_WIDGET_USER_DATA in the compiler settings and add GUIX...
View ArticleForum Post: RE: GUIX and gx_system_string_get
Hello enzo, Are you checking a return value from the function? If the function returns an error, the string pointer will point to garbage data or "strange characters". Also, make sure you're providing...
View ArticleForum Post: RE: GUIX and gx_system_string_get
Hi Karol, yes I checked the return value (I obtained GX_SUCCESS) and I also provided a pointer to a pointer of array. Two points: 1. When I generate output files from GUIX Studio my LBL_STR has un ID...
View ArticleForum Post: RE: GUIX and gx_system_string_get
Hello Enzo, I have few questions: 1. Are you using QSPI driver in your project? 2. How do you place resources in the QSPI? 3. Can you see your string near the bottom of generated resources.c file? 4....
View ArticleForum Post: WTF
Well, let's be brief: this forum is soooo confusing! I can't find or view anything here. The visuals are chaotic, there is too much structure (so messages end up in places where they don't get...
View ArticleForum Post: RE: WTF
Nick is there a forum software you like? What about Discourse? http://www.discourse.org/ It's made by Jeff Atwood and the team that created StackOverflow. It's a discussion forum, compared to...
View ArticleForum Post: RE: WTF
Nick- I'm very interested in making improvements to the site. Do you have any other sites you like? Thanx, Warren
View ArticleForum Post: RE: WTF
The two questions from Don Logan and WarrenM are spot on. What is Nick trying to find and what's an example of a site that works for him? Personally, this site works for me. The interface is pretty...
View ArticleForum Post: Mesh Networking on Synergy
Good day fellow members. I am busy creating a neighborhood monitoring system using 868MHz ISM transceivers controlled via a UART interface. I intend to control the transceiver with a S124/S3 Synergy...
View ArticleForum Post: RE: The Forum? What?
Due to the very respectable manner you guys are responding I will take a bit of time responding in more detail later on. To kick things of: it looks like a site before the designer got to work on it ....
View ArticleForum Post: RE: eMMC on PE-HMI1
Hi Karol, I refer to the example code for access eMMC to store data. can you have the example code to write and read one byte in eMMC? Thanks.
View ArticleForum Post: Raw Ethernet (layer 1) packets
Does the Synergy framework have a mechanism for sending/receiving raw Ethernet (layer 1) frames? Packets with just Source-MAC, Destination-MAC, Ether-type, data payload and CRC. Thanks, Tim
View ArticleForum Post: RE: How to use "User Data" property in GUIX Studio?
Hallo Karol, thank you for your reply, I think I can realize our requirements without using this struct member. But by they way I have two more questions according GUI: 1. Before I call show_window()...
View ArticleForum Post: RE: How to use "User Data" property in GUIX Studio?
Hello Ralph, 1. I believe gx_widget_previous and gx_widget_next are not application options as they're defined when widget is created to provide a doubly-linked list between all widgets. Overriding...
View Article