Bootloading using UART v2.50

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

cross mob
Anonymous
Not applicable

Hi, my question is if I can use the UART v2.50 module with the Bootloader instead of using the SCB module in PSoC 4. I understand I must use the "Custom Interface" option in the Bootloader parameters and the CyBtldrComm* APIs, but I´m no really sure how to use them.

   

Do I need to write code for the APIs, or is there written code already? Thanks.

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

You do not need to do anything (nearly). Just place the UART 2.50 and the bootloader components onto the topdesign sheet. Configure the bootloader to use the UART. DONE.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Thanks Bob, it worked!

0 Likes