I am referring the BLE SDK v3.10, Simple Peripheral application.One of the requirement we have is to use our own TRNG_generateEntropy() instead of driver provided function in ti\drivers\trng\TRNGCC26XX.c.
Instead of modifying the TRNGCC26XX.c file, we prefer to have some other way to provide our own function for the TRNG.
Can you provide the way to achieve this?