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.
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
Thanks Bob, it worked!