Forum Post: RE: Using Infrared Distance Sensor with GR-SAKURA
This is a clever use of a Sakura board Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: e2 studio version 3 (new video tutorial)
Here is a great source of video tutorials. A little out of date, but very useful. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: code samples for gnu as RL78/G12
You did not say how you will implement (IDE or command line). If you want some sample code, e2studio will generate a GNU project for G12. Since the start up code is assembler you will also get a...
View ArticleForum Post: RE: build fails after workspace import from hew to e2studio
dashboard, Have you seen this thread? renesasrulz.com/.../4941.aspx Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Using RTC within RX63N
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Upgrading to the Renesas RZ/A1H
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: SPI example for the Sakura Board
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: UART snooze Mode
This thread will be archived due to inactivity. Mike Clements RenesasRulz Moderator
View ArticleForum Post: Run the ADAS Surround-View-Kit
Hello, i have a Problem with the ADAS Surround-View-Kit. How can i boot the Yocto Image on a USB Stick? Another problem is, when i boot Yocto over ethernet the system is runing, but if i start...
View ArticleForum Post: RE: Please visit us at BT Europe - September 2015
This thread will be archived because it is out of date. Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Need some more information Can you write and read a file from the RX111 without involvement of the PC. What data is in a file you are trying to read ASCII text or binary. Can you try writing a file on...
View ArticleHow can i boot Yocto via USB Stick? in ADAS
How can i boot Yocto via USB Stick? in ADAS
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Yes the file function has file pointer and other values. i am not using gets function . I am using read function. I think the problem is with the long file name. The files that I am getting has long...
View ArticleForum Post: RE: error E0747 on CCS78k0r
If you only show the function definition but not the prototype, we cannot say anything about the cause of the error message. You know that "char" is different from "unsigned char" or "signed char"....
View ArticleForum Post: RE: How to use p_context of can_cfg_t?
Hello Ralph, In SSP, p_context is the pointer to the function that was executing when an interrupt was triggered. It can be used by ThreadX frameworks to provide thread-safe interrupt handling but...
View ArticleForum Post: Startup code - e2studio
Hi, I'm developing a project on Synergy S7G2-SK board and I'd like to modify the startup code to init some peripherals. The problem is that when I edit file 'startup_S7G2.c' (e.g. adding a comment)...
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Can I ask you a simple question? I dont have solution over it. Suppose my project is to connect Pen drive to my USB port and immediately the file names inside the project should be displayed on LCD....
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Can I ask you a simple question? I dont have solution over it. Suppose my project is to connect Pen drive to my USB port and immediately the file names inside the project should be displayed on LCD....
View ArticleForum Post: data sent from Linker file (.gsi)
Dear all, Am not be able to send an integer value from the linker file (.gsi) , For example: I am using _fourk_3 = 0x1000; Thanks in advance, Ravi
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
When you use the short filename you don't get an error so it shouldn't be the filename that is a problem. But to rule that out why not just rename the file on the pen drive first to 8.3 format before...
View Article