GetCoreID with SR5E1
I'm developing Autosar OS for multicore project for SR5E1 MCU
OS needs to know which core is running.
But I can't find any register which contain this infomation.
Anyone know how can I GetCoreId with SR5E1 MCU?
I'm developing Autosar OS for multicore project for SR5E1 MCU
OS needs to know which core is running.
But I can't find any register which contain this infomation.
Anyone know how can I GetCoreId with SR5E1 MCU?
Hello,
unfortunately using the SR5E1 is not possible to understand the core running directly reading an unique Id; as a workaround it is possible to do this via software for example reading the address of the Vector Table that will be different between cores. An example is done in the StellarESDK in the muti cores example.
Best regards
Francesco
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.