cancel
Showing results for 
Search instead for 
Did you mean: 

MICROCODE

Supreeth Anil
Associate
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
1 REPLY 1
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