Forum Post: RE: PE-HMI and Double Frame Buffer in RAM
Hi Karol, thank you so much for your answer, the curtain effect has disappeared. We have disabled the "enable 2D Drawing engine" option in guix studio and that solved the issue. We have left the...
View ArticleForum Post: RE: Slide in/out
Hello, Please have a look at the following example that illustrates how to use GUIX sliding animations: (Please visit the site to view this file) (you'll need SSP 1.2.0-b.1) Bear in mind that fading...
View ArticleForum Post: RE: Encrypt/Decrypt a file
Thank you GiPa. I have contacted Cypherbridge last week, but i did not get any response. I was not sure they were still providing the SDK.. I understand your point of view, i will contact them again....
View ArticleForum Post: RE: Encrypt/Decrypt a file
Hi Pascal, yes they are, the SDK has been updated recently for SSP 1.1.0 Which mode and key length are you interested in? The SSP datasheet does not mention official values yet, unfortunately. But as...
View ArticleForum Post: Configure different LCD with DK-S7G2
I have a 7" TFT LCD and trying to connect with the DK-S7G2. The LCD has 2 modes DE and SYNC It has 18 bit RGB, and I connect Blue, Green and Red data bit 0-5 on the display to LCD data 0-17 connector...
View ArticleForum Post: r_gpt counting issue
I'm trying to use the r_gpt for timing function performance. To test I first tried the implementation in the provided test example suite. What I find is that it keeps returning large delta between...
View ArticleForum Post: RE: Configure different LCD with DK-S7G2
Hi dle, I think you should consider using RGB888 format. The information about colors is stored using 24 bits, 8 bits per color. If you provide 6 bits per color, then it should be possible to scale...
View ArticleForum Post: RE: r_gpt counting issue
Hello Rich, The resolution and period you configure in the driver properties, applies to overflow value. counterGet provides current value of TCNT regiser which is stored in PLCKD ticks (120MHz on...
View ArticleForum Post: RE: Encrypt/Decrypt a file
Hi GiPa, Thank you for doing this test. So, at 240MHz, this should take around 4000/240 000 000 = 16.6 us, correct ? Pascal
View ArticleForum Post: RE: Slide in/out
Steve, that's a big vote of confidence for Synergy! Thanks, it helps me trust Synergy. Seems it knows how to do the right thing. Thanks Karol. I'll study the examples. I'll upgrade to the SSP 1.2...
View ArticleForum Post: RE: Slide in/out
That is a great manual for Synergy. Notice that Synergy uses a consistent formula for all function calls using the control, config and "open, read write" structures. Once you get used to the...
View ArticleForum Post: Mirror peripheral pins to GPIO?
Is there a simple way to tie peripheral pins (such as I2C SCL/SDA) to secondary GPIO pins? I'm trying to debug my design, but don't have probe access to some pins. By mirroring them to GPIO I could...
View ArticleForum Post: GUIX Vertical lists
My application has a linked list of objects that have text elements. There maybe far too many to display at one time. In GUIX studio I added a vertical list window and a vertical scroll bar. My...
View ArticleForum Post: Post-build step question
I need to perform some automated manipulation to the .srec file that is generated when I Build my project. I tried using the e2studio "Post-build step" in Project / Properties / C/C++ Build /...
View ArticleForum Post: RE: Post-build step question
Hi JeffP, In general, the post build step in project configuration is the place to do that. In fact, the file seems to be inaccessible during post build commands execution, which is actually...
View ArticleForum Post: USB Host - Problems with host class instance SSP1.1.3
Hello, we are trying to add USB host implementation to our application. We are using PE-HMI1 board with SSP 1.1.3 We have managed to the use USB host (read & write) with the project found in:...
View ArticleForum Post: RE: USB Host - Problems with host class instance SSP1.1.3
Do you have the USB comms framework in the project as well? The USB comms framework calls ux_initialize() which will re-initialise USBX.
View ArticleForum Post: RE: Post-build step question
Thanks for your response Kamil, but none of your suggestions really address my issue. The problem is that in the makefile, the "post-build" step is executed as part of the main_project.elf step while...
View ArticleForum Post: RE: GUIX Vertical lists
Hi NoDakJoe, I've prepared a demo application for SK-S7G2 board based on Hello World GUIX project. It consists of a vertical list with a scrollbar and five rows populated with some text. You can...
View ArticleForum Post: RE: Missing Crypto API's Return NULL pointers- crash results
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View Article