@Davor
you should take a look at STM32 line of MCs. You can do 5Msps @12 bits (F3 F4 models). Low power models can do 1Msps 12 bits. (low power line is L0 and L1)
I worked with STM32 F1 and F3 F4; all very nice MCs. It will be more difficult to program them than Arduino, but ADCs are much faster on SMT32. (I think I posted this into before, mabe in other thread...)
IAR embedded workbench works very nice with them. StmCubeMX lets you configure the pin easily..
Teensy 3.1 is another nice MC, but ADC can do 800Ksps at 13 bits
you should take a look at STM32 line of MCs. You can do 5Msps @12 bits (F3 F4 models). Low power models can do 1Msps 12 bits. (low power line is L0 and L1)
I worked with STM32 F1 and F3 F4; all very nice MCs. It will be more difficult to program them than Arduino, but ADCs are much faster on SMT32. (I think I posted this into before, mabe in other thread...)
IAR embedded workbench works very nice with them. StmCubeMX lets you configure the pin easily..
Teensy 3.1 is another nice MC, but ADC can do 800Ksps at 13 bits
Comment