CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

BoardGetRandomSeed not implemented

Open kritzikratzi opened this issue 5 years ago • 1 comments

Poking a bit in the source code, it appears there should be BoardGetRandomSeed() and HW_GetRandomSeed(). But both are not implemented (produce a linker error).

kritzikratzi avatar Apr 20 '20 12:04 kritzikratzi

Indeed the seed is system ticker, The system ticker of ASR650X is not accurate, so it can be used as the random seed.

This topic may make sense to you: http://community.heltec.cn/t/cubecell-micros-function/985/3?u=supporter

Heltec-Aaron-Lee avatar May 16 '20 07:05 Heltec-Aaron-Lee