NetX HTTP Webserver: Is the webpage supposed to auto-refresh itself?
Hello, all. I have the NetX HTTP Webserver more or less running. I have only one main question at this time: Is the webpage supposed to auto-refresh itself? About every two seconds, the various thread...
View Article"No source available" error from printf
Borrowing code from the HAL ADC example, there's a printf statement that writes the ADC value to the debug window.When it reaches this statement the debugger shows the error "No source available for...
View ArticleScrollbar limits
Hi ! I'm currently trying to implement a scroolbar in a list, however the thumbwhell is travelling beyond de scrollbar limits.I would like to know how to i set the travelling limits of the thumbwhell....
View ArticleInterrupts under ThreadX
I require a number of high priority ISR ,which do not interact with the main application threads, that cannot be delayed by the RTOS.Please can you clarify how the SSP / ThreadX can be configured to...
View ArticleGet a system timestamp
I am using the SK-S7G2 starter kit with e2_studios I am trying to get a system timestamp like systick so I can use it for finding the difference between two timestamps. I want to check the time...
View ArticleIs there a different way to force the drop list to be open and closed besides...
Hi ! I created a droplist widget and set a button inside of it to wether open the drop list or close the drop list. I can normally open the drop list but when I click on the button again the drop list...
View ArticleProblem With nx_http_client_put_start
HiI am trying to post a data to my server using nx_http_client_put_start & nx_http_client_put_packet 0n sk-s7g2 as follows. Unfortunately nx_http_client_put_start showing status 0x21 for 5 times...
View ArticleReplace W25Q64Fv memory with IS25LP128 in SK-S7G2
Hello. I`m working with SSP 1.3.2, e2studio 6.1.0 and SK-S7G2. The problem is that I need to replace the current QSPI memory with another model with more capacity.I have tried to modify the bsp_qspi.c...
View ArticleMigrating from SSP1.3.0 to SSP1.3.3
Hi,Until now I only changed from SSP1.3.0 to SSP1.3.3 in the BSP tab.I am getting the following error:Description Resource Path Location Typeslider_wheel Cap Touch Slider/Wheel Framework on...
View ArticleTPS-1 -How to disable Port mirroring
Hi,TPS-1 has two physical Ethernet ports provided. It seems TPS-1 has been configured for port mirroring. Is there a way to disable it if someone doesn't want port mirroring ?Can port mirroring in...
View ArticleTraceX - Issue with external interrupt
Hi -I have come across an issue when trying to use TraceX with my project. Here is a description of the issue:Added the TraceX source to my HAL/Common threadEnabled Event Trace and set buffer name and...
View ArticleHow to draw custom buttons in GUIX
Does anyone know how to draw a custom button in GUIX? Essentially what I'm trying to do is draw a button with a radius on the 4 corners. There will be many different sizes of buttons in the project so...
View ArticleChanging pin from OUTPUT to INPUT during runtime
Hi,I know I can change pin functions using different .pincfg files.But now I only need to change a IO pin from OUTPUT to INPUT. Is there a simpler way to do that other than using .pincfg files?
View ArticleFlashloader_pack1.X.0.exe
I right now am following the guide on the flashloader example athttps://synergygallery.renesas.com/media/products/74/193/en-US/r11an0073eu0100-synergy-ssp-flashloader.pdfI am trying to get this working...
View ArticleFor a given file pointer "FX_FILE" type, is there a way to tell if the file...
Quick question, I have looking in the docs and can't find this under filex. For a given file pointer "FX_FILE" type, is there a way to tell if the file is currently open? I realize I could ask for a...
View ArticleGUIX event forwarding
Hello, I've setup a GUIX project on the SK-S7G2 using SSP1.3.2 according to the GUIX Hello World example.But it looks like I've missed one piece to setup.The created GUI shows up correctly on the...
View ArticleCapacitive Touch Tuning on SK-S7G2 Rev3.1
Hi, according to touch sensor tuning project documentation, the tuning project is only applicable to SK-S7G2 Rev3.2 and later.Is there a chance to tune earlier revisions (I have an 3.1 board)?...
View ArticleS7G2 UART Baud Rate Setting
Hello,I am having some issues setting baud rate in run time.Using S7G2-DK and SSP 1.1.3I have tried the following as per datasheet but no luck.Method #1ssp_err_g_sf_comms =...
View ArticleWhat widget could be used like an Excel line chart
I need to draw a line chart, like in Excel. See below.I tried the line_chart widget, but it lacks numbered axis lines and values.I have used a pixelmap_button in the past and draw an image and text on...
View ArticleS7G2 LVD and ELC linking help needed
Hello all,I've read the relevant user manual and data sheet sections, but need a bit of coaching on linking an event to the low voltage detection. My goal is to have a GPIO pin change state when the...
View Article