Project in Aurix Development studio

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User21340
Level 1
Level 1
First reply posted First question asked
Hello all
I have got TC397 eval board and
i can able to run the examples which are imported from aurix repo, But the problem is with when i have created a project using "new aurix project" option in the file menu and selecting TC397 Board in the processor option.
I can dump the generated binary to the board. But the file is not giving any results. i have used debugger the program is going to while(1) condition Cpu0_main.cin file.
please suggest me how to create a project so that i can run on TC397 eval board.
0 Likes
1 Reply
teoBits
Employee
Employee
5 sign-ins 100 replies posted 50 replies posted
When you create a "New AURIX Project" on AURIX Development Studio, it creates an empty project that does nothing. Therefore if the debugger enters the while(1) foverer, it is correct.

If you want to use any peripheral of the AURIX TC397, please import an example following: File >> Import... >> Infineon >> "AURIX Development Studio Project", select "Infineon Code Examples Repository" and select the code example to be imported.

teoBits
0 Likes