SF_TOUCH_PANEL_EVENT_INVALID touch event
Hello,I'm using a custom board with S7G2 microcontroller and a 800x480 touch screen (SSP 1.2.0)I'm trying to configure the touch screen but I'm obtaining SF_TOUCH_PANEL_EVENT_INVALID in some areas. To...
View ArticleFlashloader Framework
I recently saw this flashloader framework demonstrated, where can I find this framework in the gallery?
View ArticleNetX HTTP Client - Verify multiple files existence
Hi!I need to verify the existence of a list of files, and their size, before download them from internet. Now I am using the "nx_http_client_get_start" but:when the file DOES NOT exist the function...
View ArticleConfigurator and IRQn-DS
Hello,I'd like to use one of the IRQn-DS pins, but don't see how to select those channels in the configurator. For example, the configurator will allow me to enter 13 in the channel parameter for the...
View Articlee2Studo is slower in compilation
Hi,I am struggling with compilation issue on e2Studio. I have project with C and C++.I tried using parallel process using 8 but I am able to see my errors. Also I tried setting "stop on first error" in...
View Articlegx_widget_attach/detach - No source available for "_Vectors() at 0x0"
Hello,I'm having some problems with a custom board with a touchscreen. I'm using a code that works fine for the PE-HMI1.This is the situation:I'm able to print an image (first window) but when I try to...
View ArticleCoding style question
This is not a technical question, just a curiosity that hits me every time I read some sample code.When we talk we say "Is this car longer than three meters?", and never "Are three meters shorter than...
View ArticleLCD
Trying to configure a 480x272 TFT screen on a custom board running R7FS7G27H3A01CFB. i've calculated that i need 130560 as JPEG work buffer on sf_el_gx. This gives me an overload when using bss. Do i...
View ArticleError Log
I'm looking for a way to output internal errors on the console framework or UART.I found the settings in the configuration under BSP: "Assert Failures" and "Error Log" and a to be defined function...
View ArticleSks7G2 Ethernet + WiFi GT202
HelloIs it possible to up and running Ethernet as well as WiFi GT202 network in single application ?I could add Ethernet without wifi. After adding wifi access (PMODB) Ethernet link not working. if...
View ArticleSX8656
Mouser lists the SX8656 as EOL. Do you have plans to update the driver for touch to a non-discontinued part, and if so, when? Bill
View ArticleUART overrun and frame error handling
How do the UART drivers in SSP 1.2.0 handle frame and over run errors:I know they create an event and call the callback function (if error irq's enabled)Do the drivers clean up the hardware...
View ArticleSuccess with e2 studio on a 4k display!
If you are using e2 studio on a 4k or better display on a laptop, you know the pain of dealing with microscopic icons in your favorite development platforms.I finally found (well, googled correctly to...
View ArticleUSB/COM port driver for SKS7G2 to console print
HelloI have SKS7G2 board, I could load my application using E2Studio. I wanted to redirect debug printf() to PC thru USB port. I downloaded latest driver from SEGGER (JLINK CDC) COM port driver but...
View ArticleRTC 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 ArticleEnter Deep Standby Mode with S5D9
Hi, I configure 2 external interrupt, one to enter the Deep Standby Mode, the other to exit the Deep Standby Modevoid g_external_irq10_callback(external_irq_callback_args_t *...
View Articler_flash_hp driver causes R_BSP_SoftwareDelay() to delay too long
I am using SSP v1.2.0 and the SK-S7G2 board. If I call R_BSP_SoftwareDelay() prior to calling g_flash0.p_api->.open() then it delays the expected amount of time. However if I call it after calling...
View ArticleCode generation in headless builds
Hi there,I'm trying to run headless builds with e2studio 5.4.0 and SSP 1.2.0 and I find that only half the code is generated before the compilation starts. Actually, there's only the 'synergy' folder...
View Articlestack information not consistent between tools
I hit a breakpoint so I thought I'd check tools here just to look around. This is running GUIX on ThreadX, SSP 1.2.0 on a S5D9 chip.The bottom panel is what the RTOS Resrouces tab on E2 thinks is up...
View ArticleBSP Help
This is the second iteration through this, and I am still having issues. I am following the Creating a Custom Board Pack (Section 3.1.1.140) of the SSP.12 user guide, pages 104 to 107. After...
View Article