GUIX - Display View Rotation 90 degrees
I would like to rotate the display view of the S7G2 SK display +/-90 degrees?Is there any possibilty to do that in an easy way? And if yes, which points/issues must be taken in account?My poor...
View ArticleRE: Single Console - Multiple Interfaces?
Ralph-I have created a short knowledge base article here with a project version of the Telnet console swap demo for the SK-S7G2 kit. Look it over and let me know if it works for...
View ArticleRE: JPEG Working Example
YES!!! Jeremy, the issue with the small images is solved. No need to upgrade e2studio, I'm using e2studio 4.2.0.012.Thanks!Note that copying the new file to the SRC folder has forced me to change the...
View ArticleRE: GUIX - Display View Rotation 90 degrees
Hello Ralph,The upcoming release of the SSP (1.1.0) implements screen rotation on a Framework level. Please look forward to finding it on the Gallery in the near future. The preview version (alpha)...
View ArticleUSBHS Device Mode Initialization
Can someone enlighten me as to how to initialize the on board USB HS controller in DEVICE mode? There's a function, '_ux_dcd_rx_initialize()' which takes one parameter (the dcd_io address). From the...
View ArticleRE: GUIX - Display View Rotation 90 degrees
Hello Karol,thanks for your reply!That sounds very good! Do have any information when Renesas is planing to release SSP 1.1.0?I thought this should be middle of April or I'm wrong. One other question...
View ArticleRE: GUIX - Display View Rotation 90 degrees
Hello Ralph,Currently, 1.1.0 release is planned to be released before end of May. You can download alpha version of e2studio 5 from the "release archive" in the Gallery:...
View ArticleRE: Single Console - Multiple Interfaces?
Hallo Warren,thank you very much for your project! Now I was able to add USB console to your project and then I could work via two interfaces USB and LAN with the same console menue - really cool! I've...
View ArticleRE: Single Console - Multiple Interfaces?
Hello Ralph,UART comms framework should be interchangeable with the the other two (Telnet and USB CDC). One thing to remember is that RS232 transceiver that's connected to this UART port goes to sleep...
View ArticleRE: Getting rid of e2studio auto completion
What you are looking for is an eclipse feature."/**" and enter. Or type "com" and ctrl+spaceYou can change the template of "com".Window > preferences > C/C++ > Editor > Templates >...
View ArticleGetting rid of e2studio auto completion
While I find auto completion of variables and functions pressing Control+Space very useful, I find "automatic" auto completion very annoying most of the time so I disabled it for all the cases I could,...
View ArticleRE: Single Console - Multiple Interfaces?
Hallo Warren,yes, for my opinion the UART console should work similar to LAN/USB but in my case it doesn't. The UART port seems to echo something, due to that, I guess the HW-interface and config...
View ArticleRE: Where to find Synergy RTC API documentation?
Hello Lee,You can find User Guide for RTC HAL driver in chapter 4.38 of the SSP User's Manual. Chapter 7.21 explains in more detail the RTC HAL API.Regards,Karol
View ArticleWhere to find Synergy RTC API documentation?
I used the Synergy Configuration to generate support for the RTC. Now I need to find how the HW layer can be accessed from a ThreadX task.Is there a document that describes the HAL APIs?Thanks in...
View ArticleComplementary PWM Outputs Using SSP
Hi all,I'm working with an SK-S7G2, and I'm looking to use the General PWM Timers to generate specific pulses on output pins. Currently, I have a PWM timer set up with the following settings:What I'm...
View ArticleRE: Single Console - Multiple Interfaces?
The automatic powerdown is a feature of the ICL3227. It is hardwired, the only way to suppress it by software is to "talk" tothe transceiver in intervals under the time-out for this feature.But you can...
View ArticleRE: Single Console - Multiple Interfaces?
Hello josh222,thank you for your hint and the explanation! I guess we will pull that pin to 3.3V, because we've got no powersensitve application.RegardsRalph
View ArticleRE: Single Console - Multiple Interfaces?
Hello Ralph.If you don't want to alter your board, in this threadrenesasrulz.com/.../6094.aspxyou will find a code snippet I posted to wake up the transceiver any time you need to transmit.Regards
View ArticleRE: Getting rid of e2studio auto completion
Thank you O. R., but there is something in my e2studio setup that keeps this feature on, no matter what I do. I tested the /**, the com and even I removed completely the "multi-line comment" inside the...
View ArticleRE: Getting rid of e2studio auto completion
OK. Here's another way:Just type out your comments as regular text.Then highlight the text and press Ctrl+Shift+/ to comment the text.Or if you start the code block with a /* then hit enter, press...
View Article