Saturday, 18 August 2018

microcontroller - How to choose a MCU platform?



There are numerous MCU platforms and once somebody has gotten used to one, they are generally reluctant to switch to another platform.


My question is: If one started using a MCU for general purpose tasks today, how would one go about choosing one? What are the unique selling points of the different platforms?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...