Hello,
I have a RZT2M Starter Kit and I'm trying to learn to work with this by going through the Renesas Blinky Template Tutorial which is described in the "RZ/T2, RZ/N2 Getting Started with Flexbile Software Package" PDF. I went throught that document step by step until the Debug phase where it get stuck in the execution of the startup file. It's my first time working with a Renesas platform, so I would be grateful if someone can help me.
Below is the code section in which it stops. Under normal circumstances the debugger is configured to stop at the breakpoint in the main function.
Hi Mike,Did you try to run the code using the play icon? Please follow the instructions in sections 4.5 Debug the Blinky Project and 4.6 Run the Blinky Project from the "RZ/T2, RZ/N2 Getting Started with Flexbile Software Package" document.What is the output of the Console (log) in e2studio?Kind Regards.
Hi,
I didn't have access to the internet last week, so sorry for the delayed response. Also thank you for trying to help me.
By now I have found the solution to my problem. I was using e² studio v1.2.0 and it turns out that the IDE is debugging the program in Thumb Mode by default. By following the instructions of this post Debug Arm Mode (or Thumb Mode) Program in e² studio | Renesas Customer Hub (teamsupport.com), I was able to run the Blinky template without further issues. Hopefully this will help others should they also encounter the same problem.
Cheers!