You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IDE/Renesas/e2studio/RZN2L/Readme.md
+36-18Lines changed: 36 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,27 @@ You can download and execute wolfBoot by e2Studio debugger. Use a USB connection
17
17
|Item|Name/Version|Note|
18
18
|:--|:--|:--|
19
19
|Board|Renesas RZN2L RSK||
20
-
|Device|R9A07G084M04GBG||
20
+
|Device|R9A07G084M08GBG||
21
21
|Toolchain|GCC ARM Embedded 10.3.1.20210824|Included in GCC for Renesas RZ|
22
22
|FSP Version|1.3.0|Download from Renesas site|
23
23
|IDE|e2studio 2024-01.1 (24.1.1)|Download from Renesas site|
24
24
|SEGGER J-Link|J-Link Commander V7.94j |Download from J-Link|
25
25
|Key tool|keygen and sign|Included in wolfBoot|
26
26
27
27
28
-
|FIT Components|Version|
29
-
|:--|:--|
30
-
|Board Support Package Common Files|v1.3.0|
31
-
|I/O Port|v1.3.0|
32
-
|Arm CMSIS Version 5 - Core (M)|v5.7.0+renesas.1|
33
-
|Board support package for R9A07G084M04GBG|v1.3.0|
34
-
|Board support package for RZN2L|v1.3.0|
35
-
|Board support package for RZN2L - FSP Data|v1.3.0|
36
-
|RSK+RZN2L Board Support Files (xSPI0 x1 boot mode)|v1.3.0|
37
-
|SDRAM on Bus State Controller|v1.3.0|
28
+
|FIT Components|Version|Note|
29
+
|:--|:--|:--|
30
+
|Board Support Package Common Files|v1.3.0||
31
+
|I/O Port|v1.3.0||
32
+
|Arm CMSIS Version 5 - Core (M)|v5.7.0+renesas.1||
33
+
|Board support package for R9A07G084M04GBG|v1.3.0|Note1|
34
+
|Board support package for RZN2L|v1.3.0||
35
+
|Board support package for RZN2L - FSP Data|v1.3.0||
36
+
|RSK+RZN2L Board Support Files (xSPI0 x1 boot mode)|v1.3.0||
37
+
|SDRAM on Bus State Controller|v1.3.0||
38
+
39
+
Note1:\
40
+
To use RSIP drive, a devvice type should be `R9A07G084M04GBG`. However, choosing `R9A07G084M04GBG` won't allow to select `RSK+RZN2L` board. This example uses LED and external flash memory on `RSK + RZN2L` board. Therefore, the example temporary `R9A07G084M04GBG` for the device type. Updating e2studio or fsp could resolve the issue.
/* Copy the application program from external Flash to internal RAM. */
179
-
bsp_copy_to_ram();
193
+
/* bsp_copy_to_ram(); */
194
+
195
+
/* Clear bss section in internal RAM. */
196
+
bsp_application_bss_init();
197
+
#endif
180
198
...
181
199
}
182
200
```
@@ -324,7 +342,7 @@ To run the application,
324
342
+ Select `J-Link ARM`. Click OK.
325
343
+ Select `R9A07G084M04`. Click OK.
326
344
327
-
This simple application just downloads binary files defined in `Flash_section.s` and `Flash_update.s` through J-Link Flash Downloader. `Flash_update.s` doesn't includes`the app v2` initially.
345
+
This simple application just downloads binary files defined in `Flash_section.s` and `Flash_update.s` through J-Link Flash Downloader. `Flash_update.s` doesn't include`the app v2` initially.
328
346
329
347
Flash_update.s
330
348
@@ -394,15 +412,15 @@ Type "connect" to establish a target connection, '?' for help
0 commit comments