Forum Post: RCAR H3 BOOTING ISSUE
Hi, I am using RCAR H3 SIP module in my design. For initial boot up of the processor I am using an external SPI flash as boot loader. All the processor supply has been sequenced & the Processor...
View ArticleForum Post: VCP3 module in R-Car boards
Hi all, Did anyone knows where to find more details about the multi-codec module (VCP3) included in R-car E2/H2 Thanks Gopish
View ArticleForum Post: FIT Flash module bug (RX64M)
The FIT flash module (for RX64M) produces the following output when trying to write a very large object in one go. (However, no error occurs when the writing is split into 64 byte blocks): Error:...
View ArticleForum Post: PE-HMI1 source files for Application Notes?
I am using the PE-HMI1, and I was following the application note https://www.renesas.com/en-eu/doc/products/renesas-synergy/apn/r12an0030eu0110_synergy_guix_pe_hmi1.pdf in which two source files are...
View ArticleForum Post: RE: FINE Interface not working
A timeout error in emulator firmware processing does not look like a target connection problem. It looks like a problem with your E1. Have you tried to run a self-test on E1? Do you have a second E1...
View ArticleForum Post: RE: PE-HMI1 source files for Application Notes?
These two files are part of the Weather Panel demo application you can get from the Renesas website: www.renesas.com/.../D3017557.html This version requires SSP 1.0.0. An updated example that's...
View ArticleForum Post: RE: PE-HMI1 source files for Application Notes?
Thank you! I just tryied to download from the link you provided, but it seems this link doesn't work! Any help?
View ArticleForum Post: Temperature Sensor with I2C interface on Renesas SK board
Hi, I am writing an I2C application for ambient temperature sensor connected to the Renesas S7G2 -SK board . The application works fine when the RIIC implementation of i2c is configured ( MCU Pin...
View ArticleForum Post: RE: FIT Flash module bug (RX64M)
As a workaround I use the following function as a substitute for R_FLASH_Write: flash_err_t My_R_FLASH_Write(uint32_t src_address, uint32_t dest_address, uint32_t num_bytes) { flash_err_t result;...
View ArticleForum Post: RE: Temperature Sensor with I2C interface on Renesas SK board
On the SK-Board pin 175& 176 are used for the LCD-Touch-Controller, 127 & 128 are free to use. So the software framework may prevent the use of this pins for other access. From a hardware...
View ArticleForum Post: RE: GUIX Queue not working?
Hi Karol, Thanks for the tip, it works now complete. By the way: For my SPI touchcontroller I ran into some troubles getting the SPI to work. I had to go into the (good documented) code to find out...
View ArticleForum Post: RE: GUIX Queue not working?
The RSPI works with DTC only in 32 bit transfer mode because RSPI has 32 bit FIFO, so it'd make most sense for transfer driver to fill whole FIFO all at once. You can probably send some dummy data in...
View ArticleForum Post: RE: More on the RL78/G1D eval board embedded project
Hi Joe! I am also have the project as your project and now I do not know how to use i2c , BLE so that i can send my data from device to smart phone if I do not usb rBLE_Tool.exe Do you complete your...
View ArticleForum Post: RE: More on the RL78/G1D eval board embedded project
Hi Joe! I am also have the project as your project and now I do not know how to use i2c , BLE so that i can send my data from device to smart phone if I do not use rBLE_Tool.exe Do you complete your...
View ArticleForum Post: RE: Connecting SDRAM memory to the RZ/A1H controller
In RZ/A1H User's Manual below, you'll find Table 8.8 on page 272. It shows you can connect 128Mbit 32bit SDRAM. RZ/A1H Group, RZ/A1M Group User’s Manual: Hardware...
View ArticleForum Post: RE: USB Boot Mode
Hi Calvin, Has there been any update on the USB programming tool? The link above doesn't appear to work anymore.
View ArticleForum Post: RCAR H3 BOOTING ISSUE
Hi, I am using RCAR H3 SIP module in my design. For initial boot up of the processor I am using an external SPI flash as boot loader. All the processor supply has been sequenced & the Processor...
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
Hi Steve, Any updates? Where did you find custom_pack_creator.exe?
View ArticleForum Post: RE: e2 studio elf error 1
I open the console and fount that error is: ./src/guix_gen/gxs_specifications.o:(.rodata.w_splash_define+0x24): undefined reference to `w_splash_event'. I need to remove the event handler from GUIX...
View ArticleForum Post: Renesas R32C/118 - ps4 console syscon?
hi everybody plan to buy E8a programmer and Renesas Starter Kit For R32c/118 for repair purposes (need replace broken with new one... it equal of purchase new console or change only syscon chip) have...
View Article