Hi jeremyzhou
,
Thank you for answering me!
As an estimation I think the microcontroller should have 128 KB of FLASH, 200 KB SRAM, and it will use the peripherals: GPIO (10 I/O pins), TIMER, RTC, ADC (1), SPI, I2C, UART, PMW, optional DAC.
I will not use float calculation, manipulate the data would mean data moving and processing according to some algorithms.
The application will be an always-on application, the MCU operating in a power-down mode, listening for incoming data, which when available, can wake up the microcontroller to acquire the data, and then the MCU needs to have the power to process it fast. For example a zone of 90 KB in SRAM needs to be processed in a time of 1 milisecond.
Thank you for helping me,
Doini