RE: g_sf_comms.p_api->write hang issue
Hi karol,Write is failing at different places. I have a common function called debug_print.void debug_print(char * log){g_sf_comms.p_api->lock(g_sf_comms.p_ctrl,SF_COMMS_LOCK_ALL,TX_WAIT_FOREVER);...
View ArticleRE: g_sf_comms.p_api->write hang issue
All memory in the Synergy project is allocated statically (even the heap pool), RAM usage can be seen in the compiler output (RAM = data + bss). Try increasing global heap a little bit and also the...
View ArticleRE: g_sf_comms.p_api->write hang issue
Thanks for the reply karol!If i comment out the gx_system_canvas_refresh write will not hang. It is working fine!!It is in a while loop,updating the system up time to the lcd. What might be the...
View ArticleRE: g_sf_comms.p_api->write hang issue
Hello Nandan,Seems like standard library functions you're using are corrupting dave2d heap. Please replace S7G2.ld file (script folder) with the following one (change extension to .ld): (Please visit...
View ArticleRE: g_sf_comms.p_api->write hang issue
Hi karol,Looks like issue has been solved!! Thanks alot!!Do i need to replace S7G2.ld script file every time when i create a new project? Is this a bug in the currently using SSP?Regards
View ArticleRE: g_sf_comms.p_api->write hang issue
Hello Nandan,This issue will be fixed in the future release. It is caused by d/ave2d section name which has "heap" in it. The linker script then places it between heap_start and heap_end symbols which...
View ArticleRE: dual ethernet ports
Tim,You can download a dual Ether Port example from the link below. drive.google.com/.../viewThis example project works on DK_S7G2 board. The Ether port on main board is configured for IP address...
View ArticleRE: USB Host Storage, SSP 1.1.0 issue
Has anyone been able to get the USBX host driver to work reliability? I downloaded the lasted demo dated June 24 rev 1.10 and it still has issues after you plug and unplug the USB drive 8 times. Thanks...
View ArticleRE: Gpt Timer as output port
Hello karol,I am using above configuration but it only work for the values given in Timer configuration, it doest not stop i have used g_timer0.p_api->stop(g_timer0.p_ctrl);...
View ArticleRE: Opening the right version of GUIX Studio from e2studio project
Hello,This can be done by going to Window >> Preferences >> General >> Editors >> File Associations. You will see the following window:To open GUIX Studio files using specific...
View ArticleRE: Opening the right version of GUIX Studio from e2studio project
Also, both SSP 1.1.0 and 1.1.1 require GUIX Studio 5.3.0.1. Version 5.2.9 will work only with 1.0.0. There are no differences in GUIX module version between 1.1.0 and 1.1.1.
View ArticleRE: USB Host Storage, SSP 1.1.0 issue
Hello David,Version 1.1.1 addressed some of the problems with USBX, but mainly related to performance. Issue with device re-insertion is still being worked on.Regards
View ArticleUSB Host Storage, SSP 1.1.0 issue
When adding the usb_host_class_hub/usb_host_class_storage components the build fails. Error is a missing file not being generated. This is: sf_el_ux_cfg.h.Rich
View ArticleRE: Opening the right version of GUIX Studio from e2studio project
Thank you, the second method worked.
View ArticleOpening the right version of GUIX Studio from e2studio project
Hi,I installed two sets of software on my PC: 1) e2studio 4.2 + GUIX Studio 4.29 (SSP 1.1.0)2) e2studio 5.0 + GUIX Studio 4.3 (SSP 1.1.1)When I import a project on the newer e2studio 5.0, if I...
View ArticleRE: Demo example for PE-HMI1 (SSP 1.1.1)
Hello,You can find GUIX Weather Panel application that's compatible with SSP 1.1.0 (and 1.1.1) on Renesas website: https://www.renesas.com/en-eu/software/D3018127.htmlOther application notes can be...
View ArticleDemo example for PE-HMI1 (SSP 1.1.1)
Hi,we purchased a PE-HMI1 and we would like to start the development with SSP 1.1.1. Could we have a demo example for that board with the source code for e2studio (SSP1.1.1)?Thank you in advance,best...
View ArticleRE: dual ethernet ports
Faith I downloaded the example. pinging both ports simultaneously is not the problem. my project can always do that. the problem is that I have both ports set up as telnet ports on IP .100 and .101. I...
View ArticleSimple Event Capture
Here's a simple example setup that you can examine and craft to your needs.The attached code snippet uses a SK-S7G2 for the platform. SSP 1.1.1 is used.Pulse input is P100. This is CH0 of the AGT on...
View Article