Question
How to choose microcontroller based on its operating frequency?
Hi,
I have a project which has following tasks. While going through STM32f4 datasheet and reference manual I couldn't find any details regarding the processor cycle or computing time to judge my requirement.
How can I select the between a 48MHz and 100MHz microcontroller? How to do the calculation based on the tasks?
Interfaces required : UART, I2C, ADC
- Read multiple (up to 5) sensors connected on RS485 line and two ADC lines.
- Transfer the data using BLE module via UART.
- Calculate floating point values
- store to flash memory
- Status LEDs and two UI button.
- Device will be battery operated.
Thank you.
