This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why do you use Cortex-M?

Hello everyone,

I would like to know why you are using Cortex-M microcontroller.

Why don't you adopt other microcontrollers such as 8-bit, 16-bit or MIPS or x86?

The background is that I plan to write a special article regarding Cortex-M on the Interface which is the monthly magazine of Japan published by CQ publishing. However, I cannot say why Cortex-M should be featured because Cortex-M is already famous and almost common sense of microcontrollers. I would like to get exclusive (or special) meanings to introduce Cortex-M nowadays. Please let me know the significance of Cortex-M.

Thank you and best regards,

Yasuhiko Koumoto.

Parents
  • Indeed, I'm very fond of the STM32 family.

    So far, these are the highest clock frequency speeds I've noticed:

    - I believe that at some point, we'll also see the Cortex-M0+ running at 200 MHz or more (maybe it already does).

    The STM32 family shows that they can perform better than microcontrollers using the same core, which runs at a higher clock frequency.

    Though I fancy the STM32 family the most, I still like to work with other microcontrollers, as long as they have an ARM core.

Reply
  • Indeed, I'm very fond of the STM32 family.

    So far, these are the highest clock frequency speeds I've noticed:

    - I believe that at some point, we'll also see the Cortex-M0+ running at 200 MHz or more (maybe it already does).

    The STM32 family shows that they can perform better than microcontrollers using the same core, which runs at a higher clock frequency.

    Though I fancy the STM32 family the most, I still like to work with other microcontrollers, as long as they have an ARM core.

Children