Forum Post: RE: JPEG Working Example
Hello Jeff, I think this question was asked in the past ( renesasrulz.com/.../6211.aspx ) so let me forward you the answer: JPEG decode code reference is available in the GUIX JPEG decode drawing...
View ArticleForum Post: 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 ArticleForum Post: RE: RX63N setting MPC
Hi, You are defining the MPC registers as pointers to four byte words. Of course it will only write to every fourth register. The MPC registers are one byte only. Change it to e.g. #define MPC_PA4F...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: USB Host Functionality
Both USB ch0 and ch1 can be either Device or Host. See file: linux-3.14/arch/arm/mach-shmobile/board-rskrza1.c You can set the USB host/function at boot time:...
View ArticleForum Post: RE: 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 ArticleForum Post: Need some help on the RX111 (EVBRX111-EVE board)
Hello everybody, my name is marlon, 25y old, and i study currently information and engineering in hamburg, germany. i m a bloody beginner to µc-programming so aswell setup understanding. My Main...
View ArticleForum Post: Project dependent on another project; Does not build properly
I have a workspace with multiple projects in it. (Specifically: The CMSIS-RTOS sample for the RZ processor). One project is a sample application - and it is dependent on several other projects in the...
View ArticleForum Post: RE: Changes in circuit
Dips, What is the algorithm of current limitation for 12V schematics? Do you use the LOAD_CURRENT_SENSE for controlling the output phase voltages by means of PWM? I don't see any other current...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Changes in circuit
Yes,we use the load current sense in it. R33 is sense resistor. Please refer that part of ckt. Below are the readings of 12V. I(A) RPM 150 0.28 180 0.39 220 0.8 260 1.3 300 1.8
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: Changes in circuit
Dips, I guess you mixed up the column titles in the table. My vision is that you need either adjust the value of R33 to get the same reading values, or change the microcontroller code to create a new...
View ArticleForum Post: RE: 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 ArticleForum Post: Definition 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 ArticleForum Post: Capacitive 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 ArticleForum Post: RE: 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 ArticleForum Post: SK-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 Article