Can you use a unified firmware for dual core STM32H7x5?
I'd like to develop an application on the dual-core STM32H7 line. To simplify development, I'd like to use the same firmware for both cores. Is this possible?As I understand it, accessing the SCB->CPUID can tell me which core is running. Okay, so ...