You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/18 13:02:30 UTC

[GitHub] [mynewt-core] utzig commented on a change in pull request #2487: [KINETIS] Multiple fixes: boot, systick and debug.

utzig commented on a change in pull request #2487:
URL: https://github.com/apache/mynewt-core/pull/2487#discussion_r578398620



##########
File path: hw/bsp/frdm-k82f/src/arch/cortex_m4/startup_MK82F25615.S
##########
@@ -272,7 +272,7 @@ __isr_vector:
     .long 0xFFFFFFFF
     .long 0xFFFFFFFF
     .long 0xFFFFFFFF
-    .long 0xFFFFFFFE
+    .long 0xFFFF3DFE

Review comment:
       If you are setting `BOOTSRC_SEL` to internal flash shouldn't `BOOTPIN_OPT` be 1 to select `BOOTSRC_SEL`, in other words `0xFFFF3FFE`? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org