• PSP/MSP Stack pointer switching implementation
    Hi, I am using a NXP S32K118 Cortex M0+ processor I have a scheduler function used to call different tasks ( all is time scheduled ) and i need to do the following: -> Use the main stack pointer ...
  • PSP/MSP Stack pointer switching implementation
    Hi, I am using a NXP S32K118 Cortex M0+ processor I have a scheduler function used to call different tasks ( all is time scheduled ) and i need to do the following: -> Use the main stack pointer ...
  • MSP & PSP - 'Using it All'
    As I understand it, if, when my system boots and I switch to using PSP (process stack pointer) and allow the CPU to handle exceptions using MSP? Have I got that the right way around? The reason is that...
  • MSP & PSP - 'Using it All'
    As I understand it, if, when my system boots and I switch to using PSP (process stack pointer) and allow the CPU to handle exceptions using MSP? Have I got that the right way around? The reason is that...
  • [MSP/PSP] Context switching + Interrupt handling
    Hi, I need to implement an OS-like system that handles context switching for tasks and interrupts. ( Both can use different stacks) Currently, I´m using Supervisor calls to perform the context switching...