Hi! Renesas Community!
Target Processor: Renesas RZ/T1Evaluation Board: RTK7910018
Sample Code: RZ/T1 Group Initial Settings for Microcomputers Incorporating the R-IN Engine
Question#01
I am trying to import the project and attempted to build but nothing to build error pops up.
I have created new project and copied project files of sample code and tries to build but this time following error pops up.
Undefined reference to set_low_vecUndefined reference to 'copy_to_atcm'Undefined reference to 'cache_init'Undefined reference to 'copy_cm3'Undefined reference to '_heapend.c'
All of the aboves are the functions in loaderinit2.c. How to resolve this issue.
Question#02
There is also main function in loaderinit2.c. Why there is another main in loaderinit2.c. What's the sequence of program execution. Is the program executed using main or this main in loaderinit2.c.
Question#03
What are atcm wait settings? Settings of the ATCM are found in r_atcm_init.c. but there is no function call of this? How this function is executed? What's the sequence of the program?
Thanks.
Any one having work on it? please commenr
I think you don't have the right e2studio and toolchain settings for RZ/T1 device. Please install the right e2studio and toolchain for RZ/T1 device first. See my comment on your RZ/T1 Compiler post.
I have a quick try with the sample code RZ/T1 Group Initial Settings of the Microcomputers Incorporating the R-IN Engine Rev.1.31. Project build successfully, without any error.
e2studio and toolchain installed on myside.
This sample code is developed for Evaluation Board: RTK7910017
I have purchased RTK7910018 Evaluation kit.
When i try to debug this code, Error pops up it says the project is configured for RTK7910017 but you are launching for RTK7910018.
What changes do i have to make, to get this sample code working on RTK7910018 kit.
I have changed device number
Any one worked on it, Please comment
You are using a device that incorporating the R-IN Engine and the sample code contain two project for R4 and M3 core. So you need to change device in both project as well as the debug configuration.