Forum Post: RE: GUIX multiline text view
Hello, GUIX multiline widgets use carriage return ("\r") as a new line character. Regards
View ArticleForum Post: makefile issues during debug, SSP1.2
Hi, I have recently converted a previous working GUIX example to the new SSP1.2 and the SK S7G2 platform. On compilation, I now have an error stating: make: *** [GUIApp_KMC.elf] Error 1 GUIApp_KMC...
View ArticleForum Post: RE: makefile issues during debug, SSP1.2
Hello, Please go to Project -> Properties -> C/C++ Build -> Settings -> Cross ARM C Linker -> Libraries, and verify that there aren't any orphan library search paths from the modules...
View ArticleForum Post: GUIX project with SSP1.2
Hi, Have migrated a project for GUIX to SSP1.2, its based on the SK S7G2 example project. The project debugs, but on screen image is a plain white background. I'm unsure if the display is being...
View ArticleForum Post: RE: GUIX project with SSP1.2
Hello, Which GUIX project did you migrate? In SSP 1.2.0-b.1 JPEG decoding under GUIX is not functional so you'll have to change properties of all pixelmaps disable "raw format". Make sure pins P1_15,...
View ArticleForum Post: RE: Synergy Oscillator
Hello Brian, Please verify that on the Pins tab under Peripherals -> System:CGC -> CGC0, the operation mode is set to to at least Main Osc (or Main + Sub Osc or Custom) and pins EXTAL and XTAL...
View ArticleForum Post: RE: GUIX project with SSP1.2
Hi Karol, I used the Hello World project, I had made some changes to have our own images and altered some widgets to demo the capability. Pin GPIO configuration has been checked as per the application...
View ArticleForum Post: RE: GUIX project with SSP1.2
Hello, Please have a look at the following application for GUIX under SSP 1.2.0-b.1: (Please visit the site to view this file) Regards
View ArticleForum Post: Deadlock and thread priority
Working from a guess here as I don't have traceX installed BUT.... I've got 2 threads working on 3 devices on the same I2C bus. One thread (Audio) is set at priority 1. The other thread is at a much...
View ArticleForum Post: Debugging S7G2-SK Fun with Sensors Lab
I attended the Renesas Iot workshop in December. I was unable to attended the advanced workshop last month that could have help me understand how to troubleshoot this problem with the Fun with Sensors...
View ArticleForum Post: RE: Deadlock and thread priority
By default the mutexes that are used by the framework do not use the Priority Inheritance method. When the access to the bus is started, the first caller will lock the bus by obtaining the mutex and...
View ArticleForum Post: RE: Debugging S7G2-SK Fun with Sensors Lab
Hi, The GPS module uses standard NEMA sentences to communicate the Lat & Long with. The format is in HHMM.MMMM format. Make sure that you convert this to the HH MM SSS format (which is commonly...
View ArticleForum Post: RE: Debugging S7G2-SK Fun with Sensors Lab
I mapped the coordinates from the GPS on the display with google maps and get the correct location so must be an issue with the mapping on the Thingspace ( not that big of an issue as it is close). I...
View ArticleForum Post: RE: Debugging S7G2-SK Fun with Sensors Lab
Update Looks like I will be unable to use TraceX to debug as it requires a production license, I only have an evaluation license as I am a student not a company.
View ArticleForum Post: USB Memory Stick Bootloader
For the RX family Renesas made a bootloader capable of loading and flashing a firmware file from an USB memory stick. With the Synergy family I've seen that the SSP 1.2.0 beta includes a...
View ArticleForum Post: RE: Debugging S7G2-SK Fun with Sensors Lab
Hello, You should still be able to add "ThreadX Source" to enable TraceX - you just won't be able to see the code. When you look at the evaluation license details, it should state that it compiling...
View ArticleForum Post: RE: USB Memory Stick Bootloader
Hi, The work on the bootloader module is still in progress, I'm afraid there is no planned release date yet. For more information please refer to: renesasrulz.com/.../bootloader-from-usb-for-s7...
View ArticleForum Post: RE: USB Memory Stick Bootloader
Hello Laboratori, As adboc stated, there's no bootloader/downloader module available in SSP 1.2.0-b.1 (or 1.2.0 Gold for that matter). Flash driver should give you sufficient flexibility when...
View ArticleForum Post: RE: USB Memory Stick Bootloader
Thank you adboc and Karol. I was asking about an RX-like solution because with that approach no safeguards are needed and all the flash and QSPI are available for the application as long as you foresee...
View ArticleForum Post: RE: NetX Http Client error
Hello Karol, I've spend two days to debug deeply my problem since the beginning of the Forum Thread and I'm running into a bug in _nx_tcp_socket_receive. To make it shorter: the receiving socket is not...
View Article