Forum Post: RE: Displaying images from USB storage SK-S7G2
Hello, Can you verify that your "gx" properties are configured to enable D/AVE2D and JPEG Decode engine? Additionally, I recommend disabling software PNG decoder as it requires further configuration...
View ArticleForum Post: RE: Displaying images from USB storage SK-S7G2
Hi, We have both engines enabled, and the SSP version we are using is 1.1.3. Any other idea? Why is it that the GUIX says that the raw images are not compatible with our target? Regards, Iparra
View ArticleForum Post: RE: Changing touch IC in SSP
Hi Karol, I have the same application like Steve above. Using DK-S7G2 and interface with a 7" LCD. I got the LCD displayed but the touch control is not working yet. The LCD I use has a HY4614 touch...
View ArticleForum Post: RE: Displaying images from USB storage SK-S7G2
Hello, If your JPEG is encoded with YCbCr420 subsampling, please verify that both width and height of the image is divisible by 16 (minimum coded unit for 4:2:0 is 16x16 pixels). Also, in properties...
View ArticleForum Post: RE: Changing touch IC in SSP
Hello, sf_touch_panel_i2c_ft5x06.c is a protected source before SSP 1.2.0-b.1 so you probably won't be able to use it as a template (if you're on 1.2.0-b.1 then I advise you to do so). You should...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hello. I just tested the beta SSP 1.2-b1 with the "Package-USBX MSC Host with SSP1.2-b1.zip" on the SK-S7G2 eval board. The SSP 1.2-b1 "USBX MSC Host" demo works but I am experiencing the same device...
View ArticleBlog Post: Understanding SSP Framework Callbacks
When diving into the SSP Framework, developers might have noticed that quite a few modules have a property for a callback. Embedded software developers who are new to real-time operating systems and...
View ArticleForum Post: RE: New TFT: image "inversion"
Laser, If you post up the datasheet for that LCD I can help you figure this out. Bill Edit: I want to mention that I have seen some LCDs that when they failed/broke, the picture when backwards. So it...
View ArticleForum Post: RE: Configure different LCD with DK-S7G2
DLE, We succeeded in connecting multiple LCDs using RGB565 to the DK-S7G2 board. (also we built adapters you guys might have seen FAEs carrying around) That connector J102 doesn't have enough pins for...
View ArticleForum Post: RE: Mirror peripheral pins to GPIO?
Look in the generated files around synergy\ssp\src\driver\r_riic\hw\common\hw_riic_common.h. Not only could you insert code into some of these, but they have true/false return functions to check if...
View ArticleForum Post: Anybody know how to place "const char xxxx[16][256];" to QSPI, at...
also I need to place some other data to data flash...
View ArticleForum Post: RE: Anybody know how to place "const char xxxx[16][256];" to...
For QSPI, the format is :- const uint8_t test_data_qspi_flash[6]BSP_PLACE_IN_SECTION(".qspi_flash") = {0x66,0x55,0x44,0x33,0x22,0x11}; for data flash :- const uint8_t...
View ArticleForum Post: RE: Anybody know how to place "const char xxxx[16][256];" to...
Hello Erkut, Additionally, you can specify custom sections in the linker script that place data at the specific address (good article about how this is done:...
View ArticleForum Post: Schematics for SK-S7G2 & DK-S7G2
Hi, Are schematics available for the development kits available? Thanks,
View ArticleForum Post: RE: Schematics for SK-S7G2 & DK-S7G2
yes, here www.renesas.com/.../D3016948.html
View ArticleForum Post: http server compile error: 'g_fx_media0' undeclared (first use in...
I think I found a small issue when trying to configure an HTTP Server using the latest beta configuration tool. I am trying to utilize FileX on USB Mass Storage for the http server but the generated...
View ArticleForum Post: RE: http server compile error: 'g_fx_media0' undeclared (first...
This is a known issue in the configuration XML for this module in SSP 1.2 Beta and will be resolve in the production release. You can still use the components tab to add in the module and configure it...
View ArticleForum Post: RE: S124 SCI UART does this have a External Transmitter Enable...
Hello! I'd just like to clarify your question to see if I understand what you're asking. Are you asking if the S124, in hardware, has a pin that can be used as an external transmitter enable signal...
View ArticleForum Post: RE: New TFT: image "inversion"
Hello Bill, thanks for your interest; now my problem is the following: the image is displayed right (I set the "Input - Graphics screenX input line descending" to "used", but when I touch the screen,...
View ArticleForum Post: RE: http server compile error: 'g_fx_media0' undeclared (first...
The attached XML file can replace the one in your module's .module_descriptions folder. It will add the external reference to the media pointer. As there is no callback registered to provide status...
View Article