Is it possible to migrate the algorithm to ARM STM32L4R5 Nucleo-l44 board with STM32CubeIDE? #1781
-
|
I have successfuly build and run the algorithm on Ubuntu, I'm wondering if the algorithm support ARM STM32L4R5 Nucleo-l44 board or can be easily compiled with STM32CubeIDE? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Our C code should build fine for any 32-bit platform. I don't know about this specific IDE but it seems to be based on gcc, which should be able to compile our code. Note: We also have experimental ARM32 assembly code. Pass |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Add
-DENABLE_MODULE_ECDH:But please, while building manually is possible and we try to make it not too hard, we ship with two common build systems, autoconf+automake and CMake. See the README file. Pick either, and it will generate a working
Makefilefor you automatically.