Sample Code: RZ/T1 Group Initial Settings for Microcomputers Incorporating the R-IN Engine

Hi! Renesas Community!

Target Processor: Renesas RZ/T1
Evaluation 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_vec
Undefined 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.