Forum Post: RE: where can I download e2 v5 and ssp v1.1.0
synergygallery.renesas.com/.../package
View ArticleForum Post: RE: where can I download e2 v5 and ssp v1.1.0
am.renesas.com/.../downloads.jsp
View ArticleForum Post: RE: Problem in renesas CCRL compiler debugging
Please provide a sample project so we can see the problem. Prepare a small ZIP and attach it to your post. An "instruction without address" is impossible. You look at the source code, and for lines...
View ArticleForum Post: RE: How to get "Hello World GUI" running with SSP 1.1.0 alpha?
Hallo Karol, thank you for your reply and your advise! So I will be patient ... Regards Ralph
View ArticleForum Post: multi ADC Transfer with DMAC to PingPongBuffer
Hello, I would like to transfer 4 Samples (called U,V,W, Z) from ("S12AD.ADDR0" to "S12AD.ADDR3") to a Ping Pong Buffer which is Ordered in a special way in memory for faster averaging of them later....
View ArticleForum Post: RE: multi ADC Transfer with DMAC to PingPongBuffer
You did not mention sampling rate or how much time you have etc. Since the RX is fairly efficient in handling pointers, MACs and has a barrel shifter, the way I solved this with the DMAC is: a) put...
View ArticleForum Post: RE: Kurumi-de-Internet
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: RL78/G14 Promotion board - dubugging problem under e2studio 4.3
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: Release Date, SSP 1.1.0?
When is this slated to be released? Â There are some new features we are anxiously awaiting to move forward with our project. Thanks, Rich
View ArticleForum Post: Problems with the CAN driver on 1.1.0 alpha version
Hello, I need to work with the CAN driver on S7G2 platform. I have updated my project to 1.1.0 alpha version. However, after programming the r-can drive and following the SSP user's manual, it seems...
View ArticleForum Post: RE: Problems with the CAN driver on 1.1.0 alpha version
Which board do you have? If DK-S7G2, do you have S101 #2 (CAN) on?
View ArticleForum Post: RE: boot root file from sd card for RSKRZA1
Hello, If we use ext3 to boot from sdcard the kernel couldn't mount the sdcard with RW. It is a mmc driver problem or a build root issue?
View ArticleForum Post: RE: File system issue for knowing names inside the pendrive
Dear Architect, I think I have resolve my issue. Simly by using 0 instead of 0:. Love you. Thanks for the help. Its great feeling when your project gets completed. Now I feel like a Boss And entire...
View ArticleForum Post: RE: File system issue for knowing names inside the pendrive
Just seen your reply now after putting my above comment. I haven't got your line. "You should also only call the TFAT api from the same interrupt priority level (namely IPR=0);" Not understood this...
View ArticleForum Post: RE: File system issue for knowing names inside the pendrive
Just seen your reply now after putting my above comment. I haven't got your line. "You should also only call the TFAT api from the same interrupt priority level (namely IPR=0);" Not understood this...
View ArticleForum Post: RE: File system issue for knowing names inside the pendrive
Not sure but you might need either 0:. or 0:\\. or maybe just \\ Haven't got time to test it just at the moment but have a go changing how its specified.
View ArticleForum Post: RE: data sent from Linker file (.gsi)
Specifying _fourk_3 = 0x1000; in the gsi created fourk_3 whose address is 0x1000 it doesn't specify what is at 0x1000. Paul.
View ArticleForum Post: RE: Problem in renesas CCRL compiler debugging
The more complex conditions some brackets are missing, so the interpretation is wrong. Especially with complex operands in conditions (like "if (byte_num[12].byte&0x0f==0x10)" )you should add some...
View ArticleForum Post: RE: File system issue for knowing names inside the pendrive
Peter, don't worry about the IPL (which was wrongly spelled IPR by me): As long as your code works you are at the right IPL. However, when your code got stuck you should verify whether it is calling...
View ArticleForum Post: r_sci_spi.c bug
I am using SSP V1.1.0alpha. My SPI code kept causing an exception that would land me in Default_Handler(). I traced the problem to a bug in r_sci_sspi_spei_isr_common() where an element of the...
View Article