Difference between revisions of "Renesas RZ/N2L-RSK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Renesas RZ/N2L-RSK evaluation board. 450px == Minimum requirements == * J-Link software V7.7...")
 
(Preparing for J-Link)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
This article describes specifics for the Renesas RZ/N2L-RSK evaluation board.
 
This article describes specifics for the Renesas RZ/N2L-RSK evaluation board.
  +
<!-- [[File:Renesas_RZN2L-RSK.jpg|450px]] -->
 
[[File:Renesas_RZN2L-RSK.jpg|450px]]
 
 
 
== Minimum requirements ==
 
== Minimum requirements ==
 
* J-Link software V7.70a or later
 
* J-Link software V7.70a or later
Line 14: Line 12:
   
 
[[File:Renesas_RZN2L_Connect.PNG|400px]]
 
[[File:Renesas_RZN2L_Connect.PNG|400px]]
  +
  +
==NOR flash programming==
  +
===Board Preparation===
  +
#Check whether SW4 on RZ/N2L RSK board is set as 16bit bus boot mode(NOR flash):<br>'''<SW4>''' (16bit bus boot mode (NOR flash)): 1-ON; 2-OFF; 3-ON; 7-OFF<br>'''<CN24>''' Short 1-2<br>'''<CN17>''' Short 1-2
  +
#Power on reset the RZ/N2L RSK board
  +
===Test Procedure===
  +
#Start J-Link Commander<br>JLink.exe -device R9A07G075M0 -if SWD -speed 12000 -autoconnect 1
  +
#Enter the following commands<br>r<br>loadfile [[Media: 1MB_TestData.bin|1MB_TestData.bin]],0x70000000
  +
#Repeat the loadfile sequence several times<br>Expected result: Programming skipped
  +
#Enter the following commands<br>r<br>exec setcomparemode 0<br>loadfile 1MB_TestData.bin,0x70000000
  +
#Repeat the loadfile sequence several times<br>Expected result: Programming will be executed each time because compare step is skipped
   
 
== Example Project==
 
== Example Project==

Latest revision as of 15:07, 1 September 2022

This article describes specifics for the Renesas RZ/N2L-RSK evaluation board.

Minimum requirements

  • J-Link software V7.70a or later

Preparing for J-Link

  • Connect the J-Link to the debug header (J13 or J20)
  • Power the board via USB C (CN5) or external power supply / power jack (CN6)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Renesas RZN2L Connect.PNG

NOR flash programming

Board Preparation

  1. Check whether SW4 on RZ/N2L RSK board is set as 16bit bus boot mode(NOR flash):
    <SW4> (16bit bus boot mode (NOR flash)): 1-ON; 2-OFF; 3-ON; 7-OFF
    <CN24> Short 1-2
    <CN17> Short 1-2
  2. Power on reset the RZ/N2L RSK board

Test Procedure

  1. Start J-Link Commander
    JLink.exe -device R9A07G075M0 -if SWD -speed 12000 -autoconnect 1
  2. Enter the following commands
    r
    loadfile 1MB_TestData.bin,0x70000000
  3. Repeat the loadfile sequence several times
    Expected result: Programming skipped
  4. Enter the following commands
    r
    exec setcomparemode 0
    loadfile 1MB_TestData.bin,0x70000000
  5. Repeat the loadfile sequence several times
    Expected result: Programming will be executed each time because compare step is skipped

Example Project

TBD

SETUP

TBD