How to lock the chip with PSoC Programmer Component Object Model (COM) Interface?

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

cross mob
boluc_389386
Level 1
Level 1

Hi all,

Could you tell me how to lock the chip with COM?

I use Labview to call com for progarmming, but I don't find this security option in this manual.

Thanks

Boone

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Boone,

1. 可以参考COM手册中带有Write, Protection关键字的函数。

2. hex中的字节是否被保护,主要是在编译时设定,如果编译时没有设定保护状态,烧写hex是不能设定保护的。Flash Security的内容可以参考PSoC Creator的帮助手册。

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Boone,

1. 可以参考COM手册中带有Write, Protection关键字的函数。

2. hex中的字节是否被保护,主要是在编译时设定,如果编译时没有设定保护状态,烧写hex是不能设定保护的。Flash Security的内容可以参考PSoC Creator的帮助手册。

Thanks,

Ryan

0 Likes