sf_el_ux_comms does not use the timeout parameter
We would like use sf_el_ux_comms with 3 different links ( UART0, UART1 and USB ) in the same thread like this :while(1){comm_error = g_sf_comms_uart0.p_api->read(g_sf_comms_uart0.p_ctrl,...
View Articledrivers for sx8654 difference
I'm currently using an SX8676 chip on my board. In SSP1.2 I've used the SX8654 driver without problems. On SSP1.5 I've noticed that there are a couple of drivers for this: touch_panel_i2c_sx8654...
View Articlegot 0x47 error (NX_NOT_SUCCESSFUL) in nx_ip_status_check(&g_http_ip,...
hello all, got NX_NOT_SUCCESSFUL during nx_ip_status_check(&g_http_ip, NX_IP_ADDRESS_RESOLVED, &dhcp_status, DHCP_RESOLVE_TIMEOUT); and the timeout is 1000. and i have created IP instance as...
View ArticleDid not connect with Ethernet in SK-S7G2 WITH LED TOGGLE EXAMPLE IoT Sandbox
dear All, I have SK-S7G2 Board and in that i dump the SK-S7G2 with LED Toggle Example IoT Sandbox its .srec directly to the board which is available...
View ArticleRange slider using GUIX (slider with two points).
hi, all I want to create range slider(slider with two points) seen as below image for my application does anybody have an idea how to this using GUIX studio or guix library. thanks in advance
View ArticleSynergy MQTT/TLS Cloud Connectivity Solution example for SK-S7G2 board
hello all, Is there any example for Synergy MQTT/TLS Cloud Connectivity Solution example for SK-S7G2 board available ?
View ArticleIs gx_canvas_drawing_initiate() an expensive call?
Our application allows an external host to send commands to initiate drawing on the touchscreen. Therefore, I don't see a way to utilize the drawing callback available in GUIX. So, we implemented a...
View ArticleGuix Slider with no Touch action
Dear All, I want to use the slider but with no touch action but all other widget i want touch events, can i disable touch action i.e. sliding for just one slider in whole screen? Thanks in advance!
View Articlevalue is not assigning to structure variable
I am using e2 studio & SSP 1.2.0 for application development.When I read files from SD card and try to assign value to structure variable but is not assigning correct value.Even i have checked my...
View ArticleHow to implement custom II2 Touch Driver in custom BSP
How can I integrate my own Touch IC driver for the g_sf_touch_panel Framework into a custom BSP? In the later project the custom driver from the BSP should be used instead of the original SSP driver...
View ArticleDK s124 PWM timer
Hallo!I am trying to control the brightness of LED1 (red) on the board with the potentiometer. I observed two things, first one is that when i am spinning 'fast' with the potentiometer wheel, the PWM...
View Articlep_context in uart_callback_args_t
I would like to use the p_context member of the uart_callback_args_t* that the SCI UART HAL passes into my callback function.A similar question from 2 years ago says "don't do that" without a...
View ArticleEMMC / SDCARD
HiWe are at the designing state with the S7G2-FBGA224.We have SDRAM/ Ethernet 0 / Ethernet 1/ LTDC (888 for display) / 6 UART / SD CARD.We are out of ressources for implementing an EMMC interface. My...
View ArticleADC + DMAC circular buffer
Hello! I'm trying to implement continuous reading of ADC measurements to circular buffer in memory. After some part of buffer is filled I would process it in some thread, while other part of buffer...
View ArticleInterrupt not entering the if statement
Hello! I'm trying to figure out why my ISR is not entering the if statement. if(p_ctrl->smb_status_FLAG == SMB_STATE_IDLE) { p_ctrl->smb_status_FLAG =...
View Articletrying to use USBX examples but not working
I'm trying to compile USBX HID keyboard and USBX mass storage host examples but it is not compiling. A warning appears: Pack missing for project's current selected SSP version of 1.0.0. Project...
View ArticleInstallation of multiple SSP in e2 studio
Hello,How to install a ssp version 1.1.3 and ssp version 1.2.1 in a e2 studio version 6.2 and how select a ssp version according to the requirement ?
View ArticleHow can i set position of widget absolute?
using gx_widget_shift function I can only move widget relative to the last position but what if I want to set position .I cant relative function in guix user manual
View ArticleWhen I make my DK s7g2 board OFF and ON Then in LCD screen Prompt data was...
Hi,When I make My DK S7G2 board OFF and ON then in LCD screen prompt data was not visible. so what i can do for visible data when board is OFF and ON.if any reference program related to this,then...
View Article