Forum Post: RE: Code Flash Erase Issue
Now that I am back up and running (thanks Jeremy), I am investigating the issue I am having where the debugger breakpoints at address 0xfffffffe when I execute the g_flash_hp erase() function to try...
View ArticleForum Post: RE: Code Flash Erase Issue
The flash_hp erase code runs from RAM, as when the flash is being programmed or erased, the CPU cannot access it for normal code execution or normal data fetch. The Vector table normally resides in...
View ArticleForum Post: RE: Code Flash Erase Issue
Thanks for the detailed explanation Jeremy. It is exactly what I was thinking but I wanted to make sure I wasn't missing anything. -- Jeff
View ArticleForum Post: 7" TFT display on the SK-S7G2
I'm trying to use a 7" TFT touch display with the SK-S7G2. I unpluged the LCD flat cable that come with the SK-S7G2. Next, I connect the 7" LCD to the header pins on the kit using the same pin...
View ArticleForum Post: GUIX ADC Data to LCD of SK-S7G2
How can I display ADC data using GUIX and LCD on SK-S7G2??? Please guide me.
View ArticleForum Post: Porting of ssp 1.1.3 project to 1.2 beta issue.
Dear Forum, I just got the new ssp 1.2beta installed along with the new ssc and IAR tools. I have an old project that I wanted to get setup on the new ssp. Im noticing a few differences specifically...
View ArticleForum Post: RE: Porting of ssp 1.1.3 project to 1.2 beta issue.
Hi rupertm, When I add the stack to the thread and click on the red-highlighted block, I am able to edit the properties of this block, including Interrupt Priority. If you can't see these properties,...
View ArticleForum Post: RE: GUIX ADC Data to LCD of SK-S7G2
Hi kits. First of all, please go through this document - www.renesas.com/.../r12an0021eu0111-synergy-guix-sk-s7g2.pdf It is a "Hello world" project paper for GUIX. Here is the e2 Studio project for...
View ArticleForum Post: RE: 7" TFT display on the SK-S7G2
Hello, What is the resolution of your 7" screen? SK-S7 does not have SDRAM so you'll need to change section for the frame buffers to bss (and then they will most likely not fit in the memory). Regards
View ArticleForum Post: RE: 7" TFT display on the SK-S7G2
Hi Karol, The LCD resolution is 1792*1024 I did try with bss but but it not fit. How to scale down the jpeg size? (make the display area smaller of changing the graphic screen size in the Driver on...
View ArticleForum Post: RE: 7" TFT display on the SK-S7G2
The Graphics LCD controller on the S7G2 supports (taken from the HW manual) :- Total number of vertical lines: Up to 1024 lines Number of valid vertical lines: 16 to 1020 lines (resolution: 1 line)...
View ArticleForum Post: RE: GUIX ADC Data to LCD of SK-S7G2
Hello, I happen to have put together an example project that implements most of the functionality you require. The following project updates text prompt with variable that's periodically increased:...
View ArticleForum Post: RE: GUIX ADC Data to LCD of SK-S7G2
Here is a piece of code that also might be helpful. ADC reading shown in prompt widget using GUIX.
View ArticleForum Post: RE: 7" TFT display on the SK-S7G2
Hello, You can use QSPI to store source JPEG, however it needs to be decompressed into RAM/SDRAM which is where your frame buffer should be placed. Despite S7G2 devices providing support for SDRAM,...
View ArticleForum Post: RE: NX SNTP nx_sntp_client_receiving_updates
Hi rupertm, I think i have an additional problem.... when using "nx_dns_host_by_name_get" to get the IP of "pool.ntp.org" the return value ist 0xa3. Maybe you could share the DNS / SNTP part of your...
View ArticleForum Post: Adding the Webserver/HTTP Sever using the new X-Ware Component...
Issue When the HTTP Server is added using the New X-ware - NetX configurator, the dependency for the media pointer is added as part of the configuration. The developer needs to then choose the Media...
View ArticleForum Post: GUIX Question
Not certain if this the correct forum for this, though this is for use with Synergy. In any case, I will be writing to a display with resolution 873 x 500. However, Guix does not seem to like this...
View Article