Forum Post: Errors in Pin Configuration when using ADC with external reference
When I assign the pins for external reference in the configurator under Pin Selection > Peripherals > Analog:ADC > ADC, then in Pin Configuration select Custom and the dedicated pins for VREFL...
View ArticleForum Post: RE: need help on I2C callback
I had a similar deal going on... the touch driver uses a HAL layer. If you're attempting to do another I2C instance on a different thread using the same I2C channel, you've got problems. The touch...
View ArticleForum Post: RE: need help on I2C callback
So question for Renesas here: If the callback isn't actually done anything with, how come is asking for one in the properties panel?
View ArticleForum Post: RE: need help on I2C callback
Hello rjl, Callback is always optional. It exists for the driver hence you see it, regardless of whether the driver sits underneath the framework. The framework should lock this property away (and it...
View ArticleForum Post: RE: need help on I2C callback
Thanx Karol, Your help with these parts and framework is expert and invaluable. I wouldn't be anywhere close to as far along in my project as I am without your insights. I'd like to thank you for your...
View ArticleForum Post: RE: Errors in Pin Configuration when using ADC with external...
Hello Josh, In the default config for DK-S3 (yours may be different), pins P0_10 to P0_13 are configured for different function. You'll need to disable that function first before assigning them to the...
View ArticleForum Post: RE: GUIX Line Graph
Hi Karol, Line chart widget is indeed available in GUIX Studio 5.3.2.2 with SSP 1.2.0-b1. I'm too trying it out without any luck. Any document about that is available anywhere? Regards, Sivamurugan
View ArticleForum Post: RE: S7G2 SSP1.2.0b flash write error
I put this information here because it can be useful for people facing the same problem. My application use GUIX with some different windows and many drivers like USBX, SPI, CAN simultaneously and I...
View ArticleForum Post: RE: GUIX Line Graph
Hi Sivamurugan, Here's the API list for Line Chart widget: gx_line_chart_create - Creates a line chart widget. gx_line_chart_axis_draw - Draws the x,y chart axis of a line chart....
View ArticleForum Post: RE: Clock Generation Problem in Renesas Synergy S7G2-SK Board
I have prepared a piece of code for you. You have written you were unable to generate a waveform for using Clock Output, please try this out: /* Clock output generation */ cgc_clock_cfg_t clock_cfg;...
View ArticleForum Post: RE: FileX on SPI Flash
Hello Phil, When opening or formatting the media, you need to provide FileX with enough RAM to cache entire block (which in your case is 64k). I cannot see a sub-sector erase functionality on the part...
View ArticleForum Post: RE: GUIX Line Graph
Hello Sivamurugan, I'm attaching a simple example implementing line chart refreshing dynamically every 20ms: (Please visit the site to view this file) Regards
View ArticleForum Post: RE: Clock Generation Problem in Renesas Synergy S7G2-SK Board
Hello Alan, All of the pins on S7G2 have variety of functions available for them. For this particular board decision was made to use P2_5 as a CTSU reference pin. You can use P1_9 instead, under a...
View ArticleForum Post: GUIX Circular Gauge
Is there some example code somewhere as to how to use the circular gauge widget? I can't get reasonable movement on the needle so must be missing something pretty fundamental.
View ArticleForum Post: RE: GUIX Circular Gauge
Hello rjl, The needle must be set to uncompressed pixelmap in GUIX Studio. You'll also need to configure memory allocation services for GUIX. I've attached the example project in another thread on the...
View ArticleForum Post: RE: Using Message Framework
Hi, Each Event Class has Payload header file, Payload and Payload type settings. You should manually create file as entered in the first setting and create a struct (or strictly speaking typedef...
View ArticleForum Post: RE: Clock Generation Problem in Renesas Synergy S7G2-SK Board
Hi Karol, Yup, that kinda solved it... At least I'm getting an output signal now at 20MHz (can't move anything on the clocks so I think that's the cap). The thing is that it is being output in this...
View ArticleForum Post: RE: Missing reference for a license file - and cannot apply it
Hello John, Have you tried opening this configuration menu with lower resolution (i.e. 1024x768)? We're aware that there are some problems with rendering of the configuration screen at resolutions...
View ArticleForum Post: RE: Missing reference for a license file - and cannot apply it
Hi Karol, As I wrote initially - tried from 800*600 and upwards. Internal screen as well as external monitor ... Same result wether inside the configuration meny or from starting a new project!
View ArticleForum Post: RE: Missing reference for a license file - and cannot apply it
Try clicking on the blue under lined "Change license file" :- Then on the next screen, press where the black arrow is pointing to :-
View Article