PB, Frank is right. This is toolchain-dependent. Besides you have to, at least, create a new CC-RX project when in a fresh new e² studio installation in order to get this utility extracted into \Utilities\ccrx sub-directory. Best regards, Felipe
↧
Forum Post: RE: \DebugComp\renesas_cc_converter.exe removed from E2studio 6.2.0: is there a replacement?
↧
Forum Post: RE: define a "#pragma section" with KPIT GNU RL78 ?
OK thanks FrankL for your confirmation. Best Regards, Eric
↧
↧
Forum Post: RE: Using SFMA0 to read/write SPI RAM
Frank, do you have a contact at your local Renesas sales office? Usually support for the dashboard devices is provided directly by Renesas FAEs and app engineers.
↧
Forum Post: RE: Support multiple USB drives (Mass Storage)
Hi adboc, The example is in SSP1.4. I'm currently using SSP1.3 and can't import the the example to look at. I'm working to the obtain the new license for SSP1.4. In the meantime, I followed your instruction and trying to set the UX_HOST_CLASS_STORAGE_MAX_MEDIA and UX_MAX_HOST_LUN to 2, through the Cross ARM C Compiler Preprocessor setting. But the compiler complains as shown below and the #define remains as 1. ... el/ux_host_class_storage_src_user.h:11:9: warning: 'UX_HOST_CLASS_STORAGE_MAX_MEDIA' macro redefined #define UX_HOST_CLASS_STORAGE_MAX_MEDIA (1) ^ :155:9: note: previous definition is here #define UX_HOST_CLASS_STORAGE_MAX_MEDIA 2 ^ 2 warnings generated. What is the correct way to set this two values? Thank you.
↧
Forum Post: RE: Support multiple USB drives (Mass Storage)
Hi adboc -- Please ignore my previous post. I was looking at this the wrong way. I found the setting that you referred to under "Properties" tab for the USBX Host Class Mass Storage Source. I'm fixing my workspace now. Thank you.
↧
↧
Forum Post: CAN bit rate on TB-S3A6
Hi, We would like to evaluate the CAN communication between the SK-S7G2 card (which we already have) and the TB-S3A6 card (to be purchased) with high bit rates (500KBits and 1 MBits). Does the basic X2=32 KHz quartz on the TB-S3A6 board allow these tests or will I have to mount the X1=12 MHz X1? Obviosly I have to add an High speed CAN transceiver on microcontroller pin 2=P401 and 3=P403? Finally, as I read on other post dedicated to CAN communication, I have to remove R119 and C100 on SK-S7G2 board? Regards, MPGA
↧
Forum Post: RE: adc periodic framework using both adc0, and 1, and their timing between them
I'm interested if some body find a way 2 use 2 adc periodic? thanks
↧
Forum Post: Global Pen Down Event in GUIX
Hello, I have a PWM driven buzzer that I would like to tie in to give user feedback when they press on my touch screen. I'd like to know if there is some way to capture a global pen down event. Now there is a caveat to this: it can't be the pen down event that is generated by the touch driver. GUIX appears to filter out pen down events for items that are not enabled. I'd like to tie in to this for the buzzer. I don't want the buzzer to beep if the user presses in any old random place on the screen. I only want the buzzer to beep when the user touches something valid on the screen. I realize that I could do this in a tedious way of putting the beep routine in each screen's event handler, but I have 10+ screens to work with and would really rather just tie it in once. Is there any way to do this?
↧
Forum Post: RE: Can transmission problem on S5D9
I dont use timer interrupt for CAN transmission json formatter
↧
↧
Forum Post: RE: How to make the RL78/G1D Evaluation Board send data to smartphone APP through Custom Running Profile?
Can you share your solutions? spanish dictionary
↧
Forum Post: RE: \DebugComp\renesas_cc_converter.exe removed from E2studio 6.2.0: is there a replacement?
thanks Frank, Felipe I understand,installing the E2Studio does not automatically install the toolchain ; just wanted to confirm if the .exe was not part of the CCRX v2.0.7. Thanks, both for the answer.
↧
Forum Post: RE: \DebugComp\renesas_cc_converter.exe removed from E2studio 6.2.0: is there a replacement?
Correction "if the .exe was NOW......"
↧
Forum Post: RE: SPI Framework using SPI HAL drivers and MISO idles low?
I am still having difficulties with this situation. I generated a blank project and configured the pins and parameters for the BSP. I wrote my code again line by line to make sure I knew what I was doing on each line. I configured SCI5 for my SPI requirement and SCI4 for a UART requirement. The MISO line configured on P502 by the configurator still exhibits this characteristic of only allowing the output waveform to have a maximum peak voltage of approximately 1.3V. I checked the pin configurations for contention and see none. I did not use the SPI framework, only HAL drivers. I only configured one SPI driver in an effort to get data from my ADC. I am in pretty dire straights for support on this one, the project this is problem is affecting is my senior design project. If this doesn't work I may not graduate in a week.
↧
↧
Forum Post: RE: SPI Framework using SPI HAL drivers and MISO idles low?
Code: if (adc_int_flag == true) { /* clear the isr flag */ adc_int_flag = false; /* send chip select high, it idles low */ g_ioport.p_api->pinWrite(ADC_CS, IOPORT_LEVEL_HIGH); /* perform SPI5 write/read function * write/read function used to set MOSI low for the duration of the read, * required by MAX11161 ADC */ err = g_spi5.p_api->writeRead(g_spi5.p_ctrl, (void *) read_reg_8, dst, sizeof(dst), SPI_BIT_WIDTH_8_BITS); /* block until the reentrant spi transaction is completed */ while(spi_done == false); /* clear the spi_done flag */ spi_done = false; /* send chip select back to idle state (low) */ g_ioport.p_api->pinWrite(ADC_CS, IOPORT_LEVEL_LOW); /* evaluate the loop status */ if (working.sample_num == SAMPLES) { read_complete = true; } /* increment the sample number */ working.sample_num++; } (Please visit the site to view this file)
↧
Forum Post: RE: SPI Framework using SPI HAL drivers and MISO idles low?
UPDATE: I built a project solely to test the SPI device and my micro's output. I only configured the pins for JTAG and SPI, but I used the following process: -config peripheral -add HAL driver -config HAL driver The test program behaves appropriately, I will add my other requirements to it one step at a time to see what happens. I will start with the UART peripheral and driver as that was the only other HAL driver that was in my last project.
↧
Forum Post: RE: Renesas E1 Debugger Issue
Hi Mike I couldnot resolve this issue yet. Please help. Regards Mayank Bhatt
↧
Forum Post: RE: RX231 to AWS
Hi JM, I'm not sure if AWS supports RX231 board. What I know is it's the RX65 kit www.renesas.com/.../aws-wi-fi-cloud-connectivity-kit.html that is being powered by AWS. JB RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ https://en-us.knowledgebase.renesas.com/
↧
↧
Forum Post: RE: [RCar-H3]Can I know what are the audio codecs supported in R-Car H3?
Hi Indira, I'm not sure if this information is available in public. I would suggest you contact Renesas for your concern. JB RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ https://en-us.knowledgebase.renesas.com/
↧
Forum Post: free() function in C programming
Hi All, I have doubt in free() function in C programming language. When we want to free memory (which is already allocated by malloc/calloc) we passing only initial address of a pointer . Then how the free function come to know how much byte of memory it as to free. If some one know , please help me to understand the concept. Regards, Karthikeyan
↧
Forum Post: RE: third part library integration error
Hi Aj, Have you already found a way to solve this issue? JB RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ https://en-us.knowledgebase.renesas.com/
↧