This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Stopped by vector catch

Hello, 

I am using th PCA10040 board, and I can build my project without problems. But when I debug it, 'stopped by vector catch' error appears. I have been reading possible solutions, and I change the placement macros, but it doesn't solve the problem. 

Has anyone an idea, how to solve this problem?

Thanks

Parents
  • Hello, 

    What SDK version are you running, and what project? Has it worked before? Please provide more information for us to reproduce. 

    Thanks.

    Kind regards,
    Øyvind

  • I am runnning SDK 17.1.0, and secure bootloader (\nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug). 

    No, it hasn´t worked before. I downloaded the project,  run 'make' and then I change the placement macros to this: 

    FLASH_PH_START=0x0

    FLASH_PH_SIZE=0x80000

    RAM_PH_START=0x20000000

    RAM_PH_SIZE=0x10000

    FLASH_START=0x26000

    FLASH_SIZE=0x5a000

    RAM_START=0x20002218

    RAM_SIZE=0xdde8

    There are any other changes. 

    Thanks, 

    Paula. 

Reply
  • I am runnning SDK 17.1.0, and secure bootloader (\nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug). 

    No, it hasn´t worked before. I downloaded the project,  run 'make' and then I change the placement macros to this: 

    FLASH_PH_START=0x0

    FLASH_PH_SIZE=0x80000

    RAM_PH_START=0x20000000

    RAM_PH_SIZE=0x10000

    FLASH_START=0x26000

    FLASH_SIZE=0x5a000

    RAM_START=0x20002218

    RAM_SIZE=0xdde8

    There are any other changes. 

    Thanks, 

    Paula. 

Children
No Data
Related