]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
Fix Diag example build REL.CORESDK.07.01.00.20
authorSivaraj R <sivaraj@ti.com>
Tue, 13 Oct 2020 02:49:58 +0000 (08:19 +0530)
committerSivaraj R <sivaraj@ti.com>
Tue, 13 Oct 2020 03:03:44 +0000 (22:03 -0500)
Signed-off-by: Sivaraj R <sivaraj@ti.com>
packages/ti/diag/examples/ecc_example_app/j721e/platform.h

index 113df408ae75d57295f968841f636361788fb998..9fafc1c4a932b37df852b77d39aece4ac1fc092d 100644 (file)
@@ -40,4 +40,8 @@
 
 #define UART_INSTANCE 0
 
+#define MAIN_UART_INSTANCE (2U)
+#define MAIN_UART_FREQ (115200)
+#define MAIN_UART_BASE (0x2820000UL)
+
 #endif /* _INCLUDE_PLATFORM_H_ */