2017-04-23 10:42 PM
Hello All,
Where do microcode (which is responsible for stacking etc.) gets saved in STM32 if there is no memory inside the processor core?
#microcode2017-04-24 01:14 AM
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