Implement a unique, showcase application for the NXP i.MX RT1064-EVK taking advantage of the on-chip cryptographic True Random Number Generator (TRNG) and an interactive NetX Duo Network Diagnostic Console over TCP.
Hardware TRNG Driver
Network Diagnostic Console Demo
Build & Simulation Integration
Implement a unique, showcase application for the
NXP i.MX RT1064-EVKtaking advantage of the on-chip cryptographic True Random Number Generator (TRNG) and an interactive NetX Duo Network Diagnostic Console over TCP.Hardware TRNG Driver
app/trng.handapp/trng.cimplementing register-level access to the i.MX RT1064 TRNG peripheral.trng_init(),trng_get_random_u32(), andtrng_get_random_data(buffer, len)Network Diagnostic Console Demo
app/demos/netx_trng_console/main.ctrng,info,led [on|off|toggle],threads.app/demos/netx_trng_console/client_main.c(Automated Client verifying TRNG entropy & remote LED control).app/demos/netx_trng_console/CMakeLists.txtandnx_user.h.Build & Simulation Integration
CMakeLists.txtto registernetx_trng_console.renode/mimxrt1064-trng-console.rescfor execution.