Can I work this process minimum 750 Hz in Nucleo L432?
Hello. For a project, I need to read 4 channels analog data and save them in to the sd card for 10 seconds. I should record every data minimum with 750 Hz. And then I generate pwm signal with these data.
I tried that but it was not successful, recording was slow and I was losing some data. So that I decided to use two microcontroller, one of them for data logging and the other one for pwm generating associated with analog input. I agree that this solution is very silly.
I do not know if it is a silly question but I want to ask. Can I do this process (data log with minimum 750 Hz 4 channels and pwm generating associated with recorded analog data) with Nucleo L432 board? Thanks in advance!