Re: [PATCH] bsps/arm: Set MSP in ARMv7-M start code

2021-04-20 Thread Chris Johns
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

Re: [PATCH] bsps/arm: Set MSP in ARMv7-M start code

2021-04-19 Thread Sebastian Huber
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

Re: [PATCH] bsps/arm: Set MSP in ARMv7-M start code

2021-04-19 Thread Chris Johns
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

[PATCH] bsps/arm: Set MSP in ARMv7-M start code

2021-04-19 Thread Sebastian Huber
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