Files
AT32F415_Firmware_Library/utilities/at32f415_gen_random_number_demo/readme.txt

14 lines
538 B
Plaintext
Raw Normal View History

2021-12-14 13:34:31 +08:00
/**
**************************************************************************
* @file readme.txt
* @brief readme
**************************************************************************
*/
this demo is based on the at-start board, in this demo, you can select different device on toolbar "select target".
in this demo, show how to get random number by rtc and uid, and usart1 printf the result.
through config #define ENABLE_ERTC_ASSEED value 0 or 1,to opnen or close ertc as seed for random.