The Forum? What?
Well, let's be brief: this forum is soooo confusing!I can't find or view anything here. The visuals are chaotic, there is too much structure (so messages end up in places where they don't get...
View ArticleInterrupts in Synergy
Hey all, Gotta be a stupid thing but I cannot get an interrupt to go to the ISR. Here's the short version:ADC14 on S3DK. Using the input the Pot is connected to. Using AD framework, no RTOS.AD...
View ArticleUSB console configurations, How?
Hi, there,When I try to add a thread with Communication Framework on sf_el_ux_comms, I am confused with the properties of g_sf_el_ux(USBX Port HS and FS on sf_el_ux) .Is there any tutorial regarding...
View ArticleRE: The Forum? What?
But the main functional problem is, of course, I came here with a ("simple" installation) problem and could not find my way efficiently to an answer.There's several good points about information...
View ArticleRE: Change GUIX text prompt COLOR property
Thanks. I know it could appear a stupid task, but I am still not aple to change properly a color of a text prompt.I need to toggle the color of a prompt every time it is pressed.I tryed the following...
View ArticleRE: USB console configurations, How?
Hello,Basic configuration for the console framework is found in SSP User's Manual, section 4.1.3.Regarding the properties:- USBHS - high-speed (only S7 and S5), USBFS - full-speed (all Synergy devices,...
View ArticleRE: Change GUIX text prompt COLOR property
Hello Laser,gx_widget_style_add only adds to existing style settings (i.e. bitwise OR). GX_STYLE_NONE is 0, therefore 2nd call to gx_widget_style_add does nothing (x | 0 = x). You should instead use...
View ArticleRE: Interrupts in Synergy
Hello,I think that you are not enabling the ISR in the NVIC, via the NVIC_EnableIRQ( <Interupt name>); functionBelow is some code that demonstrates what you are trying to do. I enable all of the...
View ArticleRE: The Forum? What?
It would be very useful if the old tags (with a given minimum number of appearances) were remembered forever. The tags section currently is useless for me because it "forgets" the tags based on its...
View ArticleRE: Interrupts in Synergy
Thanks! I'll give it a shot but I'll bet this works. One more question: I searched the SSP manual for NVIC_EnableIRQ and only found one brief mention of it. Where might I find more documentation...
View ArticleRE: Unhandled Event loop exception?
Rich-Take a look at this Knowledge Base article. Does it shed any light on your issue?en-us.knowledgebase.renesas.com/.../How_do_I_fix_Unhandled_Event_Loop_ExceptionWarren
View ArticleUnhandled Event loop exception?
Does anyone have a solution for this failure? It only happens if you have the Synergy Configuration open. It can be causes by anything done within the configuration infrastructure. It's terribly...
View ArticleRE: Unhandled Event loop exception?
Warren,Thanks for the response. I'm using the latest as far as I can tell. Versions are as follows:1. e2Studio 5.0.0.0432. Synergy 1.0.0.201604112393. SSP 1.1.3My office mate is running the same...
View ArticleRE: Error compiling Synergy Project
Hello Andrea,You're working on a S124 device which has 16K of RAM. Your project is statically allocating more than 32K of RAM and therefore linker returns an error when building an image to program...
View ArticleRE: Error compiling Synergy Project
Hi Karol,I changed the heap size and main stack size to 0x0200, but nothing changes.I will check your last point (RAM variables in the code) and I retry.Thank you.
View ArticleError compiling Synergy Project
Hi,I'm doing a project with DK-S124 v2.0 and Synergy E2 Studio 5.0.0.43. When I compile the project I found this error:make -j4 all 'Building target: charger48V.elf''Invoking: Cross ARM C...
View ArticleRE: gx_prompt_text_get usage
Hello Laser,gx_prompt_text_get takes the string from the pointer inside prompt control struct and copies that string to your destination. Your code is not allocating any destination, just a pointer to...
View Articlegx_prompt_text_get usage
Hi,I would like to get the content of a prompt text (that contains a number), store it in an integer variable and print it in another prompt text.I'm using the "gx_prompt_text_get" function as...
View ArticleRE: Displaying images from USB storage SK-S7G2
Hello Charlotte,GUIX supports more than 9 images registered as pixelmaps, however you should make sure that all of the resources can fit in the flash memory on the device (4MB for S7G2). You can store...
View ArticleDisplaying images from USB storage SK-S7G2
Hello,I'm working on the SK-S7G2 board with e²Studio and GUIX to build my GUI application. I want to display 29 images on my screen, a touch on the LCD panel slide to another image, however the board...
View Article