HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
255 stars 139 forks source link

BoardGetRandomSeed not implemented #78

Open kritzikratzi opened 4 years ago

kritzikratzi commented 4 years ago

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).

Heltec-Aaron-Lee commented 4 years ago

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