kgoba / ft8_lib

FT8 library
MIT License
201 stars 67 forks source link

Is STM32F427VGT6 suitable MCU? #41

Open wb0gaz opened 6 months ago

wb0gaz commented 6 months ago

Can I consider STM32F427 instead of STM32F7 family?

STM32F427 CPU speed is 180 MHz (STM32F7 is 216 MHz).

STM32F427 available RAM is 256K (STM32F7 is 512KB).

STM32F7 CPU core is M4 (STM32F7 is M7.)

Is STM32F427 resource sufficient for FT8 decode?

Is there dependency on M7 core not satisfied with M4 core in STM32F427?

Thank you for advice/recommendation.