Bootload error 47

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

cross mob
Anonymous
Not applicable

I have been reworking the standard C# bootloader APP and I am getting a code 47 error back from the PSoC. Can anyone point me in teh direction of an explanation for this error?

   

 

   

Cheers,

   

Ric

0 Likes
2 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Is that the only error you get is 47. No other information is shown? I would suggest you contact Cypress on the issue by opening a support case.

0 Likes
Anonymous
Not applicable

Thanks for the response. I tracked down the error, which was a "badly formatted request".

   

It turns out that the bootload dll Cypress provide is dependent on the ConnectionStatus global variable. I'd removed it during a tidy up of the bootloader host code.

0 Likes