DK S7G2 CAN MCLK
Does anyone know what the clock frequency is for the CAN MCLK on the DK S7G2 board? It is listed as the standard clock source for the r_can driver in the synergy configuration but the actual frequency...
View ArticleIAR synergy project. Adding compiled library .a
Dear Forum,Is there a simple procedure for adding a compiled library to the IAR project. I have a .h file for a library in a src directory, and .a file in a lib directory. How do I go about adding...
View ArticleProblem with arabian language
Dear all,I have been trying to implement support for different languages, but I am having problems with showing text in languages with a different alphabet as for example with arabic or russian. I just...
View ArticleARP and static IP enable problem
I am trying to send UDP packets between two S7G2 modules using NetX and SSP 1.1.3.I am using fixed Private IP addresses in the range of 10.0.0.nnThe following are set up on both boards with no...
View ArticleSemitransparent widgets
Dear all, I would like to make some widgets/windows of my GUI semitransparent (not only the background but the whole widget or window). I need the whole window to become semitransparent when showing a...
View Articleundefined reference to _gx_synergy_display_driver_setup
How to I solve this problem where I have a undefined reference to _gx_synergy_display_driver_setup when using GUIX 5.3.2.4 and SSP 1.2.0-b.1 in protected file under sf_el_gx_driver_setup().
View ArticleNEtx Socket closing unexpectedly when NOT using printf
Hello forum!I have an ssp1.3 project that contains Guix, USBx, Filex, the Messaging Framework, and NETx. It doesn't do much yet, mostly just the various app notes piled into one application. Three...
View ArticleCalendar Time after Wake from Sleep
My question relates to maintaining calendar time between sleep/wake events. Our application will be putting the S7 into Deep Software Standby with a wake event generated by an IRQ (NMI). If I read...
View ArticleDK-S124 USBX Example
Hi, are there any code examples in E2 Studio for using the USB on the DK-S124 board, the board seems to have lots of functions but very little example code except Blinky
View ArticleDK-S124 Bluetooth Examples
Hi, are there any code examples in E2 Studio for using the Bluetooth module on the DK-S124 board, the board seems to have lots of functions but very little example code except Blinky
View ArticleAdding UART to Audio player 1.20b demo
I am migrating my app to use the Audio player 1.20b demo as its basis. I need to add a UART on channel 3.When I add Framework->Connectivity->Communications Framework on sf_uart_comms, a...
View ArticleError from _ux_device_stack_initialize using Console with USB comms
Hi, I am using the DK-S124 board. I am trying to use the console with USB communication. I am using the S124-DK Blinky with ThreadX. I created a new thread with the Console Framework and the...
View ArticleSending Message to other thread
I have my main_thread which is the GUI that displays data and reacts to touch events and another thread the does some calculations based on the RTC and a algorithm. I would like to pass the data from...
View Articleg_sf_console framework on ssp 1.2.0 b1
When using the sf_console_api in SSP 1.2.0 b1 on the DK-S7G2 I get BSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0); even though there is no errors or warnings during compile. My thread stack is as follows. I...
View ArticleUsing Console+UART with RS485
We have managed to get an RS485 working using the UART driver, however we had to use the callback funciton to toggle the Transmitter Enable to the RS485 Transceiver (expected this to have been built...
View ArticleConnecting to cloud server socket example
Dear Forum,Im needing to send a few dozen bytes of data to a server. Are there any examples of connecting to a cloud server using a socket example. Is it best to use the bsd sockets apis or the...
View ArticleGPIO Issues
I'm trying to configure several pins as simple GPIO. I've been able to write/read from some, but others don't seem to act correctly. They are all configured the same, but I've identified several...
View ArticleS7 sci i2c issue
Hello,I have the SK-S7G2 board, I am trying to use the SCI module as a simple I2C on channel 4 with SSP (pin 511 SCL4 open-drain no pull-up and pin 512 SDA 4 open-drain no pull-up ; component r_sci_i2c...
View ArticlePE HMI1 V2.0 Schematics
I am looking to access the schematics of the PE HMI1 V2.0 prior to purchasing a kit. Is this information available? Thanks
View ArticleInitial i2C touch panel from main_thread_entry
Instead waiting for a touch interrupt to start running the touch driver, I want to use user code to initial the touch panel every time the LCD power ON.Using this line: p_i2c_api->write(p_i2c_ctrl,...
View Article