RE: Allocate local variable into RAM
The variable is always placed in RAM so I'd assume you mean SDRAM. Have you tried setting storage class as static? Non-static local variables are allocated from the stack so they cannot be placed in...
View ArticleRE: Debug Launcher fails
In SSP 1.0, ThreadX introduced the use of the HW stack monitor (enabled by default), so each time a thread is run, the HW stack monitor is programmed with the limits of the stack for that task. If the...
View ArticleRE: Unpredictable Results between builds
In SSP 1.0, ThreadX introduced the use of the HW stack monitor (enabled by default), so each time a thread is run, the HW stack monitor is programmed with the limits of the stack for that task. If the...
View ArticleRE: JPEG Working Example
Karol,I can call the sf_el_gx_jpeg_draw() function via my GX_DISPLAY.gx_display_driver_jpeg_draw(). However the desired jpeg image is never displayed.When I step through the sf_el_gx_jpeg_draw()...
View ArticleRE: JPEG Working Example
Attached is a Synergy project for SSP 1.0 Gold, for the S7G2-DK board, that I already had, this stores a JPG file in the internal flash, and uses the sf_jpeg_decode framework to decode it, and display...
View ArticleRE: JPEG Working Example
Thank you Jeremy. That is exactly what I needed. I was able to incorporate your jpeg drawing example into my code and can now display a jpeg image.
View ArticleRE: JPEG Working Example
Jeremy, the example you provided works with a stand alone graphics application, but not when using a GUIX graphics application. When run on a GUIX project, the g_sf_jpeg_decode.p_api->open() fails...
View ArticleDefinition for GPIO 'cfg' parameter
In reference to the following call:ssp_err_t(* ioport_api_t::pinCfg)(ioport_port_pin_t pin, uint32_t cfg)Where is the definition of the bits that make up a pin configuration? I can't find a clear...
View ArticleRE: Capacitive Touch Slider on SK-S7G2
OK, as for the DTC Transfer instance, I see that adding the Driver - Transfer Driver on r_dtc and changing the default name to g_transfer_slider makes the error go away. I have also added several...
View ArticleCapacitive Touch Slider on SK-S7G2
I'm really new to this platform and don't know what I am doing. I was previously running the Hello demo to gain some familiarity with GUIX. I want to move beyond the demo to experiment with...
View ArticleSK-S7G2 Out Of the Box Sample - Complete Project?
Sorry for asking, but I've downloaded the "SK-S7G2 Out Of the Box Demo Programm" zip-file, hoping that this also includes the according sample project, but as far as I can see the zip-file contains...
View ArticleRE: Optimization setting produce different (non-working) results
What version of the SSP are you using?
View ArticleRE: JPEG Working Example
To display JPEG from the USB while using GUIX, you'll have to create a GX_PIXELMAP struct for your JPEG data to instruct GUIX how to draw the image (if you add a JPEG to your GUIX Studio project and...
View ArticleCapacitive Touch Sensors SK-S7G2
Looking at the Renesas Synergy Software User Manual, it makes mention to run tunning of cap touch sensors using Workbench6 to be included as inputs to the project, but the only reference I see with...
View ArticleRE: Project import issue, secure builder required....
Same Problem. Imported a known working project into an empty workspace. Did what Ashwin said. Presto! Problem solved.
View ArticleProject import issue, secure builder required....
I've tried to import a project into my workspace. It successfully imports, but upon build I get 'Secure builder required to compile this file'. I have a production and development license, so I'm not...
View ArticleRE: SSP Low Power Mode -- g_lpm.p_api->enterLowPowerMode() missing
Thanks for the information Karol.
View ArticleSSP Low Power Mode -- g_lpm.p_api->enterLowPowerMode() missing
Hi, I'm currently working with S3A7-DK board using e2Studio 5.0.0.024 with SSP 1.1.0Alpha. On page 4.17 of the SSP UM, there is an example on how to enter sleep mode. After calling lowPowerCfg()...
View ArticleRE: Definition for GPIO 'cfg' parameter
You can see examples in the generated pin configuration in the pin configuration file generated by the configurator, in synergy_cfg\ssp_cfg\bsp\bsp_pin_cfg.h, e.g. :- .pin =...
View Article