Forum Post: RE: e2studio V4.3.0.008 update failure
For me the update worked fine. The official release of V.4.3.0.008 is 20th April. I suppose then also a installer will be available for download from the Renesas homepage. CC-RX is not part of the e2...
View ArticleForum Post: RX64M CAN FIT module
I might be wrong but there is an else -block missing in function R_CAN_RxRead () of file r_can_rx.c line 1098 : A STD frame ID will not be copied when in mixed mode.
View ArticleForum Post: RE: Release notes, SSP 1.0.0: USBHS/USBFS controller support
Rich and Ashwin, Both SK-S7G2 and DK-S7G2 boards are designed for USB FS device and USB HS Host. Â This information is in the Data Shorts for both kits (R12DO0003EU0100 Rev. 1.00 and R12DO0001EU0100...
View ArticleForum Post: RE: CAN communication on the H8SX1725
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Release notes, SSP 1.0.0: USBHS/USBFS controller support
Fatih, Thanks for the quick reply. Â I'm not sure this answers my question though. Â I'm looking to test throughput on the DK (or SK) board using a HS DEVICE connection. Â I understand that they are...
View ArticleForum Post: RE: RX64M CAN FIT module
Good catch. Add below, just like done for Standard mode, should do it:     else    {      /* Get only the lower 11 bits from the SID. */      frame_p- id = can_block_p-...
View ArticleForum Post: RE: How to invalidate small region of L1 cache after DMA?
Thanks for the extra info. Does anyone know what the actual cache block size for an RZ is? I want to make sure I don't read from the same cache block while DMA is taking place. The manual says 32...
View ArticleForum Post: Update to Creating Custom BSP App Note
There is a step missing from the Creating Custom BSP app note that keep the BSP from being created correctly. The app note can be found here:...
View ArticleForum Post: RE: S7 as FTP server; failing to write files to server while...
We fixed this error by allocating more memory to the packet pool used by the FTP server processing and enabling TCP window scaling
View ArticleForum Post: RE: How to invalidate small region of L1 cache after DMA?
The line size of L1 data cache is 8 words (= 32 bytes) . You must modify page table by your program to switch caching off outside of a given memory region, and then invalidate TLB entries (and BTB if...
View ArticleForum Post: RE: e2studio -- tool chain change
hi architech, there are GNU tool chain and renesas tool chain i think you can install directly the tool chain unless it overlaps the current version. you can simply check ug uncheck the tool chain...
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
Dear Gerald, Sorry for late replying. I ma continuously trying to pull the part of SD card and File system from the project that you have given to me. But the project is not working. Just for an...
View ArticleForum Post: RE: e2studio V4.3.0.008 update failure
I have exactly the same issue here. Sometimes it gets further than "Loading org.eclipse.search". But it won't start. I'm running Windows7, 32 bits. I use the Kpit GNU compiler, instead of RX-CC. The...
View ArticleForum Post: RE: IICA0 in slave mode and purpose of IICWH,IICWL registers
Thank you for your reply. I already read the AppNote. Unfortunately it has also not much more helpful information regarding the use of these settings. Still have no idea, how IICWx0 registers...
View ArticleForum Post: RE: e2studio -- tool chain change
Hi markbau, I've found the "C/C++ Build.Change Toolchain" menu item in "Renesas Tools Setting". Then I've changed the "C/C++ Build.Settings" "Compiler.Source" include entry from "C:/Program Files...
View ArticleForum Post: RE: R8C13 setup
I am using Hew version 4.09.01.007 and M16C Standard Toolchain version 5.45.01
View ArticleForum Post: RE: GUIX - setting up events and handlers
Hello Jim, Just looking at the source, it seems like your thread is stuck waiting for a touch message (TX_WAIT_FOREVER) every time you want to update your display. The best option in this case would...
View ArticleForum Post: RE: e2studio -- tool chain change
CC-RX projects usually don't use pre-build standard library files. Instead the library generator prepares a project specific standard library in the project. There is nothing to change when switching...
View ArticleForum Post: RE: JPEG Working Example
I might have found the cause of the problem of the JPEG wait timeout. It seems the ordering of clearing the interrupt in the JPEG peripheral and the ICU is incorrect. Can you try the attached file in...
View Article