The bootloader reported error 'Unknown error '0x38' occurred in the bootload process.'.

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

cross mob
Anonymous
Not applicable

I try to program PSoC101-049-CY8CKIT-049-42xx by Bootloader Host in PSoC Creator,but the log show the followings: 

   

09:23:55 PM - Selected device: USB Serial Port (COM4) - UART
Generic Serial Port

   

09:23:58 PM - program Started

   

09:23:59 PM - The operation has timed out.

   

09:23:59 PM - The bootloader reported error 'Unknown error '0x38' occurred in the bootload process.'.

   

09:23:59 PM - program failed in 1002 ms.

0 Likes
3 Replies
Anonymous
Not applicable

   

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

Check in device manager for com ports, on my PC it is a quite higher number.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

I had the same problem...

I had my created my own bootloader which gave me these errors. I then loaded the example bootloader project from the zip file in the like below.

I tried using the Bootloader host tool in the PSoC creator 4 and it work after using the UART_Bootloader project and it worked fine.
also make sure that you have your application start the bootloader process. (use Bootloadable_Load(); ​)

see ( AN68272 - PSoC® 3, PSoC 4, PSoC 5LP, and PSoC Analog Coprocessor UART Bootloader | Cypress Semicondu... )

0 Likes