Error in customizer for component

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

cross mob
miwa_4654766
Level 1
Level 1
5 likes given First like received First like given

who can help me ,thank you,this is first time to use the mcu

Error in customizer for component "TCPWM_P4_v2_10" : Loading : (Failed to load assembly,

0 Likes
1 Solution

Hi :

1:

Compile your project with PSoC Creator v4.2

please download and install CY8CKIT-049-41xx Kit Setup

https://www.cypress.com/file/184951/download

2:  Project > Update Components (<project name>)...

3: Disable your bootloadable component. right click the component ,choose disable.

pastedImage_0.png

4: If you want to know more about the bootload and bootloadable project, please review the below linker application note.

https://www.cypress.com/documentation/application-notes/an86526-psoc-4-i2c-bootloader

5: Hope my response can be helpful for you.

View solution in original post

13 Replies
miwa_4654766
Level 1
Level 1
5 likes given First like received First like given

A customizer plugin for a piece of content has a bug. The author of the component will have to diagnose and fix the issue. Contact customer support

4.3 

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Would you provide us some more clue?

What is the device/board are you using?

What are you trying to do? etc.

If you can attach your project it will nice.

(Assuming that you are using PSoC Creator)

To do so

(1) Menu: Build > Clean <your project>

(2) Menu: Project > Archive Workspace/Project...

(3) attach the result zip file to your post

moto

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

> A customizer plugin for a piece of content has a bug.

> The author of the component will have to diagnose and fix the issue.

> Contact customer support

>

> 4.3

Oh, I see >_<

moto

0 Likes

this is my first project,example   CY8CKIT-049-41xx PSoC 4 Prototyping Kit,

图片.jpg

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Seeing your screen shot..

Please try

Project > Update Components (<project name>)...

And see if it fix your problem.

Meantime, I'll see your project.

moto

same 7errors

0 Likes

my project only has main.c,  i cant find project.h,   can you give me a complete project?  thank you

图片.jpg

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

> my project only has main.c,  i cant find project.h,

the "project.h" will be automatically generated when the PSoC Creator builds the project.

BTW, IMHO, CY8CKIT-049-4xxx are not the easiest board for a beginner,

as it requires bootloader and bootloadable for all the project.

Although you may be able to force through.

If you can afford, I strongly suggest you to get either of

CY8CKIT-042

CY8CKIT-043

CY8CKIT-044

or may be

CY8CKIT-149

These has on board KitProg so developing and debugging a project is much easier.

moto

MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Having written the previous response.

If you want to go with the current board,

please read and proceed the procedure in

Getting Started with PSoC 4 Prototyping Kits - CY8CKIT-049 - Microcontroller - eewiki

moto

lock attach
Attachments are accessible only for community members.
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

Anyway, to compile your project with PSoC Creator v4.2

please download and install CY8CKIT-049-41xx Kit Setup

https://www.cypress.com/file/184951/download

Then in your project TopDesgin.cysch double click Bootloadable

002-bootloadable.JPG

In the Configure 'Bootloadable' Dialog

use "Browse" button of HEX file and ELF file

Both files are located

C:\Program Files (x86)\Cypress\CY8CKIT-049-41xx\1.0\Firmware\SCB_Bootloader\UART_Bootloader.cydsn\CortexM0\ARM_GCC_484\Debug

003-Depndencies-tab.JPG

After setting the hex file and elf file, select [OK]

Then you should be able to compile the project. (At least I could)

moto

I also attached the hex file and elf file

I think i find  the cause.  Our company has special antivirus software,Some other software may have problems。

Now Creator looks OK.  

Thank you for  your help。

图片0.jpg

lock attach
Attachments are accessible only for community members.

example

0 Likes

Hi :

1:

Compile your project with PSoC Creator v4.2

please download and install CY8CKIT-049-41xx Kit Setup

https://www.cypress.com/file/184951/download

2:  Project > Update Components (<project name>)...

3: Disable your bootloadable component. right click the component ,choose disable.

pastedImage_0.png

4: If you want to know more about the bootload and bootloadable project, please review the below linker application note.

https://www.cypress.com/documentation/application-notes/an86526-psoc-4-i2c-bootloader

5: Hope my response can be helpful for you.