Is disabling bootloadable component sufficient to allow debug?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
WiLe_295706
Level 1
Level 1

For a PSoC4 bootloadable project, I am aware of two ways to debug the code

1) delete the bootloadable component and program/debug directly from PSoC Creator

2) load the code using the bootloader and "Attach to Running Process"

For option 1), is it sufficient to just Disable the bootloadable component rather than delete it?

Thanks,

Biill

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Disabling the bootloadable component and conditionally compile any references will do the job.

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Disabling the bootloadable component and conditionally compile any references will do the job.

Bob

0 Likes

Excellent. Thank you.

0 Likes