HAL layers for SSI and buffers
The SSP documentation makes an oblique reference to internal buffers and FIFOs for R_SSI_Write() saying:"This function resets the transfer if the transfer interface is used, or writes the length of...
View ArticleGetting Gateway Address Using NetX
I notice there is a method in NetX to set the gateway address: nx_ip_gateway_address_set(..), is there a method to get the current gateway address?
View ArticleChange fx default working directory
Hello,i wonder how to change the fx default directory. Looking for files with "fx_directory_first_entry_find" in the root directory is no problem. Now i need to search in a different folder. Changing...
View ArticleNetX Http Client error
Hello, I'm trying to fetch data from a server via Http. I'm using the PE-HMI1 Board and Synergy SSP 1.1.0 and NetX Http Client.My problem is that my function:status =...
View ArticleERROR: Failed to read license file
Hello,As I was transferring workspace for my projects to other folder. I get this error:ERROR: Failed to read license fileERROR: Failed to read license...
View ArticleUART Driver: getting the number of bytes received
I am using the UARD Driver, and in particular I'm using the read api function to receive data form UART and saving them into an array of bytes:g_sf_comms0.p_api->read(g_sf_comms0.p_ctrl, (uint8_t...
View ArticleAudio playback use DAC or I2S? Opinions?
I am starting a new design using S7G2 that must have mono audio output instead of piezo buzzer.I am trying to decide DAC or I2S for playback hardware. Looking for opinions and pro's and con's.This is...
View ArticleConsole SF on SCI3 UART with SSP1.1.3 send not all help data
Hello,I create a console project with SSP1.1.3 and the console framework. The communication is working over SCI3 configured as UART. I added some menu items with help text.Now i have a strange...
View ArticleS7-SK: Recording Audio to USB/SD-Card - Sample available?
Hello Forum,we would like to store audio data to USB media or SD card.But we are not sure whether the performance of S7 is general sufficient for that or not by using Fx.And we want to ask whether...
View ArticleWeather Panel demo porting to ssp 1.2.0-b1
I'm trying to port the weather panel demo from ssp 1.1.3 to 1.2.0-b1. I following migration guide and code is compiling successfully.But when I try to debug it on the PE_HMI board it gives segmentation...
View ArticleSPI Setup for multiple devices on one bus with ssp 1.2.0-beta.1
Hello,I am somewhat confused how to setup SPI for my board based on S3A7.There are up to 3 devices on RSPI-A with at least different speeds so it should be possible to configure them separately.All are...
View ArticleFileX appending to a existing file with fx_file_relative_seek
Hello, I'm using the Development Kit DK-S7G2 with the SSP 1.1.3 and write some data to an SD Card.When I use and maintain a write pointer named offset and the FileX call fx_file_seek everything works...
View Articlefx_media_space_available() on media > 4GB
Hello Forum,using the "fx_media_space_available()" funtion on media devices, which offer more then 4GB free space will always return 0xFFFFFFFF for available space.Is there any workaround available to...
View ArticleGUIX: Unable to open image file
Hi, I've updated to SSP1.2b and GUIX 5.3.2.2.I have imported my previous project following the automated guide for SSP1.2b import. Project being used is a modified 'Hello World' Example fro SK S7G2.I...
View ArticleRTS/CTS Hardware flow with UART Module
Although there is only one physical pin per SCI/UART channel for RTS/CTS, you can do full RTS/CTS flow control. First select Custom in the pins configurations for the SCI channel and select a pin for...
View ArticleLow Power Mode with ThreadX
If you are using the LPMv2 driver with ThreadX and seeing unexpected behavior, read on:ThreadX expects to place the MCU in sleep mode when no other tasks running (only idle loop runs) or...
View ArticleSynergy Oscillator
Hi All just finished my first board with the synergy S7 micro and can not get the xtal oscillator to work.I am using a 12MHz crystal with 18pF capacitors.Can some one please assist with some advice on...
View ArticleWatchdog / Thread Monitor example
Hi,is there an example project for watchdog or thread monitor framework available, please?Thanks!
View ArticleGUIX multiline text view
Hello,I am using a multiline text view guix widget but when I put a "\n" in the string to display it is just ignored.So my question is how to manage "\n" in multiline text view widget ? Regards,
View Articlemakefile issues during debug, SSP1.2
Hi, I have recently converted a previous working GUIX example to the new SSP1.2 and the SK S7G2 platform.On compilation, I now have an error stating: make: *** [GUIApp_KMC.elf] Error 1 GUIApp_KMC...
View Article