Common RZA IDE issues

From Renesas.info
Revision as of 22:31, 2 December 2021 by Zkmike (talk | contribs)
Cannot Debug RZ Application

Issue: After loading the Application code the debugger is unable to step through the code.

Solution :

  • All Applications that run from the Flash ( Serial Flash, Hyper, or Octa ) requires a bootloader to be loaded prior to loading the Application. The bootloader is responsible for configurating the RZA Flash interface and Flash chip. If the bootloader is not programmed the RZ will not operate correctly.
  • Check that the boot mode switches are set to the correct Flash.
  • Once the application is running press the Restart button ( NOT THE RESET ). This will engage the bootloader so the Flash is in the expected configuration. To automate this open the project Debug Configuration. Under the Debugger -> Connection Settings tab set the Connection -> Reset before Run. NOTE: If the application is running from RAM do not make this settings. By default the IDE turns this setting off.