Skip to main content
Supreeth Anil
Visitor II
April 24, 2017
Question

MICROCODE

  • April 24, 2017
  • 1 reply
  • 606 views
Posted on April 24, 2017 at 07:42

Hello All,

Where do microcode (which is responsible for stacking etc.) gets saved in STM32 if there is no memory inside the processor core?

#microcode
    This topic has been closed for replies.

    1 reply

    waclawek.jan
    Super User
    April 24, 2017
    Posted on April 24, 2017 at 10:14

    Not all processors are microcoded. Especially RISCs - such as the ARM Cortex which is the processor core in STM32 - implement these things in the logic.

    JW