79555476

Date: 2025-04-04 13:43:17
Score: 1
Natty:
Report link

Since the STM32F407 has 512kB flash memory, the jump address might shift depending on the memory layout. Had the same problem when I moved to a bigger MCU.

So try using this instead:

    if ((sp_value & 0x2FFC0000) != 0x20000000) 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wadeva