Debugging Bootloadable Projects with CY8CKIT-145-40XX

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

cross mob
YoIs_1298666
Level 5
Level 5
250 sign-ins 100 replies posted 100 sign-ins

Hello,

AN86526 - PSoC4 I2C Bootloader is modified to work with CY8CKIT-145-40XX.

The AN86526 documentation describes how to debug Bootloadable.

pastedImage_0.png

I don't know how to set the Application Type to Normal.

Please tell me how.

Best regards,

Yocchi

0 Likes
1 Solution
MiNe_85951
Level 7
Level 7
Distributor - TED (Japan)
50 likes received 500 replies posted 50 solutions authored

Hi,

The meaning of "Nomal" is that the Bootloader is not used.

pastedImage_0.png

Right-click on the Bootloadble component in your Bootloadble project and select Disable.

pastedImage_0.png

Debugging is possible by then building and programming the .HEX file using the automatically generated Boot.

Regards,

View solution in original post

0 Likes
3 Replies
MiNe_85951
Level 7
Level 7
Distributor - TED (Japan)
50 likes received 500 replies posted 50 solutions authored

Hi,

The meaning of "Nomal" is that the Bootloader is not used.

pastedImage_0.png

Right-click on the Bootloadble component in your Bootloadble project and select Disable.

pastedImage_0.png

Debugging is possible by then building and programming the .HEX file using the automatically generated Boot.

Regards,

0 Likes

Hello,

Now I'm debugging with Bootloadable disabled and commented out the relevant code the way you say it.

// Bootloadable_Load();

Does that mean there is no other way?

Best regards,

Yocchi

0 Likes
MiNe_85951
Level 7
Level 7
Distributor - TED (Japan)
50 likes received 500 replies posted 50 solutions authored

Yocchi-san,

As far as I know, there is no other way.

This is a recognition that PSoC Creator cannot do about debugging the Boot area.

Maybe other compilers can do it, but I don't know about that either.

Regards,

0 Likes