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

RyYo_1406951
Level 5
Level 5
10 likes given 5 likes given First like received

以下、スレッドでは、自動生成ファイルを書き換える場合、main.cファイルに記入くださいとあります。

PSoC Creator 自動生成ファイル書き換え

しかし、同じ名前のAPIをmain.cに作成するなどすると、うまくビルドが通りません。

どのように自動生成APIを変更すべきですか?

例はないのでしょうか?

1 Solution
Anonymous
Not applicable

The auto-generated code is created based off of what the components in the .cysch file are set to/dictate.

If you are wanting to modify the auto-generated code, then you should look to modifying the components that are used to generate that code instead.

Otherwise, you are on your own for trying to make it play nicely

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

The auto-generated code is created based off of what the components in the .cysch file are set to/dictate.

If you are wanting to modify the auto-generated code, then you should look to modifying the components that are used to generate that code instead.

Otherwise, you are on your own for trying to make it play nicely

0 Likes