PSoc5 Bootloader errors

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

 Hello All.

   

I have opened the example bootloader project for a Psoc5LP devices and build it with no errors. Yet when I create my own project with the same device and the same components in I get compile errors. The main.c file that is generated is diffrent between my project and that of the example project. Why is that? Any help will be appreciated.

   

Attached is the 2 projects in one file.

   

Kind regards

   

Matt

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

Only one project found, Bootloader is missing. Do not use (minimal) option when creating workspace bundle.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi Bob.

   

Please find herewith the workspace bundle.

   

Regards

   

 

   

Matt

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

You did not specify the "Communication Component" in your BootLoader project as the USB component. The property is set to "Custom Interface" instead which means that you have to provide some functions to interface a component of your own.

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Some useful reference material -

   

 

   

    

   

          

   

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

   

http://www.cypress.com/?rID=41002     AN60317 I2C BL         PSOC 3, 5LP

   

http://www.cypress.com/?rID=57561     AN73503 USB HID BL with GUI Host     PSOC 3, 5LP

   

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

   

http://www.cypress.com/?rID=83293     AN86526 - PSoC® 4  I2C Bootloader

   

http://www.cypress.com/?rID=50230     AN68272 - PSoC® 3, PSoC 4 and PSoC 5LP UART Bootloader

   

 

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

 Thanks for all the help.

   

Regards

   

Matt

0 Likes