UART Bootloader and Bootloadable

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable
        Could someone check the attached project which is for UART Bootloader. Once the bootlodable receives the command from PC (or something trigger for reboot) , it calls Bootlodable_1_Load() to accept commands from UART bootloader host. However the bootloader does not accept anything and freezes. My development environment is PSoC Creator 3.0 SP2 and both components are 1.20. Your any advice will be appreciated. Thanks in advance, Shuichi   
0 Likes
3 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Not sure if these would help -

   

 

   

    

   

          

   

http://www.cypress.com/?rID=50230     AN68272 UART BL     PSOC 3, 4, 5LP

   
   

http://www.cypress.com/?rID=56014     PSoC® 3, PSoC 4, and PSoC 5LP Introduction To Bootloaders

   

 

   

Regards, Dana.

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

I would try to enable the global interrrupts as is done in the examples.

   

CyGlobalIntEnable;

   

 

   

Bob

0 Likes
Anonymous
Not applicable
        Thanks for your advice, all. Finally I have succeeded the bootloader runs well. I'm not sure the reason of defect exactly , but something lots of tries such as component updates or rebuilds from scratch might be effective.   
0 Likes