This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/DRA750: Clock configuration of DRa7xx

Part Number: DRA750


Tool/software: TI C/C++ Compiler

Hi,
I am developing the DR750 (exactly 5777g development board). I run the linux exmaple and checked the speeds of AES encryption and it gave results:

The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-cbc 50543.57k 222789.33k 374471.68k 434548.36k 4665753.60k

command:
 openssl speed -evp aes-128-cbc

When I run my simple project on BIOS and use ported OPenSSL AES I get results around 25MB/s (packets 1024 bytes). Linux is 8x time faster. could it be beacuse linux is running with higher clock speed? Is there a way to speed up the Cortex-A15 clock?

Regards,
Pawel