RNG bootloader compile error
Posted: Tue Jun 25, 2019 5:31 pm
Hi everyone,
I'm trying to use the ESP RNG but I'm not satisfied by random value returned by and because I'm not using RF subsystem I need to call but I'm facing this compiling error :
I could not find where is defined this function, can you help me ?
Thanks
I'm trying to use the ESP RNG but I'm not satisfied by random value returned by
Code: Select all
esp_random()
Code: Select all
bootloader_random_enable()
Code: Select all
main.cpp:26: undefined reference to `bootloader_random_enable()'
Thanks