On 20/4/21 3:46 pm, Sebastian Huber wrote:
> On 20/04/2021 07:30, Chris Johns wrote:
>
>> On 20/4/21 3:28 pm, Sebastian Huber wrote:
>>> This helps if applications are started by a boot loader.
>> How does it help?
> /*
> * Set the Main Stack Pointer (MSP) to the ISR stack area end just i
On 20/04/2021 07:30, Chris Johns wrote:
On 20/4/21 3:28 pm, Sebastian Huber wrote:
This helps if applications are started by a boot loader.
How does it help?
/*
* Set the Main Stack Pointer (MSP) to the ISR stack area end just in
* case we run using the Process Stack Pointer (PS
On 20/4/21 3:28 pm, Sebastian Huber wrote:
> This helps if applications are started by a boot loader.
How does it help?
Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
This helps if applications are started by a boot loader.
---
bsps/arm/shared/start/start.S | 8
1 file changed, 8 insertions(+)
diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S
index 50bf1d4841..bd623178ed 100644
--- a/bsps/arm/shared/start/start.S
+++ b/bsps/ar