Forum Post: RE: gx_widget_attach/detach - No source available for "_Vectors()...
Hi isaenz, As Karol suggested, are you sure that all pointers are initialized before they're used? Regards, adboc
View ArticleForum Post: RE: USB/COM port driver for SKS7G2 to console print
Hello Mk, If you're on Windows 10, the CDC driver is already installed and should be used regardless of the VID/PID you've configured. You will need to set device class to "Miscellaneous" - this will...
View ArticleForum Post: RE: Error Log
I don't get this to work. My settings in the BSP-Tab are: Assert Failures: Call ssp_error_log then Return SSP_ERR_ASSERTION Error Log: Errors Logged in ssp_error_log I (re-)defined the ssp_error_log...
View ArticleForum Post: RE: SX8656
Hello Bill, From Samtech webiste, it seems like SX8677 would be a good replacement. Touch driver source is unprotected so modifications are possible, if required. Regards
View ArticleForum Post: RE: gx_widget_attach/detach - No source available for "_Vectors()...
As Karol suggested, please share the call stack when this fault occurs. It's in Debug perspective, in the top-left part of window. Regards, adboc
View ArticleForum Post: RE: Error Log
Hello Josh, You need to change settings for "Assert Failures" as well as "Error Log", in order to enable ssp_error_log callbacks. Remember that errors can occur before USB is open (some are not...
View ArticleForum Post: RE: gx_widget_attach/detach - No source available for "_Vectors()...
Hello adboc Karol Here's the debug tab when the system fails (is this what you're asking me?): Regards, isaenz.
View ArticleForum Post: RE: gx_widget_attach/detach - No source available for "_Vectors()...
Hi isaenz, Thank you, this is what we were asking for. Can you check event handlers for windows you would like to hide/show? How do you build the message (event) for GUIX? Are all unused members set to...
View ArticleForum Post: RTC open timeout
I have an RTC thread: and initialization code in thread entry: void date_time_thread_entry(void) { static rtc_time_t dateandtime={0}; ssp_err_t err; dateandtime.tm_mday=1; dateandtime.tm_mon=1;...
View ArticleForum Post: RE: RTC open timeout
Hi leccy, Please follow advices given in this thread: renesasrulz.com/.../rtc-callback-not-working Regards, adboc
View ArticleForum Post: RE: CMSIS DSP Synergy Question
Hey Karol, I didn't want to make another thread because it still has to do with the CMSIS DSP library. So I've started researching (codewise) about how to implement the processing of the data...
View ArticleForum Post: RE: USB/COM port driver for SKS7G2 to console print
Thanks you. I have code similar like above, my problem was windows10 device manager shows code 10 error. with yellow icon, that means driver not set correctly.
View ArticleForum Post: RE: USB/COM port driver for SKS7G2 to console print
Hello Karol yes I am on windows 10(direct boot) on Macbook pro 2012 (bootcamp). sorry I am not clear how to change device class to "Miscellaneous"? Can you explain bit more ? Thanks MK
View ArticleForum Post: RE: Sks7G2 Ethernet + WiFi GT202
yes I have two independent DHCP/IP/pool packet and also independent thread. I am using NetxDuo framework both case. Here additional update If I disable WiFi thread auto start, Ethernet getting...
View ArticleForum Post: RE: SX8656
Karol, Thanks. I guess I'm thinking that Synergy is a framework and as such it supports certain functions and hardware. In your mind, where is the line drawn between the things that are currently...
View ArticleForum Post: RE: CapTouch tuning tool (Workbench) for Synergy
I am one of the "lot of people". This page www.renesas.com/.../renesas-synergy-ae-cap1.html says the Workbench is available for download from the Synergy Gallery, but I can't find it. Is there an ETA?...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Karol I have difficult in pin configuration for SKS7G2 board and AMS sensor on PMODA. I have working version with AMS sensors connected with PMODB but now I connected WiFiGT202 board on PMODB. So...
View ArticleForum Post: RE: USB/COM port driver for SKS7G2 to console print
Hi MK, You should change it in configuration settings of USBX Configuration block: Regards, adboc
View Article