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
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The example project summary is listed below and is relevant for every project.
22
22
|Item|Name/Version|
23
23
|:--|:--|
24
24
|Board|RZN2L|
25
-
|Device|R9A07G084M04GBG|
25
+
|Device|R9A07G084M08GBG|
26
26
|Toolchain|GCC for Renesas RZ|
27
27
|Toolchain Version|10.3.1.20210824|
28
28
|FSP Version|1.2.0|
@@ -34,7 +34,7 @@ The example project summary is listed below and is relevant for every project.
34
34
|Board Support Package Common Files|v1.20||
35
35
|I/O Port|v1.2.0||
36
36
|Arm CMSIS Version 5 - Core (M)|v5.7.0+renesas.1||
37
-
|Board support package for R9A07G084M04GBG|v1.2.0||
37
+
|Board support package for R9A07G084M04GBG|v1.2.0|Note1|
38
38
|Board support package for RZN2L|v1.2.0||
39
39
|Board support package for RZN2L - FSP Data|v1.2.0||
40
40
|RSK+RZN2L Board Support Files (RAM execution without flash memory)|v1.2.0||
@@ -50,6 +50,8 @@ The example project summary is listed below and is relevant for every project.
50
50
|Renesas Secure IP Driver|v1.3.0+fsp.1.2.0|Need to contact Renesas to get RSIP module|
51
51
|RSIP Engine for RZ/N2L|v1.3.0+fsp.1.2.0|Need to contact Renesas to get RSIP module|
52
52
53
+
Note1:\
54
+
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.
53
55
54
56
## Setup Steps and Build wolfSSL Library
55
57
@@ -93,16 +95,18 @@ The example project summary is listed below and is relevant for every project.
93
95
3.) Prepare UART to logging
94
96
95
97
+ Download Sample package from [BACnet Start-Up](https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/bacnet-start-rzn2l-rsk)
96
-
+ Copy the following C source files from the project to src/serial_io folder of `test_RZN2L`
97
-
+ um_serial_io_uart.c
98
-
+ um_serial_io_task_writer.c
99
-
+ um_serial_io_cfg.h
100
-
+ um_common_api.h
101
-
+ um_common_cfg.h
102
-
+ um_serial_io.c
103
-
+ um_serial_io.h
104
-
+ um_serial_io_api.h
105
-
+ um_serial_io_internal.h
98
+
+ Copy the following C source files from the project to src/serial_io folder of `test_RZN2L`\
99
+
um_serial_io_uart.c\
100
+
um_serial_io_task_writer.c\
101
+
um_serial_io_cfg.h\
102
+
um_common_api.h\
103
+
um_common_cfg.h\
104
+
um_serial_io.c\
105
+
um_serial_io.h\
106
+
um_serial_io_api.h\
107
+
um_serial_io_internal.h
108
+
109
+
106
110
+ Open um_serial_io_task_writer.c and re-name printf to uart_printf
0 commit comments