I try to apply AN68272 with UART 2.0 interface and PSoC Creator does not recgonize that it is a bootloader IO component. I tried SPI and it works. But the same procedure does not work with UART 2.0. Please help. Thanks.
Yes, it works, i have implemented a custom bootloader for UART, you can check this topic:
http://www.cypress.com/?app=forum&id=2232&rID=48348
Maybe you have to add some defines in your code to make it work and add some interface in the C# code.
You can grab the files in the topic the UART bootloader is already implemented.
Regards,
Victor Andres
I think I found the issue, the UART component in the macros does not change until you drag in the new symbol. Thanks.
Could you tell us what you mean by "the UART component in the macros does not change until you drag in the new symbol" so that we can understand what the exact issue was.
When importing a component to create a new component, the macro (xxx.cymacro) for the newly imported component needs to be manually update to the new component. Otherwise, the macro will use the old component.