Forum Post: RE: GUIX pixelmap Slider
Hello Laser, The last argument of gx_slider_needle_posistion_get must be a pointer, so the line should look like this: gx_slider_needle_posistion_get(punt_slider, &punt_slider- gx_slider_info,...
View ArticleForum Post: RE: GUIX pixelmap Slider
Karol, accordingly with your suggestion, I tryied the following: int needle_position; gx_system_widget_find((USHORT)ID_SLIDER, GX_SEARCH_DEPTH_INFINITE, (GX_WIDGET **) &punt_slider);...
View ArticleForum Post: RE: Undocumented NetX return values
Thank you Karol, now I detect correctly when the cable is unplugged and reconnect when it is plugged without having to delete my socket.
View ArticleForum Post: RE: GUIX pixelmap Slider
Hello Laser, My bad, the third argument is in fact a GX_RECTANGLE structure and you need to provide a pointer to it. This function will then fetch the on-screen position of the needle. If you'd like...
View ArticleForum Post: QSPI Flash support
Hi, We use Spansion NOR flash on our S7 based controller. I get SSP error SSP_ERR_UNSUPPORTED for open() call. How do I add support for Spansion flash in BSP ? Thanks, Siju
View ArticleForum Post: RE: QSPI Flash support
Hi Siju, You must create a custom BSP for your board and edit/change the bsp_qspi.h and bsp_qspi.c files. The HAL level drivers use the BSP QSPI api to change the mode of operation of the device...
View ArticleForum Post: RE: GUIX pixelmap Slider
Hi Karol, thank you, the direct access to the  p_slider- gx_slider_info.gx_slider_info_current_val pointer should solve the problem. Thanks.
View ArticleForum Post: RE: GUIX pixelmap Slider
Is there a method or event that detect the change of the slider value, in which I can read the value of the slider dinamically? Thanks.
View ArticleForum Post: RE: GUIX pixelmap Slider
Hello Laser, Signal with event GX_EVENT_SLIDER_VALUE is sent to the parent widget. You should make a case for event GX_SIGNAL(x, GX_EVENT_SLIDER_VALUE), where x is the widget ID of the pixelmap...
View ArticleForum Post: S7G2 SK GUIApp - Can't find source
Hi, I am new to the synergy platform and evaluating the technology for a new project. I am interested in the GUIX capability as our new product will incorporate a TFT display. I have successfully...
View ArticleForum Post: RE: S7G2 SK GUIApp - Can't find source
Hello, By default, all X-ware components (ThreadX, GUIX, NetX etc.) are built using pre-built library. This is done in order to reduce build time significantly. The downside is such that you won't be...
View ArticleForum Post: Source code for workshop demo?
I attended a Renesas/Arrow workshop last week. Several of the labs had the S7 sending data to Freeboard on thingspace.io. They never said how that was done. Is the source code available for those...
View ArticleForum Post: Configure MAC address
How do i configure MAC address for the ethernet interface ? Couldn't find any info in SSP user guide. Thanks, Siju
View ArticleForum Post: RE: Configure MAC address
Thanks for the response. I am looking for configuring MAC runtime. Sorry my question was not complete. MAC address is stored in I2C flash. During init, firmware reads it from flash and sets configure...
View ArticleForum Post: RE: Configure MAC address
I don't know if in the last SSP they included a MAC address change service. If not, take a look at this old post: renesasrulz.com/.../6928.aspx
View ArticleForum Post: RE: Source code for workshop demo?
Hello Steve, Most workshop projects are developed by regional FAE teams. I recommend contacting the presenter or one of supporting engineers for access to workshop materials. Regards
View Article